Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   i am a begginer (http://www.programmingforums.org/showthread.php?t=2114)

arod199113 Feb 4th, 2005 10:09 PM

i am a begginer
 
where can i find a webpage to download c++
is it like python or is it different
where can i get a good tutorial

Mjordan2nd Feb 4th, 2005 10:55 PM

What do you mean download C++? If you mean a C++ compiler, www.bloodshed.net/devcpp.html . If you mean where can you find C++ code, www.1cplusplusstreet.com is a good place to start.

big_k105 Feb 5th, 2005 12:21 AM

there is a difference python is an interpreted language and c++ is a compiled language. so for c++ all you need to do is compile it once and it should run no matter what. but with python you need that interpreter to interpret the code everytime you run the program :) so get the devcpp compiler it is great for windows :) if you are looking for linux it should probably already be installed its called g++ or gcc :) good luck

kurifu Feb 5th, 2005 2:40 AM

What???? You can't just download C++ it is a language.. if you want code... http://www.google.ca is your best bet....

arod199113 Feb 5th, 2005 8:31 AM

i meant the compiler

i know i can go anywhere to download a c++ compiler but i wanted a website suggested from someone who knows c++

and i wanted to know where i can get a tutorial that will teach me the code
i dont know anything about c++ at all except that it is a programming language

Dietrich Feb 5th, 2005 1:30 PM

Quote:

Originally Posted by arod199113
i meant the compiler

i know i can go anywhere to download a c++ compiler but i wanted a website suggested from someone who knows c++

and i wanted to know where i can get a tutorial that will teach me the code
i dont know anything about c++ at all except that it is a programming language

I know this is for C, but check it anyway. The site makes a connection to C++ code.
http://www.howstuffworks.com/c.htm

uman Feb 5th, 2005 1:32 PM

http://www.bloodshed.net/devcpp.html is a good place to get a free C++ compiler and IDE, as far as learning the language you should get abook, there is no good place to learn it online that I could find. The one I used is called "C++ for the absolute beginner" and it comes highly recommended from me.

Dietrich Feb 6th, 2005 2:00 AM

Quote:

Originally Posted by uman
http://www.bloodshed.net/devcpp.html is a good place to get a free C++ compiler and IDE, as far as learning the language you should get abook, there is no good place to learn it online that I could find. The one I used is called "C++ for the absolute beginner" and it comes highly recommended from me.

I use Dev-C++ from bloodshed a lot and recommend it too. The help file however sucks! I downloaded the helpfile for the Borland C++ compiler from Borland, that one is real good, and has lots of actual code samples in it.

ziadziad1 Feb 6th, 2005 4:08 PM

if you are an absolute beginner you shouldnt startd leaning c++ right off thte bat. you should go into a more resonable stage, such as python, i have jst started learning python, everyone who i have talked to said that is teh best desicion someone couls make in where to start, c++ is too high of a level to start right there, you should go with python, then learn other languages such as c++

Mjordan2nd Feb 6th, 2005 4:11 PM

I have to disagree there. The first language I ever learned was C, and that wasn't too difficult. It might be slightly more difficult than learning Python, but nothing that can't be accomlished with a little time and dedication. It's not hard at all.


All times are GMT -5. The time now is 6:29 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC