Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C++ programming language
Name: The AzA Date: December 9, 2005 at 23:12:40 Pacific OS: XP HOME CPU/Ram: 600mhz Celeron, 128mb SDR
Comment:
does anyone know of a place where i cn find an online manual thing to programming in C++????? coz i really need 1!
Name: Mechanix2Go Date: December 9, 2005 at 23:37:51 Pacific
Reply:
http://www.cplusplus.com/ref/
If at first you don't succeed, you're about average.
M2
0
Response Number 2
Name: The AzA Date: December 10, 2005 at 23:46:57 Pacific
Reply:
thx and my other computer had my compiler and it crashed and i lost it, i cant find a decent compiler to replace the old one. i cant remember the name of the old one.
I'm THE original AzA!! The 12 yo AzA!!
0
Response Number 3
Name: Mechanix2Go Date: December 10, 2005 at 23:50:47 Pacific
Reply:
There are many free compilers.
I use Borland
I think I remember seeing somewhere that one of the old, really pricey ones is now free. Maybe Watcom or vitaminC
If at first you don't succeed, you're about average.
M2
0
Response Number 4
Name: gimmpy225 Date: December 11, 2005 at 08:20:48 Pacific
Reply:
i never really liked borland, i went with microsofts visual c++.
even though everyone hates it.
GIMPS
0
Response Number 5
Name: The AzA Date: December 11, 2005 at 16:59:53 Pacific
Reply:
thats all good an all but where do i get good free ones??? i have notepad++ but i cant get it to compile a stand alone exe file.
I'm THE original AzA!! The 12 yo AzA!!
0
Response Number 6
Name: Mechanix2Go Date: December 12, 2005 at 00:47:53 Pacific
Reply:
http://community.borland.com/museum/
If at first you don't succeed, you're about average.
M2
0
Response Number 7
Name: Stephen Hall Date: December 12, 2005 at 19:41:35 Pacific
Reply:
I think the pricey one M2G mentioned that is now free is Watcom's old compiler. Find it at www.openwatcom.org -- it's the one I used for years and still works just fine. Comes with many tools and a nice debugger.
Stephen
"Live long and PROGRAM......or at least do _something_ with all that time...!"
0
Response Number 8
Name: gimmpy225 Date: December 12, 2005 at 21:20:59 Pacific
Reply:
well by "free" do you mean legal?
if so, then just google borland c++, ive heard its the best, i used it for a bit and prefered VC++ over it right away just because of the GUI.
erm, if you need a copy of it I suggect bit torrent.
Summary: G'day, These two examples work with TurboC 2.0. The first one is a straight copy of the basic bubble sort algorithm adapted for the C programming language. The second is a version using a function swa...
Summary: Hello , I modifying program to Chek User Name and password if it it true Show User profile , This is writen with C and Compile on Linux C Program language , and my problem is : I want to User "spri...
Summary: have had an assignment to make a server and client using C programming language which i have done. i have been asked to read user name and passwords which i have done and also reject invlaid password...