Also, what is the difference between C++ and Dev-C++? I need to download Dev-C++ from Bloodshed.
Modifié par Naughty Bear, 03 octobre 2013 - 06:09 .
Modifié par Naughty Bear, 03 octobre 2013 - 06:09 .
Naughty Bear wrote...
As the title suggests, I need to download C++, I got told it is used mainly for gaming so I'm hoping to pick up a trick or two.
Also, what is the difference between C++ and Dev-C++? I need to download Dev-C++ from Bloodshed.
Modifié par Splinter Cell 108, 04 octobre 2013 - 01:02 .
Guest_JujuSamedi_*
Naughty Bear wrote...
As the title suggests, I need to download C++, I got told it is used mainly for gaming so I'm hoping to pick up a trick or two.
Also, what is the difference between C++ and Dev-C++? I need to download Dev-C++ from Bloodshed.
Guest_JujuSamedi_*
RainyDayLover wrote...
Do NOT jump right into C++ if you're only just starting out programming for the first time. I've known so many people to do this, and then give up in frustration because it can become quite overwhelming.
Start out with C. Once you have a solid understanding of it, you'll have much easier time learning the new concepts introduced in C++ because it is a natural extension of C. Which means they have the same syntax, and you can write C programs in C++. This way you'll also come to appreciate just why C++ is more powerful rather than taking its power for granted. And it'll make you a better programmer.
I've never used Dev-C++ before, but from what I understand, it's an IDE for C/C++.
For C books, check out: http://stackoverflow...-guide-and-list
BTW, I'm a 4th year CS major with experience in C, C++, and C# among other languages... so I know what I'm talking about.
TipsLeFedora wrote...
RainyDayLover wrote...
Do NOT jump right into C++ if you're only just starting out programming for the first time. I've known so many people to do this, and then give up in frustration because it can become quite overwhelming.
Start out with C. Once you have a solid understanding of it, you'll have much easier time learning the new concepts introduced in C++ because it is a natural extension of C. Which means they have the same syntax, and you can write C programs in C++. This way you'll also come to appreciate just why C++ is more powerful rather than taking its power for granted. And it'll make you a better programmer.
I've never used Dev-C++ before, but from what I understand, it's an IDE for C/C++.
For C books, check out: http://stackoverflow...-guide-and-list
BTW, I'm a 4th year CS major with experience in C, C++, and C# among other languages... so I know what I'm talking about.
I would recommend he starts with Java as it hides a lot of the details in the background for him. After he has got a grasp of simple programming constructs he can then start to learn what the compiler does in the background.
As an experienced programmer, and someone who's first language was C, I'd rather have started with Java.RainyDayLover wrote...
Any experienced programmer or a CS major will tell you it's the worse language for starting out.
Why?Maverick827 wrote...
As an experienced programmer, and someone who's first language was C, I'd rather have started with Java.RainyDayLover wrote...
Any experienced programmer or a CS major will tell you it's the worse language for starting out.
Guest_JujuSamedi_*
Maverick827 wrote...
As an experienced programmer, and someone who's first language was C, I'd rather have started with Java.RainyDayLover wrote...
Any experienced programmer or a CS major will tell you it's the worse language for starting out.
Guest_JujuSamedi_*
RainyDayLover wrote...
Do NOT jump right into C++ if you're only just starting out programming for the first time. I've known so many people to do this, and then give up in frustration because it can become quite overwhelming.
Start out with C. Once you have a solid understanding of it, you'll have much easier time learning the new concepts introduced in C++ because it is a natural extension of C. Which means they have the same syntax, and you can write C programs in C++. This way you'll also come to appreciate just why C++ is more powerful rather than taking its power for granted. And it'll make you a better programmer.
I've never used Dev-C++ before, but from what I understand, it's an IDE for C/C++.
For C books, check out: http://stackoverflow...-guide-and-list
BTW, I'm a 4th year CS major with experience in C, C++, and C# among other languages... so I know what I'm talking about.
Modifié par Naughty Bear, 04 octobre 2013 - 12:52 .
Modifié par bEVEsthda, 04 octobre 2013 - 01:38 .
Naughty Bear wrote...
I'm not jumping into it, my tutor says my entire class have to download it as we will be using it for this year for lessons, but Java next year.
What's an IDE?