@someguy2 Actually, you can do a lot of things without knowing programming languages. If you have what we call "Makers", you can build games, apllications, and such.But, if you wanna be in total control of the situation, then you certainly need to know a computer language.
@someguyy2 I'm not sure I understand your question entirely. You don't need to know a computer language if you just want to -use- all those things. If you want to -make- anything, ANYTHING for a computer, you need to know a programming language. That language can be C++. C, Java, anything really.
hey, if there are any mac users out there just note that you can simply install Xcode (on the mac os x DVD) which installs gcc (most popular compiler). if you're on linux you can get gcc by entering 'sudo apt-get install build-essentials' (you can also use 'gcc' instead of 'build-essentials', but the latter also installs some important headers list zlib, pthreads and stuff like that.
When i open the program and try input the numbers, I put in one number and press enter and it just comes up with like 10 numbers and shuts off...I am not able to input a second number. Help would be appreciated.
@yungchef92 what program because some programs do curtain things, and sometimes a program forgets/doesn't know that you are using a different type of compiler. If it auto closes that means that the program does not have a ' system("pause"); ' in it, if this is not present and it auto closes, that means that your compiler does NOT auto pause the system, just put in the system("pause"); right before the return 0; and you should be fine.
@Joestrange8 No. VC++ is totally seperate. Compiler is a program that compiles code from a language, which means it converts it into machine code. VC++ is an IDE.
@Joestrange8 Nope. Microsoft Visual C++ 2010 uses the .Net Framework, so you got other classes to work with, functions, voids, etc... That programming language si usually called "VC++"
@MrWundrful wrong: C and C++ are two seperate languages. C++ ist largely based on C, but it does have huge differences. basic C code will probably compile in any modern C++ compiler, but there are some incompatibilities that may prevent a successful compilation. What I usually do is write some code in C (cause it's fast), then wrap that code around extern "C" {} tags and then use the functions to write a wrapper class in C++ ;)
@idiotrun1997 Yeah, it's fine. Just learn one or the other really. I've noticed that people new to programming always think they need to learn more than one language at once or they need to be learned in some order. This is really untrue. Learn one or the other then stick with it if you like it and you have the core concepts down, or switch if you dislike it. Remember, don't overextend yourself and focus on learning the language and its philosophies down before you move on to antoher.
So what compiler would people recommend using for Linux? I hear Vim is great but the learning curve is somewhat... off-putting for the time being. Preferably in the Ubuntu/Mint repos... or the Arch Repos/AUR... or available as a .deb or ppa (other than that i'm not fussy ;) ). Thanks a lot!
That reply made no sense... I was saying that Dev-C++ hasn't been supported since 2005. Even in 2008, it was outdated. The point is that it was a terrible compiler then, and it still is now.
@iwannabethekid34x "I shall create HACKS!!! LAWL" Is why I insulted you. Especially the "LAWL" part. BUt if you want to prove me wrong and unintelligent..create a hack. Seriously. But Im done with this..this is youtube and I got to upload some more sexy metal.
@iwannabethekid34x Haha alright buddy. But just as a side note I didn't use fag in the way that refers to homos -- I used it as another way of saying "dumbass" or something to that effect. Oh..and before I go, technically you'd be the one without evidence in this one..since I doubt such studies exist.
Alot better than Dev-C++ ; Download it here: visualstudio/en-us/products/2010-editions/visual-cpp-express
Dev-C++ is extremily old; you can tell by the release date of this video, because it is 2008; the release version that they're using in this video is the same version that is out right now...SAD!
@programmerofIAU Hi, will this tutorial work for me if I use it in visual C++ 2010 or should I do it in the Bloodshed Software which he uses in these videos
@basketballdude138 Hey man, dont think you cant get it because your young. THIS IS OUR TIME! (i'm 13) If you want to learn this stuff, DO IT! Now of course if you dont get c++ then thats fine. Check out java or python, Great languages!
Teach yourself to learn!
Remember, The stupid have wisdom forced on them, but do not appreciate it. But the wise man beats himself for the satisfaction of finding it...
@anidude98 well im learning it but i was saying that they usually dont even teach this in highschool bu ti wouldnt be sure about that i need to learn to make my sentences make sense lol
omg thank you so much, i tried many sites but they were too confusing then i stumbled upon your channel thank you so much for the easy to understand tutorials
dont read this because it actually works.you will get kissed onthe nearest friday by the love of your life .tomorrow will be the best day of your life.however if you dont post this comment to at least three videos you will die with in the days.now youve started reading this so dont stop.this is so scary put this at least three videos in 143 minutes when your done press F6and your lovers names will appear on the
screen in big letters.this is so scarycause it actually work
Yeah, I often hear the same things. But to be honest, Dev C++ is a hundred times simpler then any other compiler I've ever found. I have visual 2010 C++ and there are so many errors and the scripting is slightly more complicated. I would go for Dev C++ if I were you, that's what I'm doing.
@qwas12348gr5 Yeah, i heard that visual c++ isn't actually pure c++, its caled something like C++/CLI, and yeah, i turned to visual c++ because there is pretty much NO tutorials on GUI and stuff with dev-c++(or any other "CODE ONLY" compiler), do you know anywhere i could learn that stuff? :D
@TheVideoMaker444 You can not directly go to a college without learning your primary stuff.The same has to be taken note of here.You have to first learn the basics and then use your knowledge to create vivid and beautiful or ppowerfull programs :)
If you want the god of all editors, check out VIM, which is the "improved" version of VI. I doubt it gets any better than that. Pretty much a 100% customizable (and I really mean 100%, not 99%) Once you learn how to use it, you'll be extremely fast as well. Can easily write your own macro's and personalize it exactly as you want. It's available for Linux, Mac OSX and Windows, and it's free.
For those interested, check out this rather hilarious introduction video to VIM:
Hello, I Made A Website For Hackers And Programmers And All The Other Computer Interested People Only….. You People Are The Only Ones Who Can Make This Website Better If You Visit It And Do All The Things You Want, Therefore, Plz Visit It And Post What You Know… Thumbs Up So All Can See......
@astroboyjordan If your looking about making a major game your best off coding in Java, but remember it's not all about the coding, you have to think about Animations and graphics also.
How can I download this? It doesn't succesfully downoad on my computer and the firewall isn't causing the problem. And I can't use Microsoft visual express 2010, because apparently microsoft is gay and hates me. Help would be nice thank-you.
@sonicxx85 no, you do not need to learn C before learning C++. It is actually best to start learning C++ because it has extra features not found in C.
@KissMeImPunk - almost all C code will work in C++, however there are a few exceptions. It's been a long time since I did any C++ programming, so I don't recall exactly what they were, I just remember a few nuances that were slightly different.
Okay, I wanna learn to do 3d animation to make a game. IM GOING TO LEARN C++ THEN LEARN UR 3dsMAX TUTORIALS. THEN ILL FUCKING MAKE A GAME. THEN IM GOING TO GIVE IT TO YOU BUCKY!. FUUUCKK IMM SOOOOO EXCIIITTEEEDDDD
I know this is from 2008, but as far as I know, people shouldn't be using Dev-C++ any more. There are other free open source IDEs such as CodeBlocks, which are more up to date and less prone to producing dodgy programs.
What role does c++ take in computer programming? In other words what is c++ good at? Gaming, text handling, hardware?
az100eletronics12 5 days ago
@az100eletronics12 everything actually
magnusbon 2 days ago
@magnusbon Thanx
az100eletronics12 1 day ago
whats with g++?
debit256 1 week ago in playlist C++ Programming Tutorials from thenewboston
@debit256 g++ a compiler for C++
MrShyguy0 5 days ago
it's hard for you to pronounce firefox isn't it?
u called it firewire here, and in a java tutorial u called it firefag haha
gedist2 2 weeks ago in playlist C++ Programming Tutorials from thenewboston
@someguy2 Actually, you can do a lot of things without knowing programming languages. If you have what we call "Makers", you can build games, apllications, and such.But, if you wanna be in total control of the situation, then you certainly need to know a computer language.
satsuriyokinawa 2 weeks ago
will notepad++ work?
falloutseriesftw 2 weeks ago
@falloutseriesftw if you have the TL plugins, yes
MrSupBroski 2 weeks ago
This has been flagged as spam show
@falloutseriesftw if you have the TRL plugins, yes
MrSupBroski 2 weeks ago
This has been flagged as spam show
@falloutseriesftw if you have the TRL plugins, yes
MrSupBroski 2 weeks ago
there is another set of C++ tutorials from bucky here
youtube.com/watch?v=tvC1WCdV1XU
which one is this ??
ujwalvail 2 weeks ago in playlist C++ Programming Tutorials from thenewboston
Comment removed
ujwalvail 2 weeks ago in playlist C++ Programming Tutorials from thenewboston
I need to learn this to make a mod for half-life,just after i learned java :l
chrisall76 1 month ago
guys this is the old tutorials you should check the new ones: watch?v=tvC1WCdV1XU&feature=BFa&list=SPAE85DE8440AA6B83&lf=list_related
CloudDecim 1 month ago
do u need a computer language for EVERYTHING????
game development,software,etc......?????????beginner to computer programming
someguyy2 1 month ago in playlist C++ Programming Tutorials from thenewboston
@someguyy2
You can do just about anything in C++. So it's a good place to start.
MrMakeman 1 month ago
@someguyy2 I'm not sure I understand your question entirely. You don't need to know a computer language if you just want to -use- all those things. If you want to -make- anything, ANYTHING for a computer, you need to know a programming language. That language can be C++. C, Java, anything really.
SignificantOwl 1 month ago in playlist C++
@SignificantOwl i was talking about make thx for reply
someguyy2 1 month ago
@someguyy2 Most definitely. Everything, even webpages.
JacksonxRhoads23 1 month ago in playlist C++ Programming Tutorials from thenewboston
I Used To Know C++ Then I Forgot
SpectralShadeOfDusk 1 month ago
@SpectralShadeOfDusk I used to know C++, then I took an arrow to the knee.
Cottonuity 1 month ago
Spaghetti code. 'Nuff said. This code is messy and incomprehendable.
PH5221 1 month ago
When I grow up, I wanna be a traffic light coder.
FalconPiss 1 month ago in playlist C++ Programming Tutorials from thenewboston
Comment removed
PH5221 1 month ago
Comment removed
PH5221 1 month ago
Comment removed
PH5221 1 month ago
hey, if there are any mac users out there just note that you can simply install Xcode (on the mac os x DVD) which installs gcc (most popular compiler). if you're on linux you can get gcc by entering 'sudo apt-get install build-essentials' (you can also use 'gcc' instead of 'build-essentials', but the latter also installs some important headers list zlib, pthreads and stuff like that.
Phant0mads 1 month ago
may I say thank you AND I shall now with your teachings program traffic lights.
MrWundrful 1 month ago
hey, do people find these c++ tutorial from thenewboston easier than those of antiRTFM? thanks for your feedback
mysite1000 1 month ago
Did I click on it? Oh, heeere we go
SporeForDummies 2 months ago
240p lol bucky, this is GREAT! :)
sciman001 2 months ago
IM NOT GONNA PROGGRAM FOR TRAFFIC LIGHTS BUT FOR THE KEYBOARD!
TheJuli1241 2 months ago
This has been flagged as spam show
Hey guys, check out my page if you need some more help. Covering each C++ component week by week, drop a comment if you need help.
ComputerTechBoss 2 months ago
"How neat is that?!?!"
cyanz27 2 months ago
Pretty Cool, Huh ?
wickedmetalhead 3 months ago
i have to watch this for robotics. My "teacher" is terrible at teaching so i yea
mick5000x 3 months ago
I shall devote my life to programming traffic lights! ONWARD!
DudemanofAwesome 3 months ago 3
Just give us a link in the description for it >.<
CamandBre 4 months ago
its dev C++ free?????
TheGenesisMG 4 months ago
its dev C++ free
TheGenesisMG 4 months ago
Bucky was polite and so serious in his old tutorials LOL
BollywoodSPY 4 months ago
Lol for windows xp.
StonePickaxes 4 months ago in playlist C++ Programming Tutorials from thenewboston
Is there a difference between codes on c and c++, or the language is the same?
delgadogorn 4 months ago
@delgadogorn c++ can do the same as c but with less code if you are going to start coding i recomend C++
FahimAliTV 4 months ago in playlist C++ Programming Tutorials from thenewboston
@delgadogorn The languages are EXACTLY the same. Microsoft took C and named it C++. It's part of a conspiracy involving Al Qaeda and Hulk Hogan.
iamKorupt 4 months ago
luckily for me linux machines don't need a compiler
iceemberpro 4 months ago
Comment removed
iceemberpro 4 months ago
Comment removed
iceemberpro 4 months ago
c++ and other programing tutorials on
d o l l a r - t r e e . n e t
propelera91 4 months ago
When i open the program and try input the numbers, I put in one number and press enter and it just comes up with like 10 numbers and shuts off...I am not able to input a second number. Help would be appreciated.
yungchef92 5 months ago
@yungchef92 what program because some programs do curtain things, and sometimes a program forgets/doesn't know that you are using a different type of compiler. If it auto closes that means that the program does not have a ' system("pause"); ' in it, if this is not present and it auto closes, that means that your compiler does NOT auto pause the system, just put in the system("pause"); right before the return 0; and you should be fine.
mylifeis2coolcmc2 4 months ago in playlist C++ Programming Tutorials from thenewboston
Will it blend?
tculig 5 months ago
@TheNORCALnerd89 CodeBlocks. No matter what anyone says, don't use DevCPP as it's deprecated.
WolfosDotOrg 5 months ago in playlist C++ Programming Tutorials from thenewboston
@WolfosDotOrg codeblocks pisses me off though.
gjh33 5 months ago
@gjh33 Whats wrong with codeblocks?
ziodice 5 months ago
@TheNORCALnerd89 use code block its easy
9wrongnumber 5 months ago
This isn't the compiler thenewboston uses in many of his videos, atleast it doesn't look the same :/
Mattias01001010 5 months ago
@Mattias01001010 it is... well only for his c and c++ videos
EpilepticElbow 5 months ago
does it work for windows 7??
pandaclue2 5 months ago
@pandaclue2 yes, yes it does!
EpilepticElbow 5 months ago
Does Microsoft Visual C++ 2010 Express Count as a compiler?
Joestrange8 5 months ago in playlist C++ Programming Tutorials from thenewboston 28
@Joestrange8 No. VC++ is totally seperate. Compiler is a program that compiles code from a language, which means it converts it into machine code. VC++ is an IDE.
reboh79 4 months ago
@Joestrange8 Nope. Microsoft Visual C++ 2010 uses the .Net Framework, so you got other classes to work with, functions, voids, etc... That programming language si usually called "VC++"
GoVisualTeam 4 months ago
@Joestrange8 Well you can say that it is a compiler cum editor for C++ programs for the Windows platform.
reeathproject 4 months ago
@Joestrange8 Visual C++ is an IDE. It contains a compiler though.
OSDolphin 1 month ago
can anybody suggest what should i start learning first, C or C++ ?
TheIkarus93 5 months ago
@TheIkarus93 C++ is basically evolved C. It's newer, and has everything C had with many improvements. So the answer is clear ; p
imralav 5 months ago 15
@imralav thanks bro :)
TheIkarus93 5 months ago
@imralav Wait a second.. is there C+, or did they just jump from C to C++?
Zk2500 2 weeks ago
@Zk2500 Haven't heard about C+ ; o It's straight from C to C++. As far as I know there is also C#, which is used only on Windows, I guess?
imralav 2 weeks ago
@Zk2500 C ----> C++
wrnl 1 week ago
@TheIkarus93 well I am just starting and from what I understand C is part of C++, it is basically just an update
MrWundrful 1 month ago
@MrWundrful wrong: C and C++ are two seperate languages. C++ ist largely based on C, but it does have huge differences. basic C code will probably compile in any modern C++ compiler, but there are some incompatibilities that may prevent a successful compilation. What I usually do is write some code in C (cause it's fast), then wrap that code around extern "C" {} tags and then use the functions to write a wrapper class in C++ ;)
Phant0mads 1 month ago
instaling dev-c++ and i see a file, "Packman.exe" whats that? a basic game that comes with it or something? epic tutorial btw, tysm
cookiesRgood26 5 months ago
@PrimeTuber Is it ok if you learn C++ before C?
idiotrun1997 6 months ago
@idiotrun1997 Yeah, it's fine. Just learn one or the other really. I've noticed that people new to programming always think they need to learn more than one language at once or they need to be learned in some order. This is really untrue. Learn one or the other then stick with it if you like it and you have the core concepts down, or switch if you dislike it. Remember, don't overextend yourself and focus on learning the language and its philosophies down before you move on to antoher.
BacklTrack 6 months ago
does this work on Mac ??
TheWaffelBeast 6 months ago
So what compiler would people recommend using for Linux? I hear Vim is great but the learning curve is somewhat... off-putting for the time being. Preferably in the Ubuntu/Mint repos... or the Arch Repos/AUR... or available as a .deb or ppa (other than that i'm not fussy ;) ). Thanks a lot!
SepradistPhantom 6 months ago
Even in 2008, Dev-C++ hadn't been supported for over 3 years... why do people still recommend using it? Use Code::Blocks or g++...
packetpirate 6 months ago
@packetpirate Yeah, I agree with you. But this video was made in 2008.
TronEmpireTutorial 6 months ago
@TronEmpireTutorial
That reply made no sense... I was saying that Dev-C++ hasn't been supported since 2005. Even in 2008, it was outdated. The point is that it was a terrible compiler then, and it still is now.
packetpirate 6 months ago
I shall create HACKS!!! LAWL
iwannabethekid34x 6 months ago
@iwannabethekid34x lol seriously.
Tomahawkinmasta 6 months ago
@iwannabethekid34x ..fag
BacklTrack 6 months ago
@BacklTrack Only little homophobic kids say "fag"
umad?
iwannabethekid34x 6 months ago
@iwannabethekid34x People like you..really really fucking suck. Annoying cunt trolls.
BacklTrack 6 months ago
@BacklTrack You're the one who raged
iwannabethekid34x 6 months ago
@iwannabethekid34x Raged? I think not. Pointed out your idiocy and added an insult for good measure? Yes.
BacklTrack 6 months ago
@BacklTrack You provide no evidence of why I'm an idiot nor did your insult make sense.
You just decided to rage at me for saying "I shall create hacks"
YOU are the idiot, so you should shut up you unintelligent asshole.
iwannabethekid34x 6 months ago
This has been flagged as spam show
@iwannabethekid34x ""I shall create HACKS!!! LAWL" is my evidence lol. That sounds stupid as fuck. Especially the "LAWL" part.
BacklTrack 6 months ago
@iwannabethekid34x "I shall create HACKS!!! LAWL" Is why I insulted you. Especially the "LAWL" part. BUt if you want to prove me wrong and unintelligent..create a hack. Seriously. But Im done with this..this is youtube and I got to upload some more sexy metal.
BacklTrack 6 months ago
@BacklTrack Youtube is full of people who throw around insults.
And you're one of those people.
Maybe instead of replying to my comment saying "...fag"
You should have proved yourself to be more mature and intelligent, but instead, all you did was say "...fag"
which led me to believe you are a homophobe, and according to studies, over 90% of homophobes are indeed closet homosexuals.
And yes, I am going to create a hack. Deal with it.
Because unlike you, I have a functional brain.
iwannabethekid34x 6 months ago
@iwannabethekid34x Haha alright buddy. But just as a side note I didn't use fag in the way that refers to homos -- I used it as another way of saying "dumbass" or something to that effect. Oh..and before I go, technically you'd be the one without evidence in this one..since I doubt such studies exist.
BacklTrack 6 months ago
@BacklTrack Oh yeah? Search up homophobia studies on google.
You'll see :)
And "fag" Often refers to a homosexual human.
iwannabethekid34x 6 months ago
Nice tutorial dude but you sound torched.
AsHoTRoN 6 months ago
Check out my channel
I'll be going over C++, computer engineering courses and other related courses. I upload videos daily.
SebastianRoces 6 months ago
Comment removed
endriff 6 months ago
java is done, on to C++!
FreePKMNWalkthroughs 6 months ago
lol. my school is teaching us visual basic. in year 11. that sucks. thanks man, you're better than most schools :P
EpilepticElbow 7 months ago in playlist C++ Programming Tutorials from thenewboston
@EpilepticElbow Ahahaha! Seriously? Visual basic? We have pascal and after that c and c++.
Nikotiini69 6 months ago
before the visualstudio part in that link below, it's micro soft dot c0m
StevenTheProgrammer 7 months ago
Why aren't we using VISUAL C++ 2010 EXPRESS?
Alot better than Dev-C++ ; Download it here: visualstudio/en-us/products/2010-editions/visual-cpp-express
Dev-C++ is extremily old; you can tell by the release date of this video, because it is 2008; the release version that they're using in this video is the same version that is out right now...SAD!
StevenTheProgrammer 7 months ago
@StevenTheProgrammer dude...look at the date this was made....2008..i dont think they had visual C++ 2010 in 2008.................
programmerofIAU 6 months ago
@programmerofIAU Hi, will this tutorial work for me if I use it in visual C++ 2010 or should I do it in the Bloodshed Software which he uses in these videos
sernikpl2010 6 months ago in playlist C++ Programming Tutorials from thenewboston
@programmerofIAU I think he was just trying to say that people shouldn't continue to use outdated development software.
BacklTrack 6 months ago
bucky thanks im starting c++ in 9 days
warnexus 7 months ago
i really like your tutorials they help me very much with getting startetd with c++
JakobRobert00 7 months ago
Do you like Dev C++ or Code Blocks better? CodeBlocks seems like a poorman's Visual Studio but I like it. I'll try Dev and thanks for you posts. :)
waldtbc 7 months ago
What is I have a Mac?
DMAZLPDtrooper 7 months ago
me no likey the very basics, *skips to GUI making*
tomek123kotek 7 months ago
TheNewBoston, is there anything YOU DONT KNOW LOL.
Great job
Skyrodude 7 months ago
/watch?v=tvC1WCdV1XU 2 tutorials?
BabyMinecraftStudios 8 months ago
this is like my highschool lol i wouldnt know actually im only 11 but i will know in a few years
basketballdude138 8 months ago
@basketballdude138 Hey man, dont think you cant get it because your young. THIS IS OUR TIME! (i'm 13) If you want to learn this stuff, DO IT! Now of course if you dont get c++ then thats fine. Check out java or python, Great languages!
Teach yourself to learn!
Remember, The stupid have wisdom forced on them, but do not appreciate it. But the wise man beats himself for the satisfaction of finding it...
... i feel kinda cool right now
I think ill put that on facebook now.
anidude98 5 months ago
@anidude98 well im learning it but i was saying that they usually dont even teach this in highschool bu ti wouldnt be sure about that i need to learn to make my sentences make sense lol
basketballdude138 5 months ago
It's weird to think that I'm learning off of youtube. So awesome.
Kulopto 8 months ago
At certain points of this tutorial you sound just like Microsoft Sam.
philtabest 8 months ago
awesome tutorials so easy to follow and understand. I subbed O_+
MrDabeatbox 8 months ago
omg thank you so much, i tried many sites but they were too confusing then i stumbled upon your channel thank you so much for the easy to understand tutorials
Erickarkos 8 months ago
This has been flagged as spam show
dont read this because it actually works.you will get kissed onthe nearest friday by the love of your life .tomorrow will be the best day of your life.however if you dont post this comment to at least three videos you will die with in the days.now youve started reading this so dont stop.this is so scary put this at least three videos in 143 minutes when your done press F6and your lovers names will appear on the
screen in big letters.this is so scarycause it actually work
RyansBriefs 8 months ago
I was told that dev-c++ is outdated and crap compared to new compiler things like codeblocks and eclipse, is it still okay to use? D:
EpilepticElbow 8 months ago in playlist C++ Programming Tutorials from thenewboston
@EpilepticElbow
Yeah, I often hear the same things. But to be honest, Dev C++ is a hundred times simpler then any other compiler I've ever found. I have visual 2010 C++ and there are so many errors and the scripting is slightly more complicated. I would go for Dev C++ if I were you, that's what I'm doing.
qwas12348gr5 8 months ago
@qwas12348gr5 Yeah, i heard that visual c++ isn't actually pure c++, its caled something like C++/CLI, and yeah, i turned to visual c++ because there is pretty much NO tutorials on GUI and stuff with dev-c++(or any other "CODE ONLY" compiler), do you know anywhere i could learn that stuff? :D
EpilepticElbow 8 months ago
@EpilepticElbow
No, atually. I don't :(
Visual has a ton of problems, though. I'm getting insanely fed up with it...
qwas12348gr5 7 months ago
@qwas12348gr5 Yeah, it can get quite frustrating :P
EpilepticElbow 7 months ago
thanks... subbing.. = )
avalon0101 8 months ago
This isn't real programming,real programming is making those programs.HardCore C++ is making those programs that allow you to edit other stuff.
TheVideoMaker444 8 months ago
@TheVideoMaker444 You can not directly go to a college without learning your primary stuff.The same has to be taken note of here.You have to first learn the basics and then use your knowledge to create vivid and beautiful or ppowerfull programs :)
thenishanth420 8 months ago
Visual C++ is better
KTCLAN 9 months ago
@KTCLAN It sure is.But you can learn the basics with anything :D
thenishanth420 8 months ago
Welcome to Youtube University
xXHeartlessRikuXx 9 months ago
I have a Mac and have XCode, doesn't the industry today use Macs more?
CrashCommunityHQ 9 months ago
wow..im6 yrsold and meknow how to use compiler!!! :)..so simple
armor175 9 months ago
@armor175 It's not rocket science.
Oliarvis 9 months ago
If you want the god of all editors, check out VIM, which is the "improved" version of VI. I doubt it gets any better than that. Pretty much a 100% customizable (and I really mean 100%, not 99%) Once you learn how to use it, you'll be extremely fast as well. Can easily write your own macro's and personalize it exactly as you want. It's available for Linux, Mac OSX and Windows, and it's free.
For those interested, check out this rather hilarious introduction video to VIM:
vimeo. com/6999927
Meskyan 9 months ago
why didn't you just use notepad ++, you can use it to perform the same thing right... ?
blackphoenix1207 9 months ago
@blackphoenix1207 Notepad++ isn't really considered a IDE. It can't compile C++ just helps with editing. Its like a step up from notepad.
Aleksandrme 9 months ago
firefock?
Terror3659 9 months ago
since I hear a lot of these people saying these compiler is very old, could someone recommend me a better compiler?
MegaAlfox 9 months ago
#cpphelp on irc.mibbit.net, webclient at mibbit.com
for live help ;)
cplusplus0x 9 months ago
omg omg OMG! when i tried to learn 3ds max i found thenewboston tutorials they were great and now c++ tutorials this is going to be a great journy!
zhir96 9 months ago
This has been flagged as spam show
Hello, I Made A Website For Hackers And Programmers And All The Other Computer Interested People Only….. You People Are The Only Ones Who Can Make This Website Better If You Visit It And Do All The Things You Want, Therefore, Plz Visit It And Post What You Know… Thumbs Up So All Can See......
"Hackers4Fun.webs.com"
"Hackers4Fun.webs.com"
MrTcoolt 9 months ago
is this on mac?
warjak100 9 months ago
What type of C++ should i focus on if i want to program games?
JalenTheEpic 9 months ago
do a c programming compiler installation tutorial please
bondservant4Him 9 months ago
man, i actually love you.
LemonPieLoL 9 months ago
DEV C++!!
THUMBS UP PLZ!
astroboyjordan 9 months ago
i am 12 and wanting too make a awesome rpg and i dont know what is the best programing language for making a game?
astroboyjordan 9 months ago
@astroboyjordan If your looking about making a major game your best off coding in Java, but remember it's not all about the coding, you have to think about Animations and graphics also.
Sagaterious 9 months ago
THANK YOU !!!!!!!!!!!!!!!!!!!!!!!
tibiaowned1 9 months ago
These tutorials are great! I first started learning with your python tutorials and now I'm on to these C++. Thank you bucky!
Keaft 10 months ago
great tutorials man, have you made any for the photoshop.
fahadssj5 10 months ago
I've been trying to learn C++ for the last couple of months and I gotta admit, this is interesting.
446646 10 months ago
How can I download this? It doesn't succesfully downoad on my computer and the firewall isn't causing the problem. And I can't use Microsoft visual express 2010, because apparently microsoft is gay and hates me. Help would be nice thank-you.
A1phaendOmega 10 months ago
can someone answer this for me please! do i have to learn C before i learn C++???
sonicxx85 10 months ago
@sonicxx85 No.
Maestroshnitzel 10 months ago
@sonicxx85 no, you do not need to learn C before learning C++. It is actually best to start learning C++ because it has extra features not found in C.
TheBartman47 10 months ago
@TheBartman47 Correct me if I'm wrong, but is it also backwards compatible with C? As in, can you implement statements from C into the C++ compiler?
KissMeImPunk 10 months ago
@KissMeImPunk - almost all C code will work in C++, however there are a few exceptions. It's been a long time since I did any C++ programming, so I don't recall exactly what they were, I just remember a few nuances that were slightly different.
TheBartman47 10 months ago
@thenewboston
Would the Microsoft Visual C++ compiler make no difference?
XSKYNETXx 10 months ago
dear bucky,
is there no end to your awesomeness? i didn't think so.
freakinONION 11 months ago
I have installed the Eclipse IDE for C/C++
hammadghulam 11 months ago
hey please anyone tell me how to learn computer programming as i am doin mo olevels and i need this
flanks123 11 months ago
Thanks Bucky! I'm starting to learn C++. :)
geme765 11 months ago
good video, just started learning C
Thanks
exia78 11 months ago
Dev-C++ is no more!
Use CodeBlocks instead! Its Free.
tigerlovesrupert 1 year ago
@tigerlovesrupert
If you watch his newer C++ tutorials you will notice that he switched to CodeBlocks^^
MrApetastic 11 months ago
when i saw the extracts is saw "Extracting: Packman"
:D
freaxOMG 1 year ago
This has been flagged as spam show
Can i use another compiler/
TrollsArePeople 1 year ago
Okay, I wanna learn to do 3d animation to make a game. IM GOING TO LEARN C++ THEN LEARN UR 3dsMAX TUTORIALS. THEN ILL FUCKING MAKE A GAME. THEN IM GOING TO GIVE IT TO YOU BUCKY!. FUUUCKK IMM SOOOOO EXCIIITTEEEDDDD
TrollsArePeople 1 year ago
I know this is from 2008, but as far as I know, people shouldn't be using Dev-C++ any more. There are other free open source IDEs such as CodeBlocks, which are more up to date and less prone to producing dodgy programs.
The111DooD 1 year ago
Why not just download a proffesional program like Microsoft Visual C++?
LegendsOfShadow 1 year ago
@LegendsOfShadow I'm cheap :>
LoneWolfy42 1 year ago
@LoneWolfy42 The Express version is free.........
LegendsOfShadow 1 year ago
C++ for noobs is the best.
wendygroth 1 year ago
Thanks to you, programming went from looking like a distant dream to a piece of cake! Thanks a lot man!
NeoTheo9 1 year ago
Youtube=The new high school.
MrTheNewBEN 1 year ago 240
@MrTheNewBEN haha well put
TubeFreakification 11 months ago
@MrTheNewBEN For me its 8th grade doin highschool level :D
catholickid135 10 mont