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.
About C and/or C++ (how to)
Name: aka Date: April 11, 2005 at 09:23:09 Pacific OS: WIN2k CPU/Ram: P4/3.0/800/256
Comment:
Hi... Im intrested to learn about programming in C and/or C++
Can someone help me to explain what do I need, what kind of compiler (and how to get one)and a good tutorial, well, i can find a tutorial, but what do I need and how can I find a C compiler and what aplication do I need.
I know it is a very dumm question, but I really wanna learn how to programm. i consider myself a autodidact, but need s little kind of help-...:D
Thanks
Don´t freak out until you know the facts...Relax...!
Name: Mechanix2Go Date: April 11, 2005 at 10:24:21 Pacific
Reply:
You can download a free compiler from borland.com
M2
If at first you don't succeed, you're about average.
0
Response Number 2
Name: Dark_Kartug Date: April 11, 2005 at 17:31:56 Pacific
Reply:
www.bloodshed.com also has a very good compiler with an IDE. It does both, C and C++ (and its free)
Cheers Dark_Kartug
War sucks, but the sound is good and WE are the DJ's
0
Response Number 3
Name: aka Date: April 12, 2005 at 08:42:55 Pacific
Reply:
www.bloodshed.com is not resolving.
Don´t freak out until you know the facts...Relax...!
0
Response Number 4
Name: Dark_Kartug Date: April 12, 2005 at 18:10:03 Pacific
Reply:
sorry my bad...it should have been .net not .com
heres the proper URL: http://www.bloodshed.net/devcpp.html
(I hope the sites still up...if not go to google and just run a search for Bloodshed Dev C++ and try to find an alternative source)
Cheers Dark_Kartug
War sucks, but the sound is good and WE are the DJ's
0
Response Number 5
Name: SteveWalsh Date: April 13, 2005 at 12:07:51 Pacific
Reply:
Sams Learn C++ in 24 days was good. Also came with a free version of MSVC++6.0 which is good. But you should NEVER go to Kazaa and search for the enterprise edition of it. You will be able to download the whole thing without paying for it. Which is Illeagle so DON'T go to kazaa and search for Microsoft Visual Studio 6.0. It is wrong, and the FBI will arrest you.
0
Response Number 6
Name: aka Date: April 14, 2005 at 14:10:57 Pacific
Reply:
Excellent...Thank you very much guys !
Don´t freak out until you know the facts...Relax...!
0
Response Number 7
Name: halcyon_wild Date: May 3, 2005 at 01:23:08 Pacific
Reply:
Try Microsoft compiler. Its free!! Yes its free. This is the same compiler that comes with Visual .net package. This is only the command line version. No IDE included. Good way to learn i suppose, rather than jumping to IDE head first.
http://msdn.microsoft.com/visualc/vctoolkit2003/
Just remember to run vcvars32.bat file first in the same command line window before compiling. Then you can compile using prompt:> cl <options> hello.cpp
Summary: lol, (i'm null) that's funny. If you want to learn C++ I suggest you get the best damn c++ book available: C++ How To Program - Deitel AMAZON BARNES AND NOBLE BOOKSAMILLION it is a bit pricey...but w...
Summary: i am using Borland C++ version 3.1 In help of C++ i did not find any details about system() please guide me how to use it and what header file it requires ...
Summary: I have written a program which calculates matrices. Now I want to use those calculated matrices. So I want my C++ programm to generate a file on my computer and to copy the calculated matrix to this n...