- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
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).
[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 …
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).
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 …
[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> // …
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 …
Hi, I use a Borland compiler. How do I colour text (in a DOS enviroment)?
I am trying to create a pure virtual function returning an array of pointers, without success! :cry: I would appreciate help greatly.
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:
The End.
sinB