Hello antiRTFM, nice work. I am using VB 2010 Express. I am trying to follow your steps in this tutorial and have openened a Console Application. What I see however is nothing like your 2:45. Instead I got a window saying "Module1.vb". I continued anyway and deleted all the info in the window and typed in "#include..." but it didnt respond like yours when I pressed enter. I got nothing. Help!
@MASTERHACKER1111 No shit. but then again, can you make something as kickass as ADOM in batch coding? No. Batch isn't even a programming language It's a script controller for simple jobs.
@antiRTFM Hey :) You got some good tutorials, but I got an "issue". When I see this tutorial it is easy to make, because I just do what you do. If I should make this without the tutorial I would be completly lost.. How did you manage to learn all this and can remember what to type?.
okay so this is good...but i want to LEARN how to make these not copy codes to make a program.....for example i know nothing about what the words mean such as cout or w/e ..hope you understand what im trying to say
@fredark2 Hello world is a generic way of introducing a programming language. It is basic and straight forward. The reason why its "hello world" is due to the concept of the application or code being alive. Wikipedia has a list of "hello world" wrote in every language possible.
With Xcode Version 3.2.6 , do I just use the generic C++ plug in ? And how do I start the equivelent to the Win32 console application.Didn't see the word console anywhere, what might this be called.
Hey! i've just begun using you're videos as an attempt to learn c++ programming language for programming a basic video game. I'd just like to say thank you for starting from the bare minimum as i am an absolute n00b as far as programming goes. Looking forward to continuing to watch you're videos and hopefully learn more! Great video series!
thank you this really helped me. i finished the code for my first program. i just made it say "my first project" instead. looking forward to viewing more.
I'm using 2010 and when at the beginning you had to put pound, I accidentally put an asterisk because they kind of looked the same and I didn't pay attention when you said "Pound." It worked though so thanks.
@UndeadOnWifi () is called an encapsulation I believe, pretty much it says (whatever is inside of me is grouped together) just like if you were to do a math calculation where you wanted to do addition before multiplication. say you wanted 2+2*2=8 then you would have to do (2+2)*2 because 2+2*2=6...it's grouping just like in math, you'll realize as you learn more that most of programming stems from standard math logic.
Um... Help, please. I'm using Visual Studio C++ 2010 Express, and every time I build the program it closes out of C++. I can run the .exe from the folder, but have to open the compiler again, haha. Any knowledge? I re-installed it once.
hi, uhm i have visual studio 2010 express, and when i press debug it says like in yours build succeeded 0failed but i get a message saying unable to start program, also, my folder looks completely different...
@Starscream1o1 Same with the folder. You may have missed something out somewhere, mine worked fine. By the way register it, its free. Go to Help then register.
Yeah! First try! Thank you so much I'm 13 and only I learn one or two programing languages my Father's company is hiring me for a job in programing. It's so fun!
I have a question. I am using xcode on the mac and I created this program but when I try to open it like he does in the video, it says unable to open...
@legokid1593 its the 2010 version and if you search for it online then it should come up with the microsoft website where you can download it from for free
you're probably right :) . but all I was saying is that it is easier to start with a more simple language to better understand what (for example: variables, loops and operators) are and what they do. In my case: it helped me understand what certain keywords do and why they are used. but yeah you could also watch awesome tutorials and read books, just the same as I'm doing now... :)
@defterade About running before you can walk so to speak, i mostly agree, but sometimes, I think that throwing yourself into the deep end is a good thing, it accelerates learning. Just be sure that before you do that, you can atleast swim.
yes, i'm here again... i tried something else... i have an azerty keyboard and like i said, my } key doesn't work in my compiler, but i changed it to qwerty and there it works perfectly but the keys aren't right then so thats pretty anoying too... =(
oh yeah, and i just tried to copy paste the } and that does work but i don't gonna paste it every time i must use it, so problem isn't really solved yet...
ok... there's somthing really strange in my compiler (microsoft visual studio's 2010), i can't type the } is it possible that my compiler isn't downloaded/installed correctly because i don't know what to do... i have shut down the program already and opened it again and i can type every other sign i want expect the } i tried to run it and i got an error... please help somebody because i really want to learn programming and i can't do that because of this bug thing... :S
Haha. This is how i started programming, when i was a totally noob. Now i'm learning a 2D library in C++ for making games ofcourse. Thanks dude, you rock.
Hey I see there are a few jokers on the comments thet have the attitude you were talking about. You can spoon feed me all you want as I am a complete noob. lol
I was reading a site that helps you with the basics and was going through the exact same as you are now. at least this way I can watch and learn istead of following a paper book. Thank you as there are a lot of greatfull people out there that are watching and may not comment.
on anoher tut it said you should always use cin like this " cin >> ........." and im wondeing why you din't and yet it still works although the other tut didn't? can someone message me and explain?
@EtienneLF VIsual c++ 2010 is just a program that's used to edit and compile c++, so there's no difference. C languages are also best for game programming
I don't understand how you convert the .cpp file into .exe. I've debugged and executed the program successfully but I'm having trouble finding it. I'd appreciate any help someone could give me.
@DeathEagle97 You should look in the folder where your IDE ( or has he calls it Compiler ( thats by the way wrong ) ) is installed. If you saved your programm in a subfolder ( the IDE or has he says compiler askes you where to save it, as soon as you create a project ), then open the subfolder and look for the exe.
@DeathEagle97 It doesnt matter, you can type your code whereever you want to.
You can type include in line 1, 2,3,4,--- no matter.
But all the functions have to stand in the main function (there are others too, but for now you should just follow that rule) between the int main(){ ->here is the code<- }
i actually got a error at the "return" and the correcting engine said "expected ';' before return" but anyways i fixed it because of that "C++ spelling correction" but you did not get any errors and that sound odd to me though...
wait... buddy... more than programming.. if you are writing for noob.. you should tell what iostream means or what is the difference between semicolon or parenthesis many other things..
wait... buddy... more than programming.. if you are writing for noob.. you should tell what iostream means or what is the difference between semicolon or parethesis many other things..
ok this is al nice and good tutorial but are u not going to explain what al the codes are and means bcuz im now watching and its al good but i dont understand al the codes u just typed iostream etc etc..
really good job for a hello world... if you guys want to know a different way to type cin.get() try using system("pause"); although that might not be as useful in the long run.
when I add "cin.get()" it fails..
RedengineTV 4 days ago
Holy crap.Java is so much easier and good looking.
Nethertar 1 week ago
how come i got 9 errors when i put the exact same thing with the exact same program?
healthyandyoung 1 week ago
18 people don't understand english
DarkZendar 3 weeks ago
Thanks!
That was really my first C++ program! (And I only have been playing around with Cool Basic a bit)
Code::Blocks is (my opinion) the best IDE (the thing that he calls a Compiler) for Linux!
And thank you once again, you got a subber!
ZLau13 1 month ago
mine runs but still closes :( weep
shakejunkps3 1 month ago
LOL He said C PeePee lol.
SwaggerOverride 1 month ago in playlist More videos from antiRTFM
This would be easier in batch. I know with c++ you can add graphics tho, So this is better but with batch it would be
@echo off
echo Hello world
pause>nul
But ur not teaching batch, ur teaching C++ =)
mytac0sftw 1 month ago
Hello antiRTFM, nice work. I am using VB 2010 Express. I am trying to follow your steps in this tutorial and have openened a Console Application. What I see however is nothing like your 2:45. Instead I got a window saying "Module1.vb". I continued anyway and deleted all the info in the window and typed in "#include..." but it didnt respond like yours when I pressed enter. I got nothing. Help!
tonyisho 1 month ago
@tonyisho this is c++ not visual basic
headdetect 1 month ago in playlist More videos from antiRTFM
lol he said std
Munro98 2 months ago
Help! i got the error : launch failed. Binary not found. (im using Eclipse on a mac)
bob42isme 2 months ago
Hy , i need help my visual c++ is in german , how can i change that its making it very difficult for me to understand ..
MCBOSANOS 2 months ago
its much easier to make that program in Batch!
MASTERHACKER1111 2 months ago
@MASTERHACKER1111 No shit. but then again, can you make something as kickass as ADOM in batch coding? No. Batch isn't even a programming language It's a script controller for simple jobs.
FearlessThoughts 2 months ago
@FearlessThoughts you know what does "J O K E" mean?
MASTERHACKER1111 2 months ago
@MASTERHACKER1111 Next time, try implying that it is a joke, and that it is not meant to be taken seriously.
FearlessThoughts 2 months ago
For some reason mine keeps failing and I can't figure out why. In line 13 of the output it says: type is ' ' unknown-type' '
bbudge18 2 months ago
@antiRTFM Hey :) You got some good tutorials, but I got an "issue". When I see this tutorial it is easy to make, because I just do what you do. If I should make this without the tutorial I would be completly lost.. How did you manage to learn all this and can remember what to type?.
Forgotten455 2 months ago
how do we calculate exponents?
freitasnetuno 3 months ago
I feel like a Hacker :D
JoshuaWGLloyd 3 months ago
That was fun :D
HSAdestroy 3 months ago
I like using void main() because i dont gotta type return 0;
xTxNarutoxTx 4 months ago
mine says "Hello World!!! Dont mess wit meh!!!!!
zombie2u1 4 months ago in playlist More videos from antiRTFM
As far as I know, to keep your .exe file open, another statement, you may use is "getch()". It's the same work!
t26ify 4 months ago
is there a List of commands and what they do somewhere?
CyberKurajberUltimat 4 months ago
in Xcode you need to type: std: before you type :cout << "Hello, World!";
kousoulides 4 months ago in playlist More videos from antiRTFM
lmao, "Hwlloe" hahhahaha
BigBurd14 4 months ago 10
why does my compiler build it as .vcxproj instead of .exe ?
dhakagod 4 months ago
You are amazing!
TheJomanProductions 4 months ago
I have already subscribed after 3 vids!!!
Well Done!!
Pindlevinkzy 4 months ago
i have seen 3 vids and have already subscribed!!!
Great Work!
Pindlevinkzy 4 months ago
where do you learned C++?
Snix121 4 months ago
You talk alot.. To much.. get to the programming!
MKHunited 5 months ago
@MKHunited lol thats why hes spoon feeding you programming knowledge
puppetrocks 5 months ago
@MKHunited it might seem annoying but it helps lots of people that are trying to learn and are 'noob'
rubiksfan2000 5 months ago
Great video!
KarmaNature 5 months ago
okay so this is good...but i want to LEARN how to make these not copy codes to make a program.....for example i know nothing about what the words mean such as cout or w/e ..hope you understand what im trying to say
jokerscope 5 months ago
@jokerscope Yes I have the same opinion.. I know nothing about what the words mean or anything
Sonicmanqaz 5 months ago
I dont know why, but making this little program drew a smile on my face :D
NekitoTwilight 5 months ago
I always wonder how people hack computer?
thefinestofthetime 5 months ago
So we can just make programs by typing the computer code language in the commaand promp?
thefinestofthetime 5 months ago
It said my project is out of date?
Im using the 2010 version
Guitar592 5 months ago
Comment removed
Guitar592 5 months ago
Comment removed
Guitar592 5 months ago
COMPILER != IDE .... meaning the IDE created those files for you, NOT the compiler.
MrKjelkenes 5 months ago
Can u please zoom out !!
navneethkishorer 5 months ago in playlist More videos from antiRTFM
Sharing all of your videos on Facebook! good job man!
rambodrahmani 6 months ago
@sascha2495
I got the same error too.
Rumikage 6 months ago
im using microsoft visual c++ and i did it exactly like in this video but i always get this error:
1>MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
1>C:\Documents and Settings\personal\Mis documentos\Visual Studio 2010\Projects\sasxha\Debug\sasxha.exe : fatal error LNK1120: 1 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
someone help me please
sascha2495 6 months ago
@sascha2495 meaning you have a "wrong symbol" so read through it carefully and check for the correct symbol and the use and direction of it...
TheNiiinj4 5 months ago
It's a huge change from C# which was my first language.
thedeck9 6 months ago
where did the Hello world! joke come from? I've never seen a tutorial start without it.
fredark2 6 months ago
@fredark2 Hello world is a generic way of introducing a programming language. It is basic and straight forward. The reason why its "hello world" is due to the concept of the application or code being alive. Wikipedia has a list of "hello world" wrote in every language possible.
JamesRCoston 6 months ago
Does the amount of times you hit Return after typing #include stdafx.h affect anything?
BlastFromYesterday 6 months ago
@BlastFromYesterday no C++ doesn't pay attention to blank spaces
TheBrnadon 6 months ago
With Xcode Version 3.2.6 , do I just use the generic C++ plug in ? And how do I start the equivelent to the Win32 console application.Didn't see the word console anywhere, what might this be called.
muhandtj 6 months ago
Comment removed
inyourfacesociety 6 months ago
Thank you soooo much for these videos!
ThaHyperHybrid 7 months ago
Hey! i've just begun using you're videos as an attempt to learn c++ programming language for programming a basic video game. I'd just like to say thank you for starting from the bare minimum as i am an absolute n00b as far as programming goes. Looking forward to continuing to watch you're videos and hopefully learn more! Great video series!
cambienvenu 7 months ago
thank you this really helped me. i finished the code for my first program. i just made it say "my first project" instead. looking forward to viewing more.
belowextraordinary 7 months ago
When are you starting the fps game programming tutorials?
MrPr0glitcher 7 months ago
hash is not pound
Lenry1337 7 months ago
@Lenry1337 The sign can be called hash or pound.
RedDwarffs 7 months ago
@Lenry1337 phone language.... it has multiple names Hash, pound number sign. he used what the most common term is.
ScottRichardStoller 7 months ago
My document had errors.
redfoxbennaton 7 months ago
Code::Blocks works too :D imma use that cuz i cant use anything else
DareonNXbox 7 months ago
@DareonNXbox Code::Blocks is as far as I know not a compiler but a IDE that includes the MinGW compiler.
This compiler is used a lot so you should be ok. :D
inyourfacesociety 6 months ago
@inyourfacesociety :D ok... well i finnally got my other computer working with internet and stuff so i got to be able to install VBC++
DareonNXbox 6 months ago
i can only get 2005... since im on a messed up linux... hopefully its not too diff
DareonNXbox 7 months ago in playlist C++ Tutorial - Absolute n00b Spoonfeed
I'm using 2010 and when at the beginning you had to put pound, I accidentally put an asterisk because they kind of looked the same and I didn't pay attention when you said "Pound." It worked though so thanks.
ehsanraza58 7 months ago
it wont let me put the } at the end of hello world
MrViPJoe 7 months ago in playlist C++ Tutorial - Absolute n00b Spoonfeed
18 dislikes = failed C++
Monzarath 7 months ago
Just wanted t let you know, it wouldn't work unless i put a semicolon before return :/
why did that happen?
MCtargoon 8 months ago
@MCtargoon wooow -_- if i just waited 20 secs i would of figured out why.. xD whoops
MCtargoon 8 months ago
@MCtargoon Because you didnt put the semicolon at the end of cin.get()
CSterrorist 7 months ago
What does () even mean? or do?
UndeadOnWifi 8 months ago
@UndeadOnWifi () is called an encapsulation I believe, pretty much it says (whatever is inside of me is grouped together) just like if you were to do a math calculation where you wanted to do addition before multiplication. say you wanted 2+2*2=8 then you would have to do (2+2)*2 because 2+2*2=6...it's grouping just like in math, you'll realize as you learn more that most of programming stems from standard math logic.
DarknessLPs 8 months ago in playlist C++ Tutorial - Absolute n00b Spoonfeed 16
@DarknessLPs thanks! i was wondering what that meant
313hummer 5 months ago
Hey nice tutorials! :D
When I type "cout << "Hello world!" ; it say's "cout" is an error why is this?
Teleswagz 8 months ago
@Teleswagz shouldn't be a quote before cout.
pneumalives 8 months ago
@pneumalives there wasn't i was quoting cout i fixed it though ty
Teleswagz 8 months ago
i could do this but through note pad is faster and easier as well
nyeoftheclannye 8 months ago
This does work perfectly in Visual C++ 2010. Just make sure that you type everything exacly as he has it.
This does also work in Visual C++ 2006.
AcroneSF 8 months ago
Um... Help, please. I'm using Visual Studio C++ 2010 Express, and every time I build the program it closes out of C++. I can run the .exe from the folder, but have to open the compiler again, haha. Any knowledge? I re-installed it once.
Drillur 8 months ago
How do I get microsoft visual studios? :D
xDannnnnxD 8 months ago
im getting a name creation failed on my visual ctudio c++ 2010
puppetrocks 8 months ago
hi, uhm i have visual studio 2010 express, and when i press debug it says like in yours build succeeded 0failed but i get a message saying unable to start program, also, my folder looks completely different...
Starscream1o1 9 months ago
@Starscream1o1 Same with the folder. You may have missed something out somewhere, mine worked fine. By the way register it, its free. Go to Help then register.
DMiBY 8 months ago
@wood1996mon when i get out of school in a few weeks i will start making it.
brandonwild11 9 months ago
I lost my "First Program" virginity here.
BboySpikey 9 months ago 60
@BboySpikey so i guess that makes this guy a program whore
zachem66 9 months ago
@zachem66 its the other way around :)
BboySpikey 9 months ago
@BboySpikey me three
hiwaiian 4 months ago in playlist prog
i love C++ i am going to make a minecraft clone ones i watch all these video's :D
brandonwild11 10 months ago
It says "stdafx.h" no such directory.
bluecafe69 10 months ago
does this work on windows 64 ?
just pressed debug in microsoft visual c++ 2010 express
and my folder looks completely diffrent
NERDG0NEWILD 10 months ago
@NERDG0NEWILD same with me, you found a solution yet?
Starscream1o1 9 months ago
for live help
#cpphelp on irc.mibbit.net, webclient at mibbit.com ;)
cplusplus0x 10 months ago
I just called up my mom because I made my first program :D
AguyinaRPG 11 months ago
May I ask why you even include stdafx.h? It does nothing here. :/
antiHUMANDesigns 11 months ago
Yeah! First try! Thank you so much I'm 13 and only I learn one or two programing languages my Father's company is hiring me for a job in programing. It's so fun!
ResidentEvil9125 11 months ago
this the best teacher ever
randomname123ish 11 months ago
AHhh im having a problem when compiling :(. it says fatal error C1083: Cannot open include file: 'stdafx.h'!!! can anyone help??????
strategizer256 11 months ago
You sir, you are the best teacher i've ever had.
MrTapir22 11 months ago
MY BRAIN CAN'T HANDLE TEH INFORMATION..AAARGH
rozzalenda123 11 months ago
Woot. badass tutorial.
Kizzurazzgabi 11 months ago
Comment removed
AbsoluteGameAndMods 1 year ago
I have a question. I am using xcode on the mac and I created this program but when I try to open it like he does in the video, it says unable to open...
please help :(
OntologicalQuandary 1 year ago
Comment removed
vogosvagen 1 year ago
@ThePinkMuffin10 well thats just a matter of opinoin...
TheEamz 1 year ago
@ThePinkMuffin10 yes it is c++
TheEamz 1 year ago
i hate the sence ou have to do a disk defrag wen you dont really argahrgahrgah
kris10ish 1 year ago
Can some1 PLEASE tell me witch version of C++ is he using and where can I torrent it from......or atleast witch version
legokid1593 1 year ago
@legokid1593 its the 2010 version and if you search for it online then it should come up with the microsoft website where you can download it from for free
TheEamz 1 year ago
hi i love ur tuts
i started to be interested in c++ a few days ago and now i wanna be an expert so i can even go better when i will study c++ at university
thnx again :)
MrKevinhacker 1 year ago
I have a question. I'm using Bloodshed's Dev-C++ and in order for the cin.get() command to work I have to type it twice:
cin.get();
cin.get();
Anyone know why? If I do it once it just closes.
VirtuousSnake 1 year ago
I can't run the EXE "The following components could not be browsed".
ShaneCopseysTV 1 year ago
I advise that new people who start programming start with basic or so and build their way up to C++. Why?
The same program:
Print "Hello World!"
Wait key.
C++ is GREAT but ya can't walk before ya crawl.
defterade 1 year ago
@defterade
It's probably better like that, but is it really necessary?
I am not a very patient guy, so I went ahead and bought myself a book called
"Now I'm learning: C++" (I translated that, 'cuz the book i bought is German)
about two weeks ago.
And Once you get the basics and watch a few of these videos all you need is practice.
My first program can convert Fahrenheit into Celcius and vice versa :-D
VirtuousSnake 1 year ago
@VirtuousSnake
you're probably right :) . but all I was saying is that it is easier to start with a more simple language to better understand what (for example: variables, loops and operators) are and what they do. In my case: it helped me understand what certain keywords do and why they are used. but yeah you could also watch awesome tutorials and read books, just the same as I'm doing now... :)
ow and congrats on your first program. :D
defterade 1 year ago
@defterade About running before you can walk so to speak, i mostly agree, but sometimes, I think that throwing yourself into the deep end is a good thing, it accelerates learning. Just be sure that before you do that, you can atleast swim.
cplusplusish 1 year ago
yes, i'm here again... i tried something else... i have an azerty keyboard and like i said, my } key doesn't work in my compiler, but i changed it to qwerty and there it works perfectly but the keys aren't right then so thats pretty anoying too... =(
DeNBJarNe 1 year ago
oh yeah, and i just tried to copy paste the } and that does work but i don't gonna paste it every time i must use it, so problem isn't really solved yet...
DeNBJarNe 1 year ago
ok... there's somthing really strange in my compiler (microsoft visual studio's 2010), i can't type the } is it possible that my compiler isn't downloaded/installed correctly because i don't know what to do... i have shut down the program already and opened it again and i can type every other sign i want expect the } i tried to run it and i got an error... please help somebody because i really want to learn programming and i can't do that because of this bug thing... :S
DeNBJarNe 1 year ago
ur
The8merp 1 year ago
IT WORKED except instead of Hello World! I wrote The Game...i should give this to my friends ;)
HPrototype1 1 year ago
Nice tutorial, it worked. I didn't get any errors and it closed with any command I typed in along with the enter key. Thanks!
ninjai74 1 year ago
When i get to pressing finish (2:40), nothing happens. Therefore, i am forced to close it. What should i do?
tiago1133 1 year ago
WOO HOO! I did it! Thank you very much. :)
inukami23 1 year ago
Comment removed
SubstantialDisorder 1 year ago
Comment removed
SubstantialDisorder 1 year ago
To anyone trying to do this on a Mac, use CodeBlocks, not XCode Tools.
ThirdDimensionArtist 1 year ago
"Console" as in "conman", not "console[-ation]'
Invisibrah 1 year ago
Mad errors, dude. I give up.
Foaman 1 year ago
Something with one less character, you could just include ostream....
Foaman 1 year ago
Hwllo world? Really?
Foaman 1 year ago
sorry i keep getting automation server can't create object error every-time i try to create a new object
jacksparrow011235813 1 year ago
Do I have to remember all the code that would be used?
cuz I'm not smart enough to remember all the things... :(
AndrewAnn217 1 year ago
@AndrewAnn217
Yes. That and much more.
On the bright side, you will later understand what the code is and what it's for and what is missing if you get an error, so it won't be as cryptic.
Invisibrah 1 year ago
i did everythign and i got erorr !!!
khafgalroo73bood 1 year ago
@khafgalroo73bood Then obviously you didnt do everything.
Mekhi0 1 year ago
Haha. This is how i started programming, when i was a totally noob. Now i'm learning a 2D library in C++ for making games ofcourse. Thanks dude, you rock.
Zilva86 1 year ago
Hey I see there are a few jokers on the comments thet have the attitude you were talking about. You can spoon feed me all you want as I am a complete noob. lol
I was reading a site that helps you with the basics and was going through the exact same as you are now. at least this way I can watch and learn istead of following a paper book. Thank you as there are a lot of greatfull people out there that are watching and may not comment.
EvilDxtreme 1 year ago 24
@EvilDxtreme I agree man, Im subscribing hehe :D
ScottRichardStoller 7 months ago
on anoher tut it said you should always use cin like this " cin >> ........." and im wondeing why you din't and yet it still works although the other tut didn't? can someone message me and explain?
7bullsofhavik 1 year ago
So Microsoft visual C++ 2010 express is as good for game programming as any other version of C++ or programming language for that matter?
EtienneLF 1 year ago
@EtienneLF VIsual c++ 2010 is just a program that's used to edit and compile c++, so there's no difference. C languages are also best for game programming
ScorchinBeats 1 year ago
I don't understand how you convert the .cpp file into .exe. I've debugged and executed the program successfully but I'm having trouble finding it. I'd appreciate any help someone could give me.
DeathEagle97 1 year ago
@DeathEagle97 You should look in the folder where your IDE ( or has he calls it Compiler ( thats by the way wrong ) ) is installed. If you saved your programm in a subfolder ( the IDE or has he says compiler askes you where to save it, as soon as you create a project ), then open the subfolder and look for the exe.
It should be there.
LtuL1 1 year ago
I just typed this code and it says I got "error C2001 : newline in constant" I'm new so I don't really understand much of this.
DeathEagle97 1 year ago
@DeathEagle97 What Compiler ( actually IDE) are you using ? I have NEVER heared of this kind of error.
LtuL1 1 year ago
How do I know exactly at what line to type the code?
DeathEagle97 1 year ago
@DeathEagle97 It doesnt matter, you can type your code whereever you want to.
You can type include in line 1, 2,3,4,--- no matter.
But all the functions have to stand in the main function (there are others too, but for now you should just follow that rule) between the int main(){ ->here is the code<- }
LtuL1 1 year ago
how did you learn c++ language
MasterJoziGila 1 year ago
you background is so cool.
it spells C++ :D
anassoccer10 1 year ago
thanking you man :DD
garudaeagle3 1 year ago
my first program :D i'm so proud :D:D
lillesuper 1 year ago
I created F*** World :D
xXxDiukexXx 1 year ago
I WIN
MultiIPwnage 1 year ago
really nice tutorials man!
i actually got a error at the "return" and the correcting engine said "expected ';' before return" but anyways i fixed it because of that "C++ spelling correction" but you did not get any errors and that sound odd to me though...
ormkiller 1 year ago
@ormkiller Then you forgot a semicolon.
It has to look like this : cout<<"Hello World!"; <----Semicolon ! Dont forget these.
Also : return 0;<---Semicolon!
LtuL1 1 year ago
wait... buddy... more than programming.. if you are writing for noob.. you should tell what iostream means or what is the difference between semicolon or parenthesis many other things..
sydnyb 1 year ago
wait... buddy... more than programming.. if you are writing for noob.. you should tell what iostream means or what is the difference between semicolon or parethesis many other things..
sydnyb 1 year ago
thank you so much for this tutorial, you´re the best!!
MadameFitzgerald 1 year ago
ok this is al nice and good tutorial but are u not going to explain what al the codes are and means bcuz im now watching and its al good but i dont understand al the codes u just typed iostream etc etc..
ommar460 1 year ago
lol you do better at explaining this than my C++ lecturer in my uni
Claymore2408 1 year ago
really good job for a hello world... if you guys want to know a different way to type cin.get() try using system("pause"); although that might not be as useful in the long run.
tTechnocity 1 year ago
Thanks for the tutorial! Helped me get started. I know Java but not the syntax of C++. Cheers!
crxgun 1 year ago
I couldn't do it because i didn't have stdafx.h so it wouldn't build....
rapidrush1 1 year ago
@rapidrush1
you need stdafx.h JUST for visual studio... For any other compiler you dont need that line... just like he said..
pufixas 9 months ago
lol that was funny when you failed and opened it in VS. Good tuts btw.
keyloggersfiles 1 year ago
This has been flagged as spam show
UNCREATIVE SHIT UNCREATIVE SHIT antiRTFM IS UNCREATIVE SHIT WHO CANT CREATE PROGRAMS THIS VIDEO SUX.
FEARLORD1000 1 year ago
@FEARLORD1000 its a tutorial....
you are either retarded or a troll whos retarded.
Celedan 1 year ago