--------------- FIDO MESSAGE AREA==> TOPIC: 203 C++ Ref: EAJ00006 Date: 06/12/97 From: CAMERON CLARK Time: 11:21pm \/To: ERIC BRAYEUR (Read 3 times) Subj: Re: Memory EB> Hi ALL, EB> EB> Directly access memory ... EB> EB> In BORLAND PASCAL : MEM [$B800:10]=60; EB> EB> Please, tell me how to directly access memory in C++ (DOS) ??? EB> EB> Thank you ... #include void far * MK_FP(unsigned seg, unsigned ofs); Description Makes a far pointer. MK_FP is a macro that makes a far pointer from its component segment (seg) nd offset (ofs) parts. Return Value MK_FP returns a far pointer. I guess this is what yer lookin for? --- GEcho 1.00 * Origin: Digital OnLine Magazine! - (409)838-8237 (1:3811/350) --------------- FIDO MESSAGE AREA==> TOPIC: 203 C++ Ref: EAJ00007 Date: 06/13/97 From: CHRISTOPHER BUTLER Time: 07:33am \/To: WAYNE SCHROEDER (Read 3 times) Subj: !URGENT REQUEST! Hi Wayne! When Wayne Schroeder wrote to Christopher Butler on Tuesday June 10 1997, Wayne was talking about !URGENT REQUEST!. CB>> TCHELP.TCH (The Help file) <-+- CB>> CL.LIB (Large memory model standard library) <-+- Argh... WS> can you receive file attachments via netmail? WS> or over the internet? I can receive them via the Internet at chrisb@thetower.net Chris --- FMail/Win32 1.22 * Origin: Death Butler BBS, +44-1582-620141, 24 Hours (2:257/135) --------------- FIDO MESSAGE AREA==> TOPIC: 203 C++ Ref: EAJ00008 Date: 06/12/97 From: BENJAMIN DAUVERGNE Time: 04:49pm \/To: ALL (Read 3 times) Subj: ddddddddddd From: feanor@cassis.gyptis.linux.eu.org (Benjamin Dauvergne) ddddddd -- ___________________________________________________________________________. /__________________________________________________________________________./$ $ Member of Gyptis (33-491604361)Shell/PPP/UUCP/Usenet/email(Linux On-Line)$ $ Le seul BBS Linux de Marseille $ $ Feanor, The Fire Mind and the Silmarils maker -- /^\ -- $ $ E-Mail: feanor@easynet.fr -- ( * ) --- $ $ Fido: 2:323/28.17 -- \./ -- $ o__________________________________________________________________________$/ --- ifmail v.2.9 * Origin: >>===| CassiS |===<< (2:323/28.17@fidonet) --------------- FIDO MESSAGE AREA==> TOPIC: 203 C++ Ref: EAJ00009 Date: 06/14/97 From: HERBERT BUSHONG Time: 11:58am \/To: ALEXANDER NAUMOCHKIN (Read 3 times) Subj: String manipulation ::> HB> what about _splitpath() and _makepath()? Are the Ansi/ISO/Posix? ::> Both are *NOT* ANSI/ISO/POSIX. Moreover, ANSI/ISO says nothing about th. Ok, wasn't sure. I use them over fnsplit/fnmerge because they are supported across the three compilers I use, where as fnsplit/fnmerge is only supported by Borland... # Herbert Bushong harchon@centuryinter.net [TEAM OS/2] - Blackbeard's BBS Intelec: 239:600/0 + Fido: 1:19/19 http://www.intelec.com/software/ --- RM 1.31 2508 If hot air rises, why isn't D.C. in orbit around Venus? * Origin: Blackbeard's BBS - Ville Platte, LA - 318-468-3385 (1:19/19) --------------- FIDO MESSAGE AREA==> TOPIC: 203 C++ Ref: EAK00000 Date: 06/12/97 From: DAVID TORREZ Time: 07:38am \/To: MICHAEL KUPCHUK (Read 3 times) Subj: C++ communication library -> And what about DOS/Borland C++ (any version) ? ViewComm For DOS Greenleaf ViewComm for DOS is a powerful and sophisticated software system that allows you to turn your PC into a RS-232 data line montior. With ViewComm For DOS, you can get a detailed view of data flowing in both directions complete with modem and control signals as well as any error conditions. Comm++ 3.0 Com++ class library provides powerful tools for all aspects of asynchronous COM programming for all major PC-based platforms. Combine file transfers with Hayes modem controls, add ANSI, VT100, VT52, or "glass teletype" terminal emulation, select an appropriate screen driver and a platform driver. You can drive any number of simulatenous ports on standard or intelligent multiport boards! Select XON/XOFF, RTS/CTS or DSR/DTR handshaking, along with powerful file transfer protocols! You can select screen drivers and add onto the base classes yourself to create entirely new communications functionality for your applications! Start with Comm++, end on time, within budget! CommLib 5.2 Over 450 public functions and macros,, providing powerful tools for all aspects of asynchronous communications programming for Microsoft Windows 3.1x, Windows 95, Windows NT, Win32s, MS-DOS, 16 and 32 bit DOS extenders. Supports all popular C/C++ compilers. Windows DLL supports 16-bit Visual Basic. All this at http://www.gleaf.com Dave - zanti@pacbell.net --- QScan/PCB v1.19b / 01-0218 * Origin: The Target Range II 310/634-8993 (1:102/420) --------------- FIDO MESSAGE AREA==> TOPIC: 203 C++ Ref: EAK00001 Date: 06/10/97 From: NATHAN CLINE Time: 06:36pm \/To: LUKE PORTER (Read 3 times) Subj: Re: Beginning in C You hear Luke shouting over subspace to Nathan about "Re: Beginning in C" LP> LP> @PID: RA 2.01 23474 LP> @MSGID: 1:333/124 59388d36 LP> @REPLY: 1:2002/2002 892e2cf5 LP> @EID: IceEdit v1.10 [Eval] LP> @XN2-3474 LP> @TID: FastEcho 1.40 8437 > LP> which book is the best? > I have a cool C tutor program called "Learn C". It's real > nice. Do you > have an Internet E-mail address? I'll send it to ya. LP> Yeah, that would be great if you could send it to me. My address is LP> LPorter33@aol.com It's on it's way. Nathan ... A clean desk is a sign of a cluttered desk drawer. ___ Blue Wave/QWK v2.12 --- Platinum Xpress/Win/Wildcat5! v2.0GY * Origin: Pacific Online Services ISP/BBS (707.588.0250) www.pon.net (1:2002/2002) --------------- FIDO MESSAGE AREA==> TOPIC: 203 C++ Ref: EAK00002 Date: 06/14/97 From: JERRY COFFIN Time: 03:41pm \/To: CHRISTOPHER BUTLER (Read 3 times) Subj: Graphics routines On (12 Jun 97) Christopher Butler wrote to Jerry Coffin... CB> Hi Jerry! Hello, CB> Question: How can I move a block (say 63780 bytes) of memory to CB> another location (say from A000h to A140h)? Different compilers have different functions, but _fmemmove is one fairly common name for it. CB> (guess what I'm trying to do now) Animation perhaps? CB> I've got a lot more in the class now: CB> Palette routines, fade up, fade down, set and rotate. CB> More drawing routines, line and circle. CB> GetPixel. Cool, except for GetPixel. If at all possible, I'd avoid ever reading from the screen. Later, Jerry. ... The Universe is a figment of its own imagination. --- PPoint 1.90 * Origin: Point Pointedly Pointless (1:128/166.5) --------------- FIDO MESSAGE AREA==> TOPIC: 203 C++ Ref: EAK00003 Date: 06/15/97 From: PAUL WANKADIA Time: 10:47am \/To: TIKA CARR (Read 3 times) Subj: Memory On 11 Jun 97, Tika Carr wrote to Eric Brayeur -- EB> Please, tell me how to directly access memory in C++ (DOS) ??? TC> I'd try the MK_FP macro to create a pointer to the memory location you TC> want to access. I use this a lot when I want to do some fast work with What's that in terms of DJGPP??? --- PPoint 2.00 * Origin: Junyer's Workshop (3:640/772.3) --------------- FIDO MESSAGE AREA==> TOPIC: 203 C++ Ref: EAK00004 Date: 06/15/97 From: JT DOYLE Time: 12:14pm \/To: ALL (Read 3 times) Subj: band hi all, i am trying to start a band i play the bass guitar if you are intrested msg me thanks bye --- FLAME v1.1 * Origin: The Dinosaur Board [Niwot, CO] (1:104/114) --------------- FIDO MESSAGE AREA==> TOPIC: 203 C++ Ref: EAL00000 Date: 06/13/97 From: VIRGIL GARNESS Time: 04:16pm \/To: ALL (Read 3 times) Subj: Passing switches to programs Hi All, How is it possible to pass switches to bypass a Switch in a program, say like from the dos prompt. I'm trying to make a program that can run on it's own normally with a menu or run in a batch file with switches to bypass the menus. Any help 'preciated Later..... --- Platinum Xpress/Win/Wildcat5! v2.0 * Origin: Al's Force BBS 44-1638-532437 Fido 2:2501/206 XNET 99 (2:2501/206)