Page 1 of 1
C++
Posted: Tue May 20, 2008 1:22 pm
by AnemuS
Hey guys , the question may sound weird but oh well, ill give it a try...
I want to start learning a C++ programing, tho i have no clue what to start with..
i mean there is so many different C++'s
whats the difference between them? does it matter on which language to program, if so what program would you recommend to go now, or what is the leading programming language right now :p
well i guess thats it for now, and dont ask me why do i need this, as i myself dont know , i just have nothing better to do on the computer, and apparently ive lost any interest for gaming as well..
just want to learn something that can actually help me in my life =)
Thanks for reading xD
Re: C++
Posted: Tue May 20, 2008 4:03 pm
by chickenfeather
Hrm... I dunno about many different C++s but here's somewhere to start.
http://www.cprogramming.com/tutorial.htmlYou'll also need a compiler. Here's a free one.
http://www.bloodshed.net/devcpp.htmlHave fun.
Re: C++
Posted: Tue May 20, 2008 4:27 pm
by PileOfMush
And if you want to learn newer .NET programming, here's C# Express for free.
http://www.microsoft.com/express/vcsharp/
Re: C++
Posted: Tue May 20, 2008 7:57 pm
by Jstar1
you can also buy microsoft visual c++, it comes with the compiler and has useful stuff in it. If you want to get serious about programming, I suggest you just buy something like microsoft visual c++. But honestly, I could write code on notepad, only problem would be that you couldn't do much with it
Re: C++
Posted: Tue May 20, 2008 8:02 pm
by LaloHao
DevCPP ftw
Re: C++
Posted: Tue May 20, 2008 8:03 pm
by Cruor
Jstar1 wrote:you can also buy microsoft visual c++
If you are a student, you can get Visual Studio 2008 for free.
https://downloads.channel8.msdn.com/LaloHao wrote:DevCPP ftw
Latest release: 4.9.9.2 / February 22, 2005; 1183 days ago.
Re: C++
Posted: Tue May 20, 2008 8:09 pm
by Jstar1
wow I didn't know that, thanks for the heads up
Re: C++
Posted: Wed May 21, 2008 6:17 pm
by AnemuS
Thanks alot guys, btw last question whats difference between
C++ borland builder and visual C++?

thanks again
Re: C++
Posted: Thu May 22, 2008 1:33 am
by Inuyasha584
borland is boring?
Re: C++
Posted: Thu May 22, 2008 8:59 am
by AnemuS
borland is boring?
i dont know?

Re: C++
Posted: Thu May 22, 2008 10:49 pm
by Morgoth
im taking computer science at my school this year which teaches C++
http://pleasanton.k12.ca.us/fhsweb/sos/HW/CShw.htmabove is my teacher's website with sessions which pretty much cover all of the material for our class it sarts at session 1 and goes on. you can take a look at that since it starts with the basics and moves on to the advanced stuff and its pretty easy to understand
Re: C++
Posted: Fri May 23, 2008 12:53 am
by spyboy1o1
hey actually im starting a c++ tutorial series on youtube tommorow... ill be doing like 1-3 vids a day so u can check em out once i start... just dl visual studios c++ express edition 08...
Re: C++
Posted: Fri May 23, 2008 11:02 am
by AnemuS
Well thanks again..
as ive readed borland is outdated compared to visual c++ , is that so?
and anyways i guess ill be using vc++ as majority uses it, im a bit confused with all the lessons ive downloaded from internet, its says ull learn how to do a basic and the most easiest program, and than they just input a codes without even explaining of what it does, i mean comeon, a simple explanation of every code before giving the already ready program, wont be bad...
in almost every lesson they type u a program and say, congratulation uve builded ur first program, fak i didnt even think, how did i do that than?
confusing and stupid...
if anyone has an idea about "really good" lessons for dummies in C++ with no knowledge about C++ programming it would be nice, tho i already got few things by reading those books, i just dont feel its right way they try to teach..
Re: C++
Posted: Fri May 23, 2008 6:53 pm
by AnemuS
WOW, im so stupid i didnt look into the cprogramming site, it explains everything just they way i want it, BIGGEST THANKS IN THE WORLD!!!!
i was even more stupid to double post, but nvm , i guess i found everything i wanted =)
Re: C++
Posted: Sat May 24, 2008 11:42 pm
by Gaigemasta
i recommend python, python.org
Re: C++
Posted: Sun May 25, 2008 12:12 am
by JanChlpik
AnemuS wrote:Well thanks again..
as ive readed borland is outdated compared to visual c++ , is that so?
and anyways i guess ill be using vc++ as majority uses it, im a bit confused with all the lessons ive downloaded from internet, its says ull learn how to do a basic and the most easiest program, and than they just input a codes without even explaining of what it does, i mean comeon, a simple explanation of every code before giving the already ready program, wont be bad...
in almost every lesson they type u a program and say, congratulation uve builded ur first program, fak i didnt even think, how did i do that than?
confusing and stupid...
if anyone has an idea about "really good" lessons for dummies in C++ with no knowledge about C++ programming it would be nice, tho i already got few things by reading those books, i just dont feel its right way they try to teach..
Borland has different interface then visual C++ Express edition. I think borland is faster and has no problems with big files, but it can be just my opinion. Try both then choose better for you.
I picked borland delphi(XVI hex editor was written in it). Delphi is another programming language.
For guides try use google.
Re: C++
Posted: Sun May 25, 2008 12:20 am
by AnemuS
well as learning more and more i still didnt get to the point i actually needed the visual C++ or borland ...
All i do right now is using a compiller which i write code in and compille it right away..
and dont really need any more guides for c++ as mentioned before .
Re: C++
Posted: Sun May 25, 2008 12:56 am
by Squirt
Hey do you think a 14 year old can learn this ?

(me)
Always was interested in C++ just never understood where to start.
Re: C++
Posted: Sun May 25, 2008 5:54 am
by JanChlpik
Borland has more options to add to your aplication and Visual C++ has visual styles of winxp and some different options.
They are basically same only different interface(Visual works more with right click and Borland with lists)
Borland is maybe more friendly for beginer as I never know what to do with Visual until I did my aplication with borland.
Compiling is easy with both just click green play button and you can test it in any stage.
Do you want possibly start form aplication first.
Re: C++
Posted: Mon May 26, 2008 5:46 pm
by spyboy1o1
Squirt wrote:Hey do you think a 14 year old can learn this ?

(me)
Always was interested in C++ just never understood where to start.
sure, i started learning most of my stuff around 15, and im doing awsome at it... its all about knowing what your doing, and beaing abble to figre out problems for your codes...
Re: C++
Posted: Tue May 27, 2008 10:23 pm
by Squirt
Which C++ you recomned Visual or Borland?
Re: C++
Posted: Wed May 28, 2008 3:08 pm
by AnemuS
Squirt wrote:Which C++ you recomned Visual or Borland?
well im not sure about that, but as ive readed about both of them in internet , people say that borland is outdated, and recommend to go with visual, but who knows , just wait till somebody expierenced comes to tell you what is really right

imma just a dummie
Re: C++
Posted: Wed May 28, 2008 3:30 pm
by iGod
Re: C++
Posted: Wed May 28, 2008 8:13 pm
by Squirt
^ Igod thank you i finally understand what you mean. Imma go for c++ but imma read up on visual and borland first before i make my decision.
Thank you for the website Respect +