Added: 3 years ago
From: thenewboston
Views: 236,691
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (524)

Sign In or Sign Up now to post a comment!
  • What role does c++ take in computer programming? In other words what is c++ good at? Gaming, text handling, hardware?

  • @az100eletronics12 everything actually

  • @magnusbon Thanx

  • whats with g++?

  • @debit256 g++ a compiler for C++

  • 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

  • @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.

  • will notepad++ work?

  • @falloutseriesftw if you have the TL plugins, yes

  • there is another set of C++ tutorials from bucky here

    youtube.com/watch?v=tvC1WCdV1X­U

    which one is this ??

  • Comment removed

  • I need to learn this to make a mod for half-life,just after i learned java :l

  • guys this is the old tutorials you should check the new ones: watch?v=tvC1WCdV1XU&feature=BF­a&list=SPAE85DE8440AA6B83&lf=l­ist_related

  • do u need a computer language for EVERYTHING????

    game development,software,etc......­?????????beginner to computer programming

  • @someguyy2

    You can do just about anything in C++. So it's a good place to start.

  • @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 i was talking about make thx for reply

  • @someguyy2 Most definitely. Everything, even webpages.

  • I Used To Know C++ Then I Forgot

  • @SpectralShadeOfDusk I used to know C++, then I took an arrow to the knee.

  • Spaghetti code. 'Nuff said. This code is messy and incomprehendable.

  • When I grow up, I wanna be a traffic light coder.

  • Comment removed

  • 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.

  • may I say thank you AND I shall now with your teachings program traffic lights.

  • hey, do people find these c++ tutorial from thenewboston easier than those of antiRTFM? thanks for your feedback

  • Did I click on it? Oh, heeere we go

  • 240p lol bucky, this is GREAT! :)

  • IM NOT GONNA PROGGRAM FOR TRAFFIC LIGHTS BUT FOR THE KEYBOARD!

  • "How neat is that?!?!"

  • Pretty Cool, Huh ?

  • i have to watch this for robotics. My "teacher" is terrible at teaching so i yea

  • I shall devote my life to programming traffic lights! ONWARD!

  • Just give us a link in the description for it >.<

  • its dev C++ free?????

  • its dev C++ free

  • Bucky was polite and so serious in his old tutorials LOL

  • Lol for windows xp.

  • Is there a difference between codes on c and c++, or the language is the same?

  • @delgadogorn c++ can do the same as c but with less code if you are going to start coding i recomend C++

  • @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.

  • luckily for me linux machines don't need a compiler

  • Comment removed

  • Comment removed

  • c++ and other programing tutorials on

    d o l l a r - t r e e . n e t

  • 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.

  • Will it blend?

  • @TheNORCALnerd89 CodeBlocks. No matter what anyone says, don't use DevCPP as it's deprecated.

  • @WolfosDotOrg codeblocks pisses me off though.

  • @gjh33 Whats wrong with codeblocks?

  • @TheNORCALnerd89 use code block its easy

  • This isn't the compiler thenewboston uses in many of his videos, atleast it doesn't look the same :/

  • @Mattias01001010 it is... well only for his c and c++ videos

  • does it work for windows 7??

  • @pandaclue2 yes, yes it does!

  • Does Microsoft Visual C++ 2010 Express Count as a compiler?

  • @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++"

  • @Joestrange8 Well you can say that it is a compiler cum editor for C++ programs for the Windows platform.

  • @Joestrange8 Visual C++ is an IDE. It contains a compiler though.

  • can anybody suggest what should i start learning first, C or C++ ?

  • @TheIkarus93 C++ is basically evolved C. It's newer, and has everything C had with many improvements. So the answer is clear ; p

  • @imralav thanks bro :)

  • @imralav Wait a second.. is there C+, or did they just jump from C to C++?

  • @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?

  • @Zk2500 C ----> C++

  • @TheIkarus93 well I am just starting and from what I understand C is part of C++, it is basically just an update

  • @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++ ;)

  • 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

  • @PrimeTuber Is it ok if you learn C++ before 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.

  • does this work on Mac ??

  • 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!

  • 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 Yeah, I agree with you. But this video was made in 2008.

  • @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.

  • I shall create HACKS!!! LAWL

  • @iwannabethekid34x lol seriously.

    

  • @BacklTrack Only little homophobic kids say "fag"

    umad?

  • @iwannabethekid34x People like you..really really fucking suck. Annoying cunt trolls. 

  • @BacklTrack You're the one who raged

  • @iwannabethekid34x Raged? I think not. Pointed out your idiocy and added an insult for good measure? Yes.

  • @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 "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 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 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 Oh yeah? Search up homophobia studies on google.

    You'll see :)

    And "fag" Often refers to a homosexual human.

  • Nice tutorial dude but you sound torched.

  • Check out my channel

    I'll be going over C++, computer engineering courses and other related courses. I upload videos daily.

  • Comment removed

  • java is done, on to C++!

  • lol. my school is teaching us visual basic. in year 11. that sucks. thanks man, you're better than most schools :P

  • @EpilepticElbow Ahahaha! Seriously? Visual basic? We have pascal and after that c and c++.

  • before the visualstudio part in that link below, it's micro soft dot c0m

  • Why aren't we using VISUAL C++ 2010 EXPRESS?

    Alot better than Dev-C++ ; Download it here: visualstudio/en-us/products/20­10-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 dude...look at the date this was made....2008..i dont think they had visual C++ 2010 in 2008.................

  • @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

  • @programmerofIAU I think he was just trying to say that people shouldn't continue to use outdated development software.

  • bucky thanks im starting c++ in 9 days

  • i really like your tutorials they help me very much with getting startetd with c++

  • 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. :)

  • What is  I have a Mac?

  • me no likey the very basics, *skips to GUI making*

  • TheNewBoston, is there anything YOU DONT KNOW LOL.

    Great job

  • /watch?v=tvC1WCdV1XU 2 tutorials?

  • this is like my highschool lol i wouldnt know actually im only 11 but i will know in a few years

  • @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 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

  • It's weird to think that I'm learning off of youtube. So awesome.

  • At certain points of this tutorial you sound just like Microsoft Sam.

  • awesome tutorials so easy to follow and understand. I subbed O_+

  • 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

  • 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

    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

  • @EpilepticElbow

    No, atually. I don't :(

    Visual has a ton of problems, though. I'm getting insanely fed up with it...

  • @qwas12348gr5 Yeah, it can get quite frustrating :P

  • thanks... subbing.. = )

  • 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 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 :)

  • Visual C++ is better

  • @KTCLAN It sure is.But you can learn the basics with anything :D

  • Welcome to Youtube University

  • I have a Mac and have XCode, doesn't the industry today use Macs more?

  • wow..im6 yrsold and meknow how to use compiler!!! :)..so simple

  • @armor175 It's not rocket science.

  • 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

  • why didn't you just use notepad ++, you can use it to perform the same thing right... ?

  • @blackphoenix1207 Notepad++ isn't really considered a IDE. It can't compile C++ just helps with editing. Its like a step up from notepad.

  • firefock?

  • since I hear a lot of these people saying these compiler is very old, could someone recommend me a better compiler?

  • #cpphelp on irc.mibbit.net, webclient at mibbit.com

    for live help ;)

  • 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!

  • is this on mac?

  • What type of C++ should i focus on if i want to program games?

  • do a c programming compiler installation tutorial please

  • man, i actually love you.

  • DEV C++!!

    THUMBS UP PLZ!

  • 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 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.

  • THANK YOU !!!!!!!!!!!!!!!!!!!!!!!

  • These tutorials are great! I first started learning with your python tutorials and now I'm on to these C++. Thank you bucky!

  • great tutorials man, have you made any for the photoshop. 

  • I've been trying to learn C++ for the last couple of months and I gotta admit, this is interesting.

  • 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.

  • can someone answer this for me please! do i have to learn C before i learn C++???

  • @sonicxx85 No.

  • @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 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 - 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.

  • @thenewboston

    Would the Microsoft Visual C++ compiler make no difference?

  • dear bucky,

    is there no end to your awesomeness? i didn't think so.

  • I have installed the Eclipse IDE for C/C++

  • hey please anyone tell me how to learn computer programming as i am doin mo olevels and i need this

  • Thanks Bucky! I'm starting to learn C++. :)

  • good video, just started learning C

    Thanks

  • Dev-C++ is no more!

    Use CodeBlocks instead! Its Free.

  • @tigerlovesrupert

    If you watch his newer C++ tutorials you will notice that he switched to CodeBlocks^^

  • when i saw the extracts is saw "Extracting: Packman"

    :D

  • 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.

  • Why not just download a proffesional program like Microsoft Visual C++?

  • @LegendsOfShadow I'm cheap :>

  • @LoneWolfy42 The Express version is free.........

  • C++ for noobs is the best.

  • Thanks to you, programming went from looking like a distant dream to a piece of cake! Thanks a lot man!

  • Youtube=The new high school.

  • @MrTheNewBEN haha well put

  • @MrTheNewBEN For me its 8th grade doin highschool level :D