Title: Good C++ coder?
Description: where can i find one?
Lostmoment - June 21, 2003 10:48 PM (GMT)
{
ussless.info = hiya! im new to this forum!!!!
ussfull.info = where can i find a good coder to code my C++ language? i heard about borland C++ but that one is a trail :(
}
*//EDIT\\* heya! dont call me a n00b! (under my avatar) cause i am one! :S
RealDesertFox - June 21, 2003 11:01 PM (GMT)
#include <welcome.h>
int hiyas;
I use Dev-C++ (freeware) its ok and easy to use, but the dll's and programs created are bigger than some other compilers.
ih8censorship - June 22, 2003 01:08 AM (GMT)
yep seems most people around here use dev c++ cause its free or those that can afford it use microsoft visual c++. you can get dev c++ at
bloodshed.net**edit** oh yeah its called a compiler not a coder ;)
Dragon - June 23, 2003 04:09 PM (GMT)
StarReaver2 - June 24, 2003 01:46 AM (GMT)
#include <iostream.h>
#include <stdlib.h>
int main () {
cout << "I use Dev C++...it's free, and it works.\n";
system ("PAUSE");
}
ih8censorship - June 24, 2003 01:52 AM (GMT)
why did you use #include <stdlib.h> wouldent that code work without that header????? i never used that header and i have used all of the things in that... oh well just wondering
StarReaver2 - June 24, 2003 01:55 AM (GMT)
Oh, it's cause i used
I was taught to do it that way.
Shadow of the Moon - June 24, 2003 01:46 PM (GMT)
I don't think It will really hurt anything. Most programs use that library in one way or another
Dragon - June 26, 2003 04:24 PM (GMT)
| QUOTE |
Oh, it's cause i used CODE system ("PAUSE"); I was taught to do it that way. |
You don't need that header to use system("PAUSE");.