Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~6K People Reached
Favorite Forums

9 Posted Topics

Member Avatar for Cup of Squirrel

I use Turbo c++ 3. It's not supposed to be a good thing, but no 'using namespace std;' declarations! You can get it free [URL=http://http://www.dei.isep.ipp.pt/~ana/Prog_II/turboc.htm]here[/URL]. I wouldn't recommend Turbo c++ 1.0 because it isn't so good with c++ (or at least I found it so).

Member Avatar for mslade
1
2K
Member Avatar for samaru

[QUOTE=olman]I don't know the questions to ask because I'm trying to learn this for the first time. At 69 years young, I wish to learn how to program in this language. So, please advise. Thank you, olman :?:[/QUOTE] I suggest you get a good [URL=http://www.cplusplus.com/doc/tutorial/]tutorial[/URL] on the subject, and if …

Member Avatar for happygeek
0
2K
Member Avatar for sinB

Hi! I use Turbo c++ 3.0, and i have been trying to write to video memory directly (0xB8 :eek: :eek: ). It works Okay in asm, how do i do it in c? (and i can't use inline asm for some stupid reason).

Member Avatar for Dave Sinkula
0
72
Member Avatar for riturajraina

You cannot make a directory readonly (at least, not in DOS). you can only make it's files and the files in it's subdirectories readonly. Even if you could make a directory readonly, it would be useless because directories are treated differently to files, even though they are just files with …

Member Avatar for boggsi
0
452
Member Avatar for sinB

[SIZE=2][B]TO CALL OTHER PROGRAMS FROM WITHIN OTHER PROGRAMS-[/B][/SIZE] Just include the standard c header file cstdlib (no .h!!). You can now use the function system( :eek: ). It takes only one parameter- the name of the program you want to call! Here is an example [CODE]#include <iostream> #include <cstdlib> // …

Member Avatar for aj.wh.ca
0
196
Member Avatar for sinB

Hi, If any of you know JavaScript, you will know about the split() member function of a string. In it's simplest form, it splits the string that you call it from by the char argument and returns an array. I found this very useful, so I tried to write it …

Member Avatar for Fasola
-1
436
Member Avatar for sinB
Member Avatar for vegaseat
0
88
Member Avatar for sinB

I am trying to create a pure virtual function returning an array of pointers, without success! :cry: I would appreciate help greatly.

Member Avatar for harshchandra
0
79
Member Avatar for Nabs

I haven't searched it much, but [URL=http://www.developers.net/all_content/Focus/C++]http://www.developers.net/all_content/Focus/C++[/URL] might be a help, or also try [URL=http://www.cplusplus.com]cplusplus.com[/URL] ...For more, type [URL=http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=RNWE,RNWE:2004-46,RNWE:en&q=c%2B%2B+tutorial]c++ tutorial into google!!![/URL] :mrgreen:

Member Avatar for harshchandra
0
160

The End.