I've never coded anything in C++ but am looking to self teach and learn through these tutorials. This made perfect sense to me, so hopefully it will come easily.
The only thing that confuses me at all is some of the terminology that I'm not familiar with yet.
Also, as far as game development goes, is C++ considered the industry standard at this point? How important is familiarizing myself with Java?
wanted to work for a game design company? but your under age. work for OASIS game program/design age's 11-21. we use visual C++ for our coding so join now
If anyone has any problems stating C++, email me at "Kong2888@gmail.com" or message me on youtube. I remember when I started (was hell!), and I have some time on my hands.. :)
this has some basic basic basic stuff in it. Only use this to average those numbers. That's it, if that even. Don't carry these bad habits into other programs you're making.
@CPLUSPLUSisPATHETIC Awww what is C++ too hard for you boo hoo. Instead of trashing C++ why don't you do something productive like make something in your precious little assembly language or delphi. But I agree with you yeah C++ is awful it's only the industry standard language for making games and only made things that are amazing yeah I agree C++ is shit(sarcasm)
@CPLUSPLUSisPATHETIC How much time did you spend making that account? You could have downloaded a different program of your choice in the time you made your account and commented. 1/10 for making me reply.
There is a c++ tutorial app on the android market place .The icon has a red background with a black circle in the middle saying c++. it works best withe samsung android.
barely any of these codes work i should stick with game maker it is easy and can be very hard on how long you have used it and if people judge me for how easy game maker really is then i could just say the harder to make the game the crappier it will likely be i have seen EPIC game maker games! i mean actual games that you would pay for! but this programme looks cool so i will use this :D
I have a list of window handles to top level windows and I want to shift them around so they are arranged in the z-order of my choosing. I started off by iterating the list (with the window I want to end up on top last), calling SetForegroundWindow on each one. This seemed to work some of the time but not always, improving a little when I paused slightly in between each call.
Thanks a lot this helps :D! I would love it though if you could explain what every line exactly does. For example why use namespace std? I already know what a ";" does. But you explained it that it would give errors if you don't include it. It might help if you said it would end the line as the same way we use dots. Thanks again for the awesome vid!
@y0tubet Nope. They are different. For instance, in python, you write something out on the screen by simply writing: print "this is some text" ... In java however, you will have to write: System.out.println("This is some text"); ... However, they all build on some key functions. What differs mostly is the syntax(like the print statements). They all consist of variables, loops, if-statements, functions(and many also use "classes and libraries" =))
@BestRockAlbums No problem, Have you made any programs yet? and also I would recommend starting with something like qbasic to get a basic idea of the c++ language. If you are running 64 bit Windows 7, 64 bit Vista , or 64 bit XP you will need QB64.
Do you really have to have the "d" at the beginning of every double? I tried to use without it still compiles. Also it compiles w/o initialization of those variables.
youtube(punkt)com/user/digimobse är en kanal som undervisar i c++, lättförståeliga och bra guider, HTML, css och många fler guider kommer även snart!
Help please - So I copied this exactly and I made sure of it, and when I "compile and run" it brings up the new window and it just says "Please enter any key to continue... _" and pressing a key closes the program that i wrote. does it have anything to do with the libraries or something?
@JakeDobyns it's better to use visual c++. it's also much easier to debug in visual c++. you could watch my tutorials on how to use visual c++ using the debugger on my channel
How do i make a program that will print out all the forms of this number 12 123 1234 12345 123456 1234567 12345678 123456789 12345678910 and so on till like 26 characters : 1-26 please respond!!!!!!!!!!
@abnermtj even i had the same prob ... try this below the int main void u should see a bracket...but it is not only a bracket it is the one to the right side of the p(i dont noe the name of it). seee the one on the right side of the letter P. press shift and press the key. next it is not end1 it is endl <-------- the letter l.... dev c++ has a prob in this...so fix thbat....then make sure in the end after coding close the brackets
lol i was about to post "American speaking programmer" ... English is our language, not American. Before you learn a coding language, be sure to learn the difference between a language and a country first.
so to put what you're saying about the Zero's in the "0.0" while we're "defining our variables" into other words, the Zero's in that instance, would be like you would put an "X" or a "Y" if you were writing out an Algebra problem that you made up.
@AyashiFX55 No no xD i figured it out. The reason is that i have the newest version of the Dev C++ program and i forgot to look at the date of this video... which is 2007.. haha. Anyways, the " system("pause"); and return 0; " part of the code is no longer needed in the latest version of the program. Now it works like visual studio.
@ahighbalckguy Dude, delete the lines that say "system("pause")" and "return 0;". The program no longer needs them. It should work just fine then. Remember to close it off with a " } ". :) good luck.
this was a good video but I understood this because I have done c++ programming before, I'm just trying to refresh my memory. I think it would be more helpful to an absolute beginner if you were to explain every single thing you wrote down.
For example, I still have no idea why we write int main (void) or return 0 or any of that stuff, I just include it blindly because it makes the program work. Ideally I'd like to understand why I type every single thing that I type.
this was a good video but I understood this because I have done c++ programming before, I'm just trying to refresh my memory. I think it would be more helpful to an absolute beginner if you were to explain every single thing you wrote down.
For example, I still have no idea why we write int main (void) or return 0 or any of that stuff, I just include it blindly because it makes the program work. Ideally I'd like to understand why I type every single thing that I type.
@maroci64 Its called good programming practices, you may want to consider not wasting your time bad mouthing people on here, perhaps take a prozak pill, calm down those nerves of yours. Reported.
@reconnetworks can you tell me what are you coding now, and can you make tutorial on how to code cod4 aimbot :DDD please i want that please :DDDD subbed :DD
im teaching myself programming through videos as well and ive come across others so my only question is, cant you use float instead of doubles?
theforeverflavor 1 day ago
I want this video on my K800 unit.
lavernlarsen48 2 days ago
I did everything correctly, but when I compile it gives me a ton of errors
SUPERBBALLA 2 days ago
What is the purpose of return 0; at the end?
DevilChao5 3 days ago
@DevilChao5 i think its kind of a return TRUE 0 = true
andresggcf 10 hours ago
I've never coded anything in C++ but am looking to self teach and learn through these tutorials. This made perfect sense to me, so hopefully it will come easily.
The only thing that confuses me at all is some of the terminology that I'm not familiar with yet.
Also, as far as game development goes, is C++ considered the industry standard at this point? How important is familiarizing myself with Java?
noahDnewport 4 days ago
This has been flagged as spam show
check out this computer programming video, would love feedback "youtu.be/xNjtf_WUdEQ"
supermatti78 5 days ago
[JOIN NOW]
wanted to work for a game design company? but your under age. work for OASIS game program/design age's 11-21. we use visual C++ for our coding so join now
TheKosscon 1 week ago
@TheKosscon hiw??im interested
bL0odyEmpire 5 days ago
@TheKosscon how??im interested.,
bL0odyEmpire 5 days ago
Thanks, I didn't realise it was going to be that easy to get set up wit cpp.
MrBambii7 1 week ago
could someone tell me a better verstion of c++? mayb a more fun way?
wkdbeats1901 2 weeks ago
@wkdbeats1901 c# is rapidly trying to replace c++
willissteve0 1 week ago
@wkdbeats1901 microsoft(.)com/visualstudio/en-us/products/2010-editions/visual-cpp-express
HonorValorIntegrity 1 week ago
@wkdbeats1901 this is programming, get over it.
KranksterTV 1 week ago
If anyone has any problems stating C++, email me at "Kong2888@gmail.com" or message me on youtube. I remember when I started (was hell!), and I have some time on my hands.. :)
kong288 2 weeks ago
thanks..
valmach2 2 weeks ago
woops, no semicolon. . . sorry
LAXnw 2 weeks ago
this has some basic basic basic stuff in it. Only use this to average those numbers. That's it, if that even. Don't carry these bad habits into other programs you're making.
LAXnw 2 weeks ago
don't use int main(void). don't use it. Put in int main();
LAXnw 2 weeks ago
it got an error when it was compiling at the first variable entry
theusedcambria182 2 weeks ago
good
davidcocosen31 2 weeks ago
or fuck assembly even fucking DELPHI is good
CPLUSPLUSisPATHETIC 3 weeks ago
@CPLUSPLUSisPATHETIC 1/10, you at least got me thinking wtf.
Matsuya338 2 weeks ago in playlist More videos from reconnetworks
c++ is shit, pure garbage language ... assembly is better
CPLUSPLUSisPATHETIC 3 weeks ago
@CPLUSPLUSisPATHETIC You made an account just to trash C++? I'm calling troll.
Rodiren94 2 weeks ago
@CPLUSPLUSisPATHETIC Awww what is C++ too hard for you boo hoo. Instead of trashing C++ why don't you do something productive like make something in your precious little assembly language or delphi. But I agree with you yeah C++ is awful it's only the industry standard language for making games and only made things that are amazing yeah I agree C++ is shit(sarcasm)
animatingpeople 2 weeks ago
@CPLUSPLUSisPATHETIC How much time did you spend making that account? You could have downloaded a different program of your choice in the time you made your account and commented. 1/10 for making me reply.
TheySeeMeTrollin1000 1 week ago
MrDani9819 3 weeks ago 2
where can I buy c++ program for gaming??
Derralllewis 3 weeks ago
@Derralllewis Just download Dev C++ it's a freeware for c++
MrTrollicus 3 weeks ago
@Derralllewis try visual studio c++
mickycheese27 3 weeks ago
where can I buy a c++ program????
Derralllewis 3 weeks ago
@Ch33ser3aper i can help you in programming c++ all the basic stuff. Making an logarithm calculator and so on.
A good training is batch programming, but c++ can do much more such as polymorphism
TheKivifreak 3 weeks ago
STD :D
vid2vid98 3 weeks ago
@bradburleson1997 Fuck u that joke sucks.
nintend04life 3 weeks ago
did he call the order of operations algebra? D:
7Trisanaty7 4 weeks ago
I use to code in C++ but then I took an arrow to the knee.
bradburleson1997 4 weeks ago
@bradburleson1997 fuck off with your joke >.>
ThePCNugget 4 weeks ago
@bradburleson1997 Over used to the max! You gained 1,476 retard points!
ThatEpicGuyTherex 3 weeks ago
your website says- 'hello'
what is this???
rishabh6541 1 month ago
This video is a favorite on Tallinn
gordoncraig410 1 month ago
There is a c++ tutorial app on the android market place .The icon has a red background with a black circle in the middle saying c++. it works best withe samsung android.
mocninja11 1 month ago
well i am not a programmer and i need train please anyone
Ch33ser3aper 1 month ago
Check out my Channel for some C++
TheGuyNextDoor96 1 month ago
barely any of these codes work i should stick with game maker it is easy and can be very hard on how long you have used it and if people judge me for how easy game maker really is then i could just say the harder to make the game the crappier it will likely be i have seen EPIC game maker games! i mean actual games that you would pay for! but this programme looks cool so i will use this :D
tisfatman 1 month ago
This video is incorrect in many ways, none of you should refer to this.
bumrang 1 month ago
@pleaseohplease100 you are stupid and obviously are not a programmer and you have been falsely informed.
bumrang 1 month ago
why do dnumbers = 0; why not dnumber; ??
earthsbrawler 1 month ago
This has been flagged as spam show
I have a list of window handles to top level windows and I want to shift them around so they are arranged in the z-order of my choosing. I started off by iterating the list (with the window I want to end up on top last), calling SetForegroundWindow on each one. This seemed to work some of the time but not always, improving a little when I paused slightly in between each call.
Is there a better way to do this?
sonfromheaven 1 month ago
say aaa a bit more :P
All4Uproductions 1 month ago
using namespace std is not a library .
Mr047blz 1 month ago
lol checking out your comments in the video...
"I think I'm going have to kill you. Just a thought."
dadd999 1 month ago
Thanks a lot this helps :D! I would love it though if you could explain what every line exactly does. For example why use namespace std? I already know what a ";" does. But you explained it that it would give errors if you don't include it. It might help if you said it would end the line as the same way we use dots. Thanks again for the awesome vid!
PaperBrain1 1 month ago
who made this daft language up, friggin hell talk about making thing complicated.
bicnarok 1 month ago
i get an error with the cout << "please enter 3 numbers: " << end1;
I wrote it exactly the same save it but when i compile and run it comes up with a error of that line?????
fpvshitsonhsv 1 month ago
@fpvshitsonhsv it's endl, with the letter L, as in end line.
ThisIsMyAltAccount 1 month ago
@ThisIsMyAltAccount Oh thanks mate :)
fpvshitsonhsv 1 month ago
Comment removed
copsrhot1 1 month ago
@fpvshitsonhsv Hey
You have to write endl and not end1 ;)
loiclastarz 1 month ago
@loiclastarz Yeah silly me :) is all good now
fpvshitsonhsv 1 month ago
@fpvshitsonhsv Actually it should be endl not end1 :)
himanshxoxoxo 3 weeks ago
c++ is retarded. java is better
pleaseohplease100 1 month ago
@pleaseohplease100 such a fuck wit haha
dopeoreos 1 month ago
This has been flagged as spam show
check out my channel?
TheHackerCinema 1 month ago
with me everuthing is fine bur the thing with the pause doesnt work :/ any help? it says 'system' was not declared in this scope
MrPeder4e 2 months ago
@MrPeder4e that's because this video fails, 'system' usually needs 'cstdlib' included, also system("pause") works only on Windows
ison011 1 month ago
well explained. check out my intro tutorial on c++
softpctips 2 months ago
fuck c++
6580006247 2 months ago
"jmac" as in "kurtjmac" ? :D
TheExplodingPumpkin 2 months ago
@EyadWhatMyNamesTaken you need spaces before and after the forward slash (/).
DarkDialga65 2 months ago
there is an error with double dnumber1 = 0.0; what is it
dsyoshi182 2 months ago
all im hearing is blablablablabla ect
hairball2047 2 months ago
while using nos. like 0.0, etc we use float or double. For smaller nos. we use float and for big ones we use double right???
lilymaguire 2 months ago
why do we use d in front of nos.??
lilymaguire 2 months ago
can you show a tutorial on how to make a social network site?
sim10on10 2 months ago
One problem 125 is not the average lol
pringle285 2 months ago
@pringle285 Yes it is...
CloiuFace 2 months ago
fuck c++ and its gay high level approach
onlyfaggotshighlevel 2 months ago
@onlyfaggotshighlevel you sir are the dumbest fuck i have ever herd of in my fucking life
freemanz1000 2 months ago
As far as I know you do not have to have the "d" on dnumber1. It can be called whatever!...You already declared it's gonna be a float variable.
nadmeldev 2 months ago
@y0tubet Nope. They are different. For instance, in python, you write something out on the screen by simply writing: print "this is some text" ... In java however, you will have to write: System.out.println("This is some text"); ... However, they all build on some key functions. What differs mostly is the syntax(like the print statements). They all consist of variables, loops, if-statements, functions(and many also use "classes and libraries" =))
TheNoorac 2 months ago in playlist Flere videoer fra reconnetworks
C++ native speaking tutor would be badass
braun3812 2 months ago
Can you use NotePad++ to script this Please Reply as soon as possible PLEASE
DotsIdeas 2 months ago
I use code blocks i use it in my schools AMSP
TheDariusCarr 2 months ago
@TheDariusCarr YOUR FROM KIDS REACT
machomancoki 2 months ago
what's the program he said he's using?!
BestRockAlbums 2 months ago
@BestRockAlbums You know you can rewind right? its DevC++ Btw
ByBySucker 2 months ago
@ByBySucker I know but i coudn't understand what he said... and Thanks!
BestRockAlbums 2 months ago
@BestRockAlbums No problem, Have you made any programs yet? and also I would recommend starting with something like qbasic to get a basic idea of the c++ language. If you are running 64 bit Windows 7, 64 bit Vista , or 64 bit XP you will need QB64.
ByBySucker 2 months ago
This has been flagged as spam show
HUMAN BRAIN ONLY IS TRANSMITER !
VISIT MY SITE FOR BRAIN AND SOUL !
c++
elohism 2 months ago
Do you really have to have the "d" at the beginning of every double? I tried to use without it still compiles. Also it compiles w/o initialization of those variables.
kevinwangjiakan 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
ANYBODY HAVING PROBLEMS SHOULD USE {} INSTEAD OF().
haywire45 2 months ago
This has been flagged as spam show
youtube(punkt)com/user/digimobse är en kanal som undervisar i c++, lättförståeliga och bra guider, HTML, css och många fler guider kommer även snart!
digimobse 2 months ago
Help please - So I copied this exactly and I made sure of it, and when I "compile and run" it brings up the new window and it just says "Please enter any key to continue... _" and pressing a key closes the program that i wrote. does it have anything to do with the libraries or something?
JakeDobyns 2 months ago
@JakeDobyns it's better to use visual c++. it's also much easier to debug in visual c++. you could watch my tutorials on how to use visual c++ using the debugger on my channel
softpctips 2 months ago
@JakeDobyns
Me too, not sure how to fix it.
PromorteD 2 months ago
I thought you was supposed to Begin and End in C++ with curly braces { and } not parentheses.
Sk8rDebater 2 months ago
Great tutorial! Good job on the tutorial
programmed chips.com
joeroxfold 2 months ago
Justforthelulznmaa 3 months ago
@Justforthelulznmaa
use loop
pheeca 2 months ago
@Justforthelulznmaa Do a loop from 1, and increments by 1 up to 26. Print them side by side
jcsj99 2 months ago
it keeps giving me errors :(
TheMinecraftmanVG 3 months ago
@TheMinecraftmanVG it's much better if you use visual c++
softpctips 2 months ago
Help, it said end1 undeclared
Ned609fan 3 months ago
@Ned609fan Use endl not "1" at the end, use "L" in lower case!
hijolhardy 2 months ago
help is says my "cout" is undeclared
thenouryable 3 months ago
programmingandmore net
Join my friends:D
jumperxbl98 3 months ago
it works. I tested it and does work.
james64468 3 months ago
i keep getting error messages "arguments are only permitted for function parameters." and "expected "or" before token"
wtf. i copied the exact video.
ANGELO13111 3 months ago
This is a great tutorial thanks, I feel like I've learnt alot from this.
W0lfbaneShikaisc00l 3 months ago
LOL std....
iShowYouGamesAndTech 3 months ago
can you give me the download link because I cant find it .....
Mr93Bull 3 months ago
wow, my teacher is right.....c++ is boring and a pain in the ass to learned
coolgames14 3 months ago
This has been flagged as spam show
Helloo. If anyone has any problems starting, or just needs some help, email me at...
kong2888@gmail.com
Love to help anyone :D Just very bored. Would love to have a partner in the future..
kong288 3 months ago
Comment removed
kong288 3 months ago
Comment removed
kong288 3 months ago
It looks simpler in C
JaMaL1993x 3 months ago
@JaMaL1993x C++ is object-oriented, so C++ is better.
LegoLoverFilms 3 months ago
@LegoLoverFilms oop is gay
CPLUSPLUSisPATHETIC 3 months ago
@LegoLoverFilms I said it's simpler, not better, learn to read.
JaMaL1993x 3 months ago
not happens nothing
1navi2 3 months ago
Все c++ книги вы найдете тут - cplus-plus.ru
fazanaka 3 months ago
Comment removed
fazanaka 3 months ago
i have a problem it says " default arguments are only permitted for function parameters " helppppp
abnermtj 3 months ago
@abnermtj even i had the same prob ... try this below the int main void u should see a bracket...but it is not only a bracket it is the one to the right side of the p(i dont noe the name of it). seee the one on the right side of the letter P. press shift and press the key. next it is not end1 it is endl <-------- the letter l.... dev c++ has a prob in this...so fix thbat....then make sure in the end after coding close the brackets
mjdhiru 3 months ago
i'm learning more from you that from my teachers in college lol
carlosmashiado2 3 months ago 39
when i type things liek double in it dosen't come up in bold, what is the problem?
OmegaOmotron 3 months ago
lol i was about to post "American speaking programmer" ... English is our language, not American. Before you learn a coding language, be sure to learn the difference between a language and a country first.
SuperUnderpantsgnome 3 months ago
haha, i got so distracted at the end by the "i think i am going to have to kill you" text at the top of the screen
biohazard7289 4 months ago
this is pretty cool, using this I made an addition and subtraction calculator =D
XgEn9 4 months ago
soooo, what you made is a calculater (damn i hope i spelled that right)?
iMakeMoviesForU 4 months ago
The top comment there should say, "Thank God, an English speaking programmer." Thank God, an English speaking commenter..
TheTspaeth 4 months ago 38
@TheTspaeth Im froom India my friend, and this is not very nice...............lol
lessedu 3 months ago
@TheTspaeth LOL i know my professor is not an english speaker so its hard to understand.
tallhmong 3 months ago
if anyone needs help with a project or homework just pm me I will help you with whatever you need
bondservant4Him 4 months ago
lol double d number O.O
DanielSturk1 4 months ago
Comment removed
DanielSturk1 4 months ago
This has been flagged as spam show
You can learn more coding languages at coderz - forums.net (remove spaces) check us out. I hope to see you around the forums.
HF1337 4 months ago
Comment removed
HF1337 4 months ago
thnx!
oceanwaves078 4 months ago
so to put what you're saying about the Zero's in the "0.0" while we're "defining our variables" into other words, the Zero's in that instance, would be like you would put an "X" or a "Y" if you were writing out an Algebra problem that you made up.
IMaDEM0N 4 months ago
Can any one say me what C++ is he using??
MrGruja996 4 months ago
Can u use float instead of double for decimal numbers?
What is the "void" part for?
11MyName111 4 months ago
@11MyName111 decimal type is used for numbers that are to be used for monetary calculations. so it depends.
Void means that the method does not return anything
TheDominator84 4 months ago
@11MyName111 using double is much more accurate than float
softpctips 3 months ago
it tells me that 'ind' does not have a type, what can i do to make it have a type?
doctasewss 4 months ago
is not called American you idiot is called English..
MrControlall 4 months ago
@MrLovestodrum i guess he canadian ;D
Hexen8 4 months ago
I found this extremely helpful since i'm new to C++ and our first assignment
is an MMORPG calculator. Thanks for being so clear on how to write variables
and how to use them. c:
Heilos2006 4 months ago
What is the difference between () and (void) in the int main Up there?
rihahari 4 months ago
what type of brackets should be after "int main (void)" ?
these ( ) or these { } ??
Airidas1028 4 months ago
@Airidas1028 We should use this {}
rihahari 4 months ago
The average of the numbers IS, not are
groganzolla1 4 months ago
I dont get why i dont get the program going. i used and wrote everything you did
xxxmrfunxxx 4 months ago in playlist xxxmrfunxxx's Favorited Videos
@xxxmrfunxxx maybe because you have visual basic 2010
AyashiFX55 4 months ago
@AyashiFX55 No no xD i figured it out. The reason is that i have the newest version of the Dev C++ program and i forgot to look at the date of this video... which is 2007.. haha. Anyways, the " system("pause"); and return 0; " part of the code is no longer needed in the latest version of the program. Now it works like visual studio.
xxxmrfunxxx 4 months ago
i need help i have 22 errors but i did exactly wht he said
ahighbalckguy 4 months ago
@ahighbalckguy Dude, delete the lines that say "system("pause")" and "return 0;". The program no longer needs them. It should work just fine then. Remember to close it off with a " } ". :) good luck.
xxxmrfunxxx 4 months ago
@you are the best thanks! i love you( no homo) :)
ahighbalckguy 4 months ago
@xxxmrfunxxx can you please copy and paste the code you wrote down i am still getting 2 errors idk why :)
ahighbalckguy 4 months ago
Nvm. I had to include stdlib.h
How would I go from make console applications to programs with a basic gui?
Is that hard?
geraldtpokemon 4 months ago
@geraldtpokemon C++ GUI tutorials >> Google/Youtube
DrNaturalPhenomena 4 months ago
I get the error
'system' was not declared in this scope|
geraldtpokemon 4 months ago
@maroci64 Aww, someone got raped by their daddy ): no need to be butt hurt.
PunkHeart677 4 months ago
this was a good video but I understood this because I have done c++ programming before, I'm just trying to refresh my memory. I think it would be more helpful to an absolute beginner if you were to explain every single thing you wrote down.
For example, I still have no idea why we write int main (void) or return 0 or any of that stuff, I just include it blindly because it makes the program work. Ideally I'd like to understand why I type every single thing that I type.
jimmyshitbags 4 months ago
@jimmyshitbags you have a funny name...
kingboss9000 4 months ago
@kingboss9000 thats what I was going for
jimmyshitbags 4 months ago
this was a good video but I understood this because I have done c++ programming before, I'm just trying to refresh my memory. I think it would be more helpful to an absolute beginner if you were to explain every single thing you wrote down.
For example, I still have no idea why we write int main (void) or return 0 or any of that stuff, I just include it blindly because it makes the program work. Ideally I'd like to understand why I type every single thing that I type.
jimmyshitbags 4 months ago
@maroci64 Yup, I suppose you must know it all! being on a tutorial and all. The "d" doesn't interfere with anything.
TheElectricEchoes 4 months ago
@maroci64 Its called good programming practices, you may want to consider not wasting your time bad mouthing people on here, perhaps take a prozak pill, calm down those nerves of yours. Reported.
reconnetworks 4 months ago 20
@reconnetworks Thanks for the tutorial, I've started a course in software development and we are learning C++
I was wondering though, These may seem like stupid questions but i havnt written anything in C++ yet....
1): I notcied there isnt caps ....is C++ case sensitive?
2): Why did you put in return 0; at the bottom?
StretchGargan 4 months ago
This has been flagged as spam show
@reconnetworks Thanks for the tutorial, I've started a course in software development and we are learning C++
I was wondering though, These may seem like stupid questions but i havnt written anything in C++ yet....
1): I notcied there isnt caps ....is C++ case sensitive?
2): Why did you put in return 0; at the bottom?
StretchGargan 4 months ago
@reconnetworks can you tell me what are you coding now, and can you make tutorial on how to code cod4 aimbot :DDD please i want that please :DDDD subbed :DD
afker553 4 months ago
@afker553 lol
valgriz 4 months ago
@reconnetworks named urself after the festival?
Nekro9000 4 months ago
@reconnetworks he whase trolliin' :D (ps. i hate peaple who s*it on tallent :D)
ahighbalckguy 4 months ago
This has been flagged as spam show
Inscrivez vous sur notre forum paradizprogrammeur.exano.net
- Tuto VB.NET
- Tuto Java
- Des CMS
- Des Portail(ect...)
:D
ParadiZProgrammeur 4 months ago
Nice tutorial! marconi64 has raised a couple of good points, however, and I've got a couple of my own:
1.) You don't need to write void in the main parentheses. You can leave the parentheses empty.
2.) You don't have to assign a value to your three variables. The cin handles that. So the " = 0.0" is unnecessary.
3.) You can name a variable anything you want. It doesn't have to start with a d.
I still think it's a good beginner's tutorial.
MardukHail 4 months ago
Why when i go to the website it says hello o.o
ThewickedLol 4 months ago