Change Player Size
Watch this video in a new window

C++ programming tutorial #1

Want to work at YouTube? We're hiring engineers and more. Apply today.
YouTube Announcement
C++ programming tutorial #1: Today I am going to teach you how to make a simple "Hello World" code. I use Dev-C++ as my compiler but if you want, you can use a different one. Please subscribe!  
 
Customize

More From: jrgcool35

Loading...

QuickList(0)

8 ratings
Sign in to rate
4,416 views
Want to add to Favorites? Sign In or Sign Up now!
Want to add to Playlists? Sign In or Sign Up now!
Want to flag a video? Sign In or Sign Up now!

Statistics & Data

Loading...

Video Responses (1)

Sign in to post a Comment

Text Comments (11)   Options

Loading...
modmadmike2 (3 months ago) Show Hide
 0
Marked as spam
modmadmike@modmadmike-server:~ $ gcc -o hello hello.cpp
hello.cpp: In function int main():
hello.cpp:7: error: end1 was not declared in this scope
hello.cpp:8: error: system was not declared in this scope
modmadmike@modmadmike-server:~ $

no gcc?
modmadmike2 (3 months ago) Show Hide
 0
Marked as spam
modmadmike@modmadmike-server:~ $ g++ -o hello hello.cpp
hello.cpp: In function int main():
hello.cpp:7: error: end1 was not declared in this scope
hello.cpp:8: error: system was not declared in this scope
modmadmike@modmadmike-server:~ $

g++ has the same problem lol
jrgcool35 (3 months ago) Show Hide
Marked as spam
Your linux compiler could be missing a library, I'm not exactly familiar with the error messages from linux but I'll give it a try. What is this end1 error? Did you accidentally type endl; incorrectly or something? Also it could be that your linux compiler(s) are missing a library that tells the compiler what system("pause") does.
modmadmike2 (3 months ago) Show Hide
 0
Marked as spam
yea I fixed it but my comment sayinng I fixed it was missing lol
aerjienong (8 months ago) Show Hide
 0
Marked as spam
Thanks for your nice video. Is there any more new tutorial for C++?
jrgcool35 (8 months ago) Show Hide
Marked as spam
The idea is school is keeping me from releasing any new videos. If I get any free time I'll try to make some.
clocketer (8 months ago) Show Hide
 0
Marked as spam
never mind, it says the SDL doesn't exist when i was doing some other thing
clocketer (8 months ago) Show Hide
 0
Marked as spam
umm, it says that the std doesn't exist or something, do i have to download it?
jrgcool35 (8 months ago) Show Hide
Marked as spam
Are you using a C compiler or a C++ compiler?
jrgcool35 (9 months ago) Show Hide
Marked as spam
It is called Dev-C++ by Bloodshed. Just google Dev-C++ and its the first link.

Would you like to comment?

Join YouTube for a free account, or sign in if you are already a member.