ey morons, a fully programmed c++ program reguires alot of knowledge, and that cost a hell lot of money, wich u abviouse dont have knowledge for, and moron, i was talking about MASCHINE LANGUEGE wich you dont have knowledge about, stupid dick lol honestlly if you dont even understand the power of a simple batch file then please, cut off your dick and stick it in your moulth, as for my nice typos, I dont give a fuck., douchebag lol
True, stil typing in a command prompt is much more fun then this expensive shitty program that onley allows you to use windows lol machine languege ftw
@dRoseMirakel a) u clearly have no idea what C++ is capable - MUCH more than batch files
b) Expensive? It's FREE, the hell are you talking about?
c) You can only do commands in batch files, you can pretty much design anything in C, in this tutorial, the program runs in cmd, just like any batch file, true, but thats because it's a BASIC program. If you designed a GUI and programmed it correctly, you could make anything.
Honestly, are you a batch-kid? or do you know what you're talking about?
@dRoseMirakel Also your batch files seems wierdly written (why is cls, and @echo on there? and it wouldn't even work since "@echo Hello world" is wrong, it should be just "echo Hello world" - the @ sign is required to signing Echo as off...), a better version looks more like this:
@dRoseMirakel You're a straight up idiot, you can't disprove what I said, so you just insult me, do me a favour and program yourself an operating system in a .bat.
im new to c++ and i have been programming in visual basic but how do you do the visual stuff like add buttons and all that i could do that in visual basic isnt visual c++ like tht but only coding in c++
@anitdragon13 no one said anything about a win32 application .. visual c++ is a program that creates c or c++ generic applications.. if you want windows and frames check other tutorials related to visual c++ win32 application.
@hdvidsonly why not use annotation to subtitle your saying in here.. off course you don't sub all.. just the main issue.. like.. 'open the file', 'input the detail' etc
@pivotpro28 Visual basic is for beginners. Many software was made and sold! But some people want more options then a simple button1.text = " YOU MUST CLICK THIS BUTTON NOW." . Get it?
hi men, i have a problem with vc 2008 expres edition and could you help me please? is, when i want debug my proyect the aplication.exe open but in a few seconds the aplication.exe it is close and i dont know why can u help me please????
your voice is boring it makes me fall asleep when i was taking this tutorial. :)) xD. Still great though! :D. just improve your mic and speech :D. great tutorial
It's wonderful how we have a bunch of idiots being rude on the comments for this video... I don't understand why they think their dumb comments are necessary...poor world we live in...
Be honest, were you reading a book and copying a tutorial when you were doing this? lol... "using namespace std" - very dumb thing for you to teach people. ALWAYS prefix every necessary std as such "std::cout << "text" << endl;
Why did you endl twice? Idiot
You are teaching bad habbits otherwise. Any practical C++ application will have multiple namespace.
For whatever reason when I create a new project it doesnt have Header Files, Resource Files and Source files, it has debug and release win 32 instead, PLEASE HELP
it simply means that the main function returns the type int to the program calling it, in this case the OS and You SHOULD return EXIT_SUCCESS (0) if all went well in your program
there are also a bunch of other return options in stdlib.h that you can use to tell the OS what happened.
thanks for taking the time to make this tutorial, but you've REALLY gotta fix your mic setup. there is SO much hiss and buzz and you speak too softly to understand. :)
cout we need it to print the output or result. void is used so that a null value is set at the starting of the c++ program and we dont need to return any values at last i.e in simpler words saving a statement at the end of the c++ program.
Hallaleuoghia (whatever it's spelled as) I finally got a working Hello World!!!!!! This is totally AWESOME!!!!! lol :D I thought I was like cursed or something before.
They are completely different. C++ is object oriented. C# is scripting language. C++ is probably easier. If you are worried about the difficulty of something, you should probably stick to Visual Basic.
This work for mac? Sorry I'm a computer noob
SponseredUsers 4 days ago
THANYOU I LOOOOOOOOOOOOOOOOOOOOOOOOVVVVVVVVVVEEEEEEEEEEEE YOU NOT ACTUALLY LOVE BUT YOU KNOW WHAT I MEAN!
TopiaMS 1 week ago
Lol @dRoseMirakel the drunken troll. That's the only logical answer as to why they're spewing random incoherent nonsense.
ldahl264 1 week ago
ey morons, a fully programmed c++ program reguires alot of knowledge, and that cost a hell lot of money, wich u abviouse dont have knowledge for, and moron, i was talking about MASCHINE LANGUEGE wich you dont have knowledge about, stupid dick lol honestlly if you dont even understand the power of a simple batch file then please, cut off your dick and stick it in your moulth, as for my nice typos, I dont give a fuck., douchebag lol
dRoseMirakel 1 week ago
This can be done easier lol without any visual studios :P
copy con helloworld.bat
@echo off
cls
@echo Hello world
pause
@echo on
^Z
and voila u got urself a verry own file doing the exact same thing lol
dRoseMirakel 3 months ago
@dRoseMirakel Yeah, but C++ can do a whole lot more than Batch files, this is just an initial tutorial.
MajorDudesome 1 week ago
@MajorDudesome
True, stil typing in a command prompt is much more fun then this expensive shitty program that onley allows you to use windows lol machine languege ftw
dRoseMirakel 1 week ago
@dRoseMirakel a) u clearly have no idea what C++ is capable - MUCH more than batch files
b) Expensive? It's FREE, the hell are you talking about?
c) You can only do commands in batch files, you can pretty much design anything in C, in this tutorial, the program runs in cmd, just like any batch file, true, but thats because it's a BASIC program. If you designed a GUI and programmed it correctly, you could make anything.
Honestly, are you a batch-kid? or do you know what you're talking about?
MajorDudesome 1 week ago
@dRoseMirakel Also your batch files seems wierdly written (why is cls, and @echo on there? and it wouldn't even work since "@echo Hello world" is wrong, it should be just "echo Hello world" - the @ sign is required to signing Echo as off...), a better version looks more like this:
@echo off
title Hello World Program
echo Hello world!
pause>nul
exit
that's all you need.
MajorDudesome 1 week ago
@MajorDudesome
try to actualy spit it ut in dos 5 ;)
dRoseMirakel 1 week ago
@dRoseMirakel You're a straight up idiot, you can't disprove what I said, so you just insult me, do me a favour and program yourself an operating system in a .bat.
Oh, you can't? But C can.
MajorDudesome 1 week ago
Hi, I am using Code::Blocks and when i write system("pause"); the programme give me an error:
error:'system' was not declared in this scope
Can you help me?
Thanks a lot and sorry for mi bad english :$
McIpno 5 months ago
That's actually the first c++ program, but alright.
megamaa 5 months ago
When i do it i follow a c++ thick ass book and when i follow it and compile it says cannot find file when the debug and everything is in the files.
liberty211662 6 months ago
Thanks,it works great.
gangsta0306 6 months ago
I cant find start without debugging D:
Sacharias1 6 months ago
This has been flagged as spam show
why dont you explain anything
TonyJunakVideos 8 months ago
Thanks I like this tutorial by the help of this I find how to use MS Visual Cpp to write cpp.
pkrind 8 months ago
im new to c++ and i have been programming in visual basic but how do you do the visual stuff like add buttons and all that i could do that in visual basic isnt visual c++ like tht but only coding in c++
AtomicTheater 8 months ago
@AtomicTheater You would create a form, just like you would in VB.
Araknafobik 8 months ago
@AtomicTheater u could select windows form application in c++
VBEducation1 8 months ago
SUX
antohaby 9 months ago
Why do I get the "project creation failed"?. I've tried everything, but nothing works, plz help :(
Prussiaaccount 9 months ago
@anitdragon13 This is Win32 native C++.Visual C++ is a managed language,such as C#...
alabardeirodenassau 9 months ago
@anitdragon13 no one said anything about a win32 application .. visual c++ is a program that creates c or c++ generic applications.. if you want windows and frames check other tutorials related to visual c++ win32 application.
dpatulea 10 months ago
tx 4 this..
dpatulea 10 months ago
this is not visual c++, this is console c
iAvtoritet 10 months ago
I have no idea what your saying
supermation374 11 months ago
@supermation374 well are you blind..i setup an annotation which is linked to my redo of this tutorial.!
hdvidsonly 10 months ago
@hdvidsonly why not use annotation to subtitle your saying in here.. off course you don't sub all.. just the main issue.. like.. 'open the file', 'input the detail' etc
MrGbison 3 months ago
@hdvidsonly No offence, but different versions (eg. 2008 then 2010) is not a remake.
HydroPlume1 3 days ago
You didn't return 0; from main, that's bad.
SuperTerminatorius 11 months ago
if you can't write this program with this tutorial than programming isn't for you.
hampson1 1 year ago
system("PAUSE");
THE PAIN!!!!
VVVandegere 1 year ago
its comming as an error that the system cannot find the file specified.....what should i do???
indianop45 1 year ago
Hey!! Visual Basic 2008 is better because you just put msgbox("hello world") thats only the code for hello world!!! thumbs up if you agree!
pivotpro28 1 year ago
@pivotpro28 Visual basic is for beginners. Many software was made and sold! But some people want more options then a simple button1.text = " YOU MUST CLICK THIS BUTTON NOW." . Get it?
gytukas100 1 year ago
hi men, i have a problem with vc 2008 expres edition and could you help me please? is, when i want debug my proyect the aplication.exe open but in a few seconds the aplication.exe it is close and i dont know why can u help me please????
ardosss13 1 year ago
Why do you use endl?
I just use \n instead.
PhreakStep 1 year ago
Oh thank you thank you.
I downloaded this today and when I started console application I was like wtf is this system::writeline ???
Now I know you need to add cpp file looool.
I was using dev c++ before but not anymore since I got windows 7 because it crashes or doesnt compile at all.
PhreakStep 1 year ago
system, endl and cout are all flagged as "undeclared identifier", why does that not happen in your version?
clam0391 1 year ago
hard to hear you because much background noise
clam0391 1 year ago
:o thanks for the download link! iv beeen looking for it for hours and evryone else sucked you rock :P
sasuke1212naruto 1 year ago
Working.
magasxrazor 1 year ago
(Namespace) STD lol!
zakman246 1 year ago
syntax error before "namespace"..
raiderrc64 1 year ago
@raiderrc64 new problem, it wont give me the option to debug or start without debugging
raiderrc64 1 year ago
@raiderrc64 use ctrl+f5
hdvidsonly 1 year ago
nice
mbsfaridi 1 year ago
Hello to all,
How to overcome from there were build errors.
yuvrajsixes 1 year ago
Ok, i think i get it... dev c++ use visual c++, and not c++ lenguage... isnt it?
TheStonCollector 1 year ago
When i try to Debug the program, It says 1 failed, and I can't open the program.
Any Ideas?
Internetsimplified 1 year ago
@Internetsimplified any errors?
hdvidsonly 1 year ago
@hdvidsonly , I finally figured it out,
I used the code-
main(void)
instead of-
void main ( )
Anyway, THNX man u rlly hlped alot!
Internetsimplified 1 year ago
Hello can you suggest me to overcome from there were build error
what i have to do to overcome from this errors
please explain me step by step
thanks
yuvrajsixes 1 year ago
@yuvrajsixes What did it say in the Error dialog?
Internetsimplified 1 year ago
@hdvidsonly yep, i finally figured it out. I forgot ' ; '
after system("PAUSE")
Internetsimplified 1 year ago
@Internetsimplified
yes its end letter l not number1
babylon21122012 1 year ago
@Internetsimplified
I had the same problem. Turns out I forgot a semicolon
omniscientjessep 10 months ago
your voice is boring it makes me fall asleep when i was taking this tutorial. :)) xD. Still great though! :D. just improve your mic and speech :D. great tutorial
Atomizer65 1 year ago
i dont think that the other <<endl; is necessary i believe that one is just fine
MrCelloman21 1 year ago
It's wonderful how we have a bunch of idiots being rude on the comments for this video... I don't understand why they think their dumb comments are necessary...poor world we live in...
Austherus 1 year ago
ohhhaa ohhaa godzirraa ohhaaa!
xavmaine 1 year ago
thank you for uploading this ^^
greenflame24 1 year ago
why did you type : int main (void); ?
doesn't this work : int main (); ?
Regards200800 1 year ago
@Regards200800 both will work, but including void means you need not need to include return 0 but in the later you need to.
hdvidsonly 1 year ago
@hdvidsonly thanks but i hardly understood your english :P, thanks anyway :D
Regards200800 1 year ago
Be honest, were you reading a book and copying a tutorial when you were doing this? lol... "using namespace std" - very dumb thing for you to teach people. ALWAYS prefix every necessary std as such "std::cout << "text" << endl;
Why did you endl twice? Idiot
You are teaching bad habbits otherwise. Any practical C++ application will have multiple namespace.
GuruOfTheInternet 1 year ago
For whatever reason when I create a new project it doesnt have Header Files, Resource Files and Source files, it has debug and release win 32 instead, PLEASE HELP
ElitistArena 1 year ago
OMG just use a batch file!!! All you need to type is:
@echo off
echo Hello World
pause
gadgetman147 1 year ago
@gadgetman147
Then it wouldnt be a C++ tutorial.
norisak 1 year ago
trying hard on the accent buddy,,,
ybothegreat 1 year ago
I tired this with MS Visual Studio 2008 and it gave me an error which follows:
fatal error C1083: Cannot open include file: 'iosteam': No such file or directory
daM1NT3 1 year ago
it is iostream not iosteam
hdvidsonly 1 year ago
@hdvidsonly (o.O) my bad.
daM1NT3 1 year ago
fanks much better video qaulity the others!
Oop984 2 years ago
hahaha std
XDalutZX 2 years ago
use cin.get(); instead of system pause btw, its not as harsh
MrBeast0123 2 years ago
@MrBeast0123
I used "std::cin.ignore(std::cin.rdbuf()->in_avail() + 1);". It seems more practical and a better habbit to learn.
GuruOfTheInternet 1 year ago
mine doesnt have those folders under first project... what do i do?
Westonce 2 years ago
well i got it to work w/o those folders anyways =P thx hdvidsonly
Westonce 2 years ago
What does the "int" in "int main(void)" mean?...
I don´t use C++, I use VB, and in VB int = 32 bits integer...
Thanks in advance ;) ...
ferna2294 2 years ago
it means that the function main is of integer type which can return a value at the end of the program.
hdvidsonly 2 years ago
Ok, thanks :) ...
ferna2294 2 years ago
NO! it doesn't mean that the function main is of Integer type.... at ALL.
Please if you are going to teach people to program.
TRY TO LEARN HOW TO PROGRAM YOURSELF!
saris42 2 years ago
then what do you think
hdvidsonly 2 years ago
I don't think I know ;D.
int main(int argc, char * argv[])
is the official prototype for the main function
though you can get away with
void main(void) (it isn't a good idea)
this means Not that main is of type int
it simply means that the main function returns the type int to the program calling it, in this case the OS and You SHOULD return EXIT_SUCCESS (0) if all went well in your program
there are also a bunch of other return options in stdlib.h that you can use to tell the OS what happened.
saris42 2 years ago
Comment removed
m4unot 2 years ago
@m4unot if you are just starting off at this point, you don't need to know gui. You should know better than to get ahead of yourself.
GuruOfTheInternet 1 year ago
thanks it worked perfectly for me
Ur2Dadz 2 years ago
make sure you build the program.
hdvidsonly 2 years ago
hey I built my Hello world program! cool..um now what?
dpurcell84 2 years ago
I can do this in Basic
thomasanselmi 2 years ago
for some reason my basic keeps mindfucking me
marko9900 2 years ago
thanks for taking the time to make this tutorial, but you've REALLY gotta fix your mic setup. there is SO much hiss and buzz and you speak too softly to understand. :)
birthnight 2 years ago
it would be nice if you would explain what cout and void and in and any of this means and why we need it...
cyberslurpie 2 years ago
cout we need it to print the output or result. void is used so that a null value is set at the starting of the c++ program and we dont need to return any values at last i.e in simpler words saving a statement at the end of the c++ program.
I hope now its clear.
hdvidsonly 2 years ago
Hallaleuoghia (whatever it's spelled as) I finally got a working Hello World!!!!!! This is totally AWESOME!!!!! lol :D I thought I was like cursed or something before.
Phoenix5555522 2 years ago
is c++ harder to use then c#? yes, right?
sinoso08 2 years ago
@sinoso08
They are completely different. C++ is object oriented. C# is scripting language. C++ is probably easier. If you are worried about the difficulty of something, you should probably stick to Visual Basic.
GuruOfTheInternet 1 year ago
error C2065: 'oout' : undeclared identifier
Is tutorial fake or what? I allways get this error I can't make anything from tutorials :S
NENAD1NESA 2 years ago
its 'cout' not 'oout'
hdvidsonly 2 years ago
lol 5 minutes after I posted message I saw that... Sry gj :) I am beginner in this stuff
NENAD1NESA 2 years ago
funny=)))
Gicu200100 2 years ago
When i do this i get this shit there is build errors.. bla bla bla yes or no
press yes error. plz help me?^^
depechemode1233 2 years ago
make sure you spell everything right
moffboffjoe 2 years ago 12
its not END1, but ENDL
ETTomosko 2 years ago
hey thanks for uploading this in HD it was helpful
Mim100002 2 years ago 11
@Mim100002
not really...lol
GuruOfTheInternet 1 year ago