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.
Is memory usage covered? as it looks pretty data intensive on the from the datatypes chosen surely a float would be better rather than double it still goes to like 20dp but use less memory
What type is this file? a console app, windows app, empty project???? Because i typed what u did exactly and got errors on about every other line... wouldn't compile...
@TheInfezted Don't hold shift when doing quotes, this is holding shift and pressing the quote " like" that then just pressing the quote key 'Like' that
@TheInfezted I believe the "quote" symbol you are looking for is the same button you use to make a quote symbol, just without pressing shift. That is if you're talking about when he's typing out "case '+':" If you haven't found the "quote" sign you're looking for already, I hope this helps.
@eallik solution fuck mac and linux buy a windows cause mac is in general shit linux is a virus heaven and a piece of shit and windows has same problems but rules
@bbqsauceonmycock unless the person who made the virus is not a tard i have a linux in my botnet the rat wasnt even crypted yet and got spread out and guess what 2 linuxes 3 macs and 1 windows computer eat my cauk
hey could you teach me how to add hardware id check on my app? i don't want everyone to run my app only on certain machine will have permission to run my app by using HWID check.
you could also do this with nested if's right? I feel more comfortable doing it that way. For example if else, if else, if else right? Not sure off the top of my head exact code would like though.
@GamingWaveGames It gives a variety of options for the differnet scenarios. Like if there's more than one answer, you have the ability to cover them all, if that makes sense. Visit ANTIRTFM's channel, he's the best teacher for C++.
@GamingWaveGames OK I see what he did. Um basically there are 3 general types of structures in programing. looping, sequential, and selection structures. The case structure is alot like the sequential structure. Ex. do this, do this, do this, get what I mean? As opposed to do either this or that. Or do this until otherwise. Understand? Basically the case structure says do one of the following in a list of actions, But only one! Then compute the next statement in the program.
fast talking nerd. Blah blah just type this blah blah and run it. You do not explain where you are getting your codes and the functions each has. Where can I find a list of the codes and functions. PS I have a caculator. Coes anyone even use C? and if so why? This is just like DOS commands. No money in this. I can't even add a shopping cart. Please someone..expalin the point of this all.
@silverpizza100 ANSI C is used in all major operating system and in embedded systems. C++ is used in most operating systems as well as video game consoles and major games. It's for high quality, fast programs and embedded software. ANSI C is easier to learn than C++, so I suggest starting there. A good book is called "The C Programming Language," Google it and type K&R with it, those are the authors.
@IamLiambee1 programming languages don't cost money. it's normally the tools that cost money. but for most ( probably all ) languages there are also free tools available. the best language depends on what you want to do, how much control you want.
@xybersurfer actually normally it's not the tools that cost money but the Libraries, the IDE's, the compilers(but why wouldn't you just use GCC/mingw?)
@Cds56 good point. the libraries probably cost more money. i've been using visual studio mostly out of familiarity. sometimes i use codeblocks with mingw.
@xybersurfer to be completely honest, I used the visual studio 2010 beta, which I thought was beautiful and would actually love to buy but since I'm cheap I use code::blocks and Vc++2003
and it keeps telling me that somethings wrong with it, i have the exact same line as him and idk how to fix it... i got dev-C++ newest one someone help please D=
@ThePeaceTaco I cant directly show you how to fix this because of youtube's lame word filter but try adding '#include cstdlib' to your code. Obviously put in the pointy brackets either side of 'cstdlib'
When I went to make the case statements, like, I put the + and - and all that in the " ' " single quotations, not the doubles like you said, but I got an error(and yes this is in fact C++). It read the following...
case label `'+" not within a switch statement
My coding list looks EXACTLY like yours too. This error shows up for ALL of the case labels. What should I do?
whenever you do any kind of system(""); codes, open up command prompt and type the name then /?. llike so: "color /?" this will give you a full list of what the code does.
You DID realize anything in "system()" is a batch code right?
@MrODOJ The funny thing is about all this, is people can make tens of thousands of dollars just doing this stuff right at home, like for instand, making games. So people with no life made the TV, computer, and all of our current technology. How do you think the telephones got here? XD
If at all possible, avoid the system() command. It is only used in Windows, and requres more computing power. For title, you can use SetConsoleTitle("title here")
@m4unot EmuAddict says that designing a gui in C++ is done with the Windows API. But this is the dirty way of doing it. if you are using C++ Builder then it's simply dragging and dropping controls on a form and writing code of how each control should respond through events. Visual Studio also has such editor C# maybe also for C++. you could also use a library like wxWidgets with and edit the GUI with wxFormBuilder. But the best that is out there is probably QT Creator which is a complete IDE.
um just wondering where does this code go.....? like in the header? .cpp file? cus it wont let me debug it or anything keeps saying something is wrong
Awesome video my friend! I'm not a C++ expert but you have inspired me to try doing a similar tutorial for the Linux environment. Keep up the good work!
if you use mac. install Xcode. it comes with a complier (g++) and an editor. works great. the only thing is that you would have to upgrade to snow leopard in order to install xcode now.
Well, he mainly uses Windows command prompt commands by using system("<INSERT COMMAND") Replace what he uses with a evaluate of that with something that would work on all.
why is it that at about 5:50 he puts desecondnumber? isn't that a mistake cos about 20 seconds later he write desecondnumber again, but says oops and changes it to dsecondnumber, i don't understand, did he make a mistake and forget to change it or is that supposed to happen
Nothing really, int main(void) is basicly a reminder that this is your main and there are no main functions...int main() means the same thing just no void, saves time to not having to write the word lol.
Ho ho ho welcome to the programming world where soon if your doing the expert part you will be jumping off your window if you do not have the patience.
none of your tutorials work. Sorry but bad work.
girlmastergeneral 3 weeks ago
@girlmastergeneral Look up what hes made and what you have made. Maybe (That means you did) you didn't do what he did.
CauseICant 2 days ago
This has been flagged as spam show
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
what software are you using in this video to do your programming
nepharious6969 1 month ago
Thnx..That was simple to understand..
LeDisjoncT 1 month ago
Characters are in single quotes: For example, char blah = 'c';
So he put the + is single (') because that's a character the user would enter.
Mr18Theta 2 months ago
what program are you using ?
ImShindo 3 months ago
Don't like this dude...it's OS specific. The system calls and whatnot are different for linux and stuff
TheInnocence111 3 months ago
Comment removed
esotericsoul 3 months ago
Is memory usage covered? as it looks pretty data intensive on the from the datatypes chosen surely a float would be better rather than double it still goes to like 20dp but use less memory
Manwith2life 3 months ago
ooooooooops 5:40
Fandinomia 4 months ago
Could u use "if" instead of "switch"?
Like if (cChar = '+')
cout << "answer is: " <<dnumber1 + dnumber2;
else if (cChar = '-')
cout <<blablabla?
11MyName111 4 months ago
@11MyName111 Yes you could, but switch is a faster and efficient method.
Morshidul 3 months ago
Are you Canadian?
blackbolt123456789 4 months ago
hey it wont give me an option to pick my second number can u help me
MrXboxg3 5 months ago
What type is this file? a console app, windows app, empty project???? Because i typed what u did exactly and got errors on about every other line... wouldn't compile...
GTkeyez 5 months ago
is turbo C the same?
tokoloshe98 5 months ago
Thanx for the good tutorial. Very useful!
TehRsfun 5 months ago
At 5:09 you use some sort of "quote" sign, you say that you talked about it earlier, but I can't find it. Help please :P
TheInfezted 5 months ago 7
@TheInfezted what kind of keyboard do you have?
truandlapommedeterre 5 months ago
@TheInfezted Don't hold shift when doing quotes, this is holding shift and pressing the quote " like" that then just pressing the quote key 'Like' that
dbrandon158 4 months ago
@TheInfezted I believe the "quote" symbol you are looking for is the same button you use to make a quote symbol, just without pressing shift. That is if you're talking about when he's typing out "case '+':" If you haven't found the "quote" sign you're looking for already, I hope this helps.
lushmeadowOD 3 months ago
why the double dsecondnumber not desecondnumber
gary22566 6 months ago
system("TITLE name") or any of those types of things dont work for me. I use Code::blocks
AutomatonGames 6 months ago
2:50 5:19 Ha I love the way Canadians pronounce cout.... "see-oat". Very down-to-earth. :)
Cosmologicon 6 months ago
Comment removed
Cosmologicon 6 months ago
after the statement to enter the second number you should have put
cin >> dsecondnumber ;
hailenders 6 months ago
pls help me about C++ i need a personal tutor im a pure blood filipino.. text me 09309425669 please ..please
ihateyoueternity 7 months ago
@ihateyoueternity I can help you if you PM me.
RedDwarffs 7 months ago
pls help me about C++ i need a personal tutor im a pure blood filipino.. text me 09309425669
ihateyoueternity 7 months ago
you wrote desecondnumber instead of dsecondnumber :DD
Andriuxas9 7 months ago
Thanks man for tutorial :)
DeviLzRO 7 months ago
Does anybody else see him make a small mistake, and just wish with all your might that you could tell him?
Jessebear998 7 months ago
@Jessebear998 All the time.
eallik 7 months ago
/watch?v=ps0QOaqcrII
krisiii1234 8 months ago
the TITLE and COLOR things do not work on the Mac, nor probably on Linux.
eallik 8 months ago
@eallik solution fuck mac and linux buy a windows cause mac is in general shit linux is a virus heaven and a piece of shit and windows has same problems but rules
diapysik 7 months ago
@diapysik It's near impossible to get a virus on Linux, idiot.
bbqsauceonmycock 7 months ago
@bbqsauceonmycock unless the person who made the virus is not a tard i have a linux in my botnet the rat wasnt even crypted yet and got spread out and guess what 2 linuxes 3 macs and 1 windows computer eat my cauk
diapysik 7 months ago
Thanks man! very helpfull
yoavYbinoon2 8 months ago
u wrote desecondnumber at 5:40 werent u spose to write dsecondnumber ?
Mikezors1 9 months ago
hey everybody gay-mac here lol
zhir96 9 months ago
Why do your words get changed to blue in Dev-C++? eg double and char, mine just go slightly bold.
alza6991 10 months ago
@alza6991 Hes not using Dev-C++, hes using Visual Studio.
blackfireize 9 months ago
im getting a weird error at cin >> cChar; can anyone help me fix this
diapysik 10 months ago
Did you know instead of declaring to double variables on 2 lines you can do this?
double num1, num2, num3;
Thumbs up to see this.
TheSoulAssassin20 10 months ago 11
@TheSoulAssassin20 It is not as readable though, and makes version diffs less clear.
eallik 7 months ago
@TheSoulAssassin20
but when program compiled there is no difference, did you know that?
drkamilz 1 month ago
@TheSoulAssassin20 This is a much more complicated way to do things. Don't. Makes things more complicated.
humanmatti 3 days ago
learn c++ coding from this site pcfunia.com
pcfunia 10 months ago
hey could you teach me how to add hardware id check on my app? i don't want everyone to run my app only on certain machine will have permission to run my app by using HWID check.
GigglingGirI 11 months ago
this doesnt work with dev c++
jasonerty12 1 year ago
I searched for c++ tutorial linux...
starcubeuk 1 year ago
you could also do this with nested if's right? I feel more comfortable doing it that way. For example if else, if else, if else right? Not sure off the top of my head exact code would like though.
chucknorris687 1 year ago
shouldnt there be cin >> dsecondnumber; before switch?
littlesoldiergraba 1 year ago
will you just run the damn program already!
Gutsyndicate 1 year ago
what dose case mean?
GamingWaveGames 1 year ago
@GamingWaveGames It gives a variety of options for the differnet scenarios. Like if there's more than one answer, you have the ability to cover them all, if that makes sense. Visit ANTIRTFM's channel, he's the best teacher for C++.
cssadiction 1 year ago
@cssadiction ok thanks
GamingWaveGames 1 year ago
@GamingWaveGames OK I see what he did. Um basically there are 3 general types of structures in programing. looping, sequential, and selection structures. The case structure is alot like the sequential structure. Ex. do this, do this, do this, get what I mean? As opposed to do either this or that. Or do this until otherwise. Understand? Basically the case structure says do one of the following in a list of actions, But only one! Then compute the next statement in the program.
chucknorris687 1 year ago
fast talking nerd. Blah blah just type this blah blah and run it. You do not explain where you are getting your codes and the functions each has. Where can I find a list of the codes and functions. PS I have a caculator. Coes anyone even use C? and if so why? This is just like DOS commands. No money in this. I can't even add a shopping cart. Please someone..expalin the point of this all.
silverpizza100 1 year ago
@silverpizza100 ANSI C is used in all major operating system and in embedded systems. C++ is used in most operating systems as well as video game consoles and major games. It's for high quality, fast programs and embedded software. ANSI C is easier to learn than C++, so I suggest starting there. A good book is called "The C Programming Language," Google it and type K&R with it, those are the authors.
eManifestation 1 year ago
@silverpizza100
what would you say is the best free programing language my friend?:D
IamLiambee1 1 year ago
@IamLiambee1 programming languages don't cost money. it's normally the tools that cost money. but for most ( probably all ) languages there are also free tools available. the best language depends on what you want to do, how much control you want.
xybersurfer 1 year ago
@xybersurfer actually normally it's not the tools that cost money but the Libraries, the IDE's, the compilers(but why wouldn't you just use GCC/mingw?)
Cds56 6 months ago
@Cds56 good point. the libraries probably cost more money. i've been using visual studio mostly out of familiarity. sometimes i use codeblocks with mingw.
xybersurfer 6 months ago
@xybersurfer to be completely honest, I used the visual studio 2010 beta, which I thought was beautiful and would actually love to buy but since I'm cheap I use code::blocks and Vc++2003
Cds56 6 months ago
I'm using CodeBlocks and to fix some errors I had to remove the } after do so the first and last connected. The problem now is with this line:
cout << "Please enter the first number that you would like to use" << endl;
I'm getting 3 errors; expected 'while' OR ' ( ' before cout. Expected ' ) ' before ; token.
Please help?
runemaster96 1 year ago
@runemaster96 Post or send your whole source code to me and I will tell you what you are doing wrong.
eManifestation 1 year ago
aboot! You must be canadia....also ummm....MOOSE!
shaunthepanda 1 year ago
love your tutorials.
BrianMNDBPH 1 year ago
i get to this line
<< " (+,-,* or /) " << endl;
and it keeps telling me that somethings wrong with it, i have the exact same line as him and idk how to fix it... i got dev-C++ newest one someone help please D=
MrKrummyjoe 1 year ago
@MrKrummyjoe it has to be all on one line
akny007 1 year ago
What compiler are u using?
thevoiceize 1 year ago
It keeps saying "system was not declared in this scope"
ThePeaceTaco 1 year ago
@ThePeaceTaco I cant directly show you how to fix this because of youtube's lame word filter but try adding '#include cstdlib' to your code. Obviously put in the pointy brackets either side of 'cstdlib'
TruthWithReason 1 year ago
@TruthWithReason I fixed it, my compiler stinks and it didn't support that function. I just got a different compiler
ThePeaceTaco 1 year ago
So if you were to make a program with visual studio how would you open it up with this in it??? Please reply??
XxsheepxX100 1 year ago
i really like this video
Jonathanemokid 1 year ago
there's letters for the colour too.............
Strum355 1 year ago
string is better than char, just saying :P
keithpetro 1 year ago
thanks
vq366 1 year ago
COLOR A is better!!
AlienwareMetal 1 year ago
system "ANYTHING" = noob
chchockey51 1 year ago
wow nice
MrAkietta 1 year ago
awsome for me as i m a biginner !!!!! thanks dude...had mad error at first but i fix them........
creazyxxl 1 year ago
This has been flagged as spam show
Nice video, check out my C++ video I just uploaded it.
ImmortalKingAnmtn 1 year ago
When I went to make the case statements, like, I put the + and - and all that in the " ' " single quotations, not the doubles like you said, but I got an error(and yes this is in fact C++). It read the following...
case label `'+" not within a switch statement
My coding list looks EXACTLY like yours too. This error shows up for ALL of the case labels. What should I do?
60namrruC 1 year ago
I honestly don't like this convention at all. You are using built-in DOS commands for the "C++" program.
akny007 1 year ago
can u post the final code in the description p;s i typed but can't find my four errors thx
--skarr
skyestorm22 1 year ago
do u use this "{" or this "("
skyestorm22 1 year ago
This is making me want to write my own set of tutorials for C++...
TwoCorin517 1 year ago 11
if you write
system("COLOR 100")
then it will show what the numbers mean
like 70 would be white text (7) and black background (0)
coolguyflex 1 year ago
@coolguyflex
whenever you do any kind of system(""); codes, open up command prompt and type the name then /?. llike so: "color /?" this will give you a full list of what the code does.
You DID realize anything in "system()" is a batch code right?
XXxZAKKxX 1 year ago
You people really need to get a life
Sykesylufc 1 year ago
@Sykesylufc Yeah, nobody should learn code, it sucks. you'd be much better off without all of your digital appliances. Have a nice day.
MrODOJ 1 year ago
@MrODOJ The funny thing is about all this, is people can make tens of thousands of dollars just doing this stuff right at home, like for instand, making games. So people with no life made the TV, computer, and all of our current technology. How do you think the telephones got here? XD
60namrruC 1 year ago
will this compile and run in dev C++ bloodshed??
samyung77 1 year ago
wow...im only 13, and i've already mastered this sh**....thnx 4 inspiring me 2 learn mor =]=]=]=]
cookiepiedie 1 year ago
awesome. Bill Gates mastered it too when he was 13 :) hope you be successful like him :D
Ashbourne03 1 year ago
no one gives a shit
sprayframe 1 year ago
Comment removed
KakashiMunyz 1 year ago
@cookiepiedie Well if thats true id like to see you explain Linked lists to me then I doubt the youngest coder i know of is a russian Nikolai
KakashiMunyz 1 year ago
If at all possible, avoid the system() command. It is only used in Windows, and requres more computing power. For title, you can use SetConsoleTitle("title here")
RanDoMkId73 1 year ago
@RanDoMkId73 and no that is 100% False ive used the system FUNCTION under Ubuntu 9.10 ,Ubuntu 9.04 and Linux Mint 9
KakashiMunyz 1 year ago
@KakashiMunyz
kurthewett 1 year ago
@KakashiMunyz nop they dont! system FUNCTION dont work under Ubuntu 10.04 at least I cant make it work. can you tell me how you make it work
kurthewett 1 year ago
How can design gui in c++??
m4unot 1 year ago
@m4unot Windows API... learn the syntax of C++ first though, or you will just get confused and frustrated.
EmuAddict 1 year ago
@m4unot EmuAddict says that designing a gui in C++ is done with the Windows API. But this is the dirty way of doing it. if you are using C++ Builder then it's simply dragging and dropping controls on a form and writing code of how each control should respond through events. Visual Studio also has such editor C# maybe also for C++. you could also use a library like wxWidgets with and edit the GUI with wxFormBuilder. But the best that is out there is probably QT Creator which is a complete IDE.
xybersurfer 1 year ago
system("TITLE whatever") doesn't work in linux.
superzanti 1 year ago
Are you playing tupacs's "toss it up" song in the background and drinking a pepsi?
the1mask99 2 years ago 9
I am drinking a pepsi, lol, but besides the point, i second your comment.
MrBlockersPro 2 years ago
LOL
alee2027 1 year ago
oh okay... (xD)
Videohochlader10 2 years ago
This comment has received too many negative votes show
can u make a video on how code game hacks
dapro696 2 years ago
lol. got to love the wannabees.
JustJealouse514 2 years ago 12
What do you mean..... the dude making the tutorial, or the folks leaving comments???
Rougeman0 2 years ago
read dapro's comment
JustJealouse514 2 years ago
ahaaa...... xD lol....
Rougeman0 2 years ago
Fail
xboxlive6 2 years ago
@dapro696 Learn yourself.
0121ryanh117 2 years ago
This looks like 2005.
imgoingtokillyourmom 2 years ago
Comment removed
imgoingtokillyourmom 2 years ago
yeah but whitch edition? 02/05/08 ??
galantjunior1 2 years ago
I don't think. Because the upload date is June 01, 2007. But you can do it with 2008.
imgoingtokillyourmom 2 years ago
man what is the program your using?
galantjunior1 2 years ago
c++ Express Edition :)
Xaiaq 2 years ago
u sound so canadian !!
Ramox3 2 years ago 3
No, you have it wrong. The term that people use to represent two bytes is "word". it goes on, like dword (double word), qword etc...
1 char really does equal Byte and a short is 1 word. They must do as I use them in unions to represent that amount of data.
0121ryanh117 2 years ago
char = 1 Byte
short = 1 word (2 Bytes)
0121ryanh117 2 years ago
um just wondering where does this code go.....? like in the header? .cpp file? cus it wont let me debug it or anything keeps saying something is wrong
treverg 2 years ago
This code goes in a cpp source file. The source file is then compiled and linked to create an executable file.
0121ryanh117 2 years ago
Awesome video my friend! I'm not a C++ expert but you have inspired me to try doing a similar tutorial for the Linux environment. Keep up the good work!
RabinoBoricuaVirtual 2 years ago
Hey I need a compiler... Where can I get a decent one?
moderndrummer717 2 years ago
if you use mac. install Xcode. it comes with a complier (g++) and an editor. works great. the only thing is that you would have to upgrade to snow leopard in order to install xcode now.
bornwithanattitude 2 years ago
Thanks for the help man... but I'm running Windows 7 and I found a compiler.
moderndrummer717 2 years ago
dev c++
y789789123 2 years ago
not to be an dick but you never wrote, which you need other you'll get an error:
cin<<dsecondnumber;
SloppiJ 2 years ago
no probs, can see that it is a ; now
81brett83 2 years ago
I cant male out the character after case '+' it doesnt look like a semi colon ; and i cant see why it would be a 1. What is it please ?
81brett83 2 years ago
I'm sorry to say but what your teaching isn't proper for C++. This could only be ran in windows, not linux, or mac. I would put a notice.
Brandonmxb 2 years ago
what changes do you have to make to have it work on all operating systems?
johnnyc130 2 years ago
Well, he mainly uses Windows command prompt commands by using system("<INSERT COMMAND") Replace what he uses with a evaluate of that with something that would work on all.
Brandonmxb 2 years ago
does it say apostrophe + apostrophe or "+"
johnnyc130 2 years ago
why is it that at about 5:50 he puts desecondnumber? isn't that a mistake cos about 20 seconds later he write desecondnumber again, but says oops and changes it to dsecondnumber, i don't understand, did he make a mistake and forget to change it or is that supposed to happen
3xtend 2 years ago
no dont use vc++ its bad, gives you bad habits and you dont learn to code properly.
HordeAreMyFatCousins 2 years ago
you have kick ass videos!!! Thank you so much!!!
Captnuendo 2 years ago
can you change the background?
XxNicxX11 2 years ago
i dont get this lol
nubserver 2 years ago
for some reason the line that says case + is wrong
IchibanStar13 2 years ago
help every 1 of my system functions has an error plz help
nugget1233 2 years ago
This has been flagged as spam show
he uses old programming techniques.
Subscribe to my channel, i post new generation c++ programming tutorials.
What he is showing is bad pratice.
New videos will be available every 2-5 days on my channel too!
cprogrammerc 2 years ago
You are a damn liar!!! you only added 2 videos in three weeks!!! and your videos aren't interesting!!! Stop lying!!!
Captnuendo 2 years ago
what does the int main() have difference with int main(void) ?
Goottimaagi 2 years ago
Nothing really, int main(void) is basicly a reminder that this is your main and there are no main functions...int main() means the same thing just no void, saves time to not having to write the word lol.
Calicharlie202 2 years ago
oh ok, thanks
Goottimaagi 2 years ago
No difference but avoid using main(void)
ryancfcsas 2 years ago
It says that i have system7 C:\Dev-Cpp\mainhaha.cpp `sytem' undeclared (first use this function) undeclaried..
soccergod561234 2 years ago
why are ya guys using windows LINUX is the shit
deacon1997 2 years ago
i got a big problem with this and part 2..
if anybody thinks they can help and are willing to tell me what i have done wrong then please message me back!
OperatorJerry 2 years ago
got it fixed dont worry.. was just me being an idiot XD
OperatorJerry 2 years ago
hehe, missed a semicolon or something, which would be the most common c++ mistake
scerm 2 years ago
Whaaat!! This got too hard too fast. The first tutorial was a peace of cake, but this is already too hard
93Matu 2 years ago
Ho ho ho welcome to the programming world where soon if your doing the expert part you will be jumping off your window if you do not have the patience.
blackdeckbox 2 years ago
1:45 You can hear the jackass sound :D
ploxie1 2 years ago
c programming is a pain in the ass.. i dun know y i need to learn this for mechanical engineering!!
alagnam 2 years ago
because everything must be programmed、 Even your car-builder robots。
gasto5 2 years ago
Thank you for thwarting Microsoft's attempt to ruin your video at 0:11 .
LOL and to think we almost all missed some learning there :D
AlexKrycek411 2 years ago
is it fine if i put case1 rather than case "+"?
cyq88 2 years ago
can anybody please send me a link for free downloading a C++ compiler , Windows Vista compatable.Thank you in advance.
so2murad 2 years ago
Google Dev
Or google Bloodshed Dev
Should be the first website.
tonyeddie 2 years ago
Use Dev C++ a grate IDE (for programming) and a complier (for the exe files).
ryancfcsas 2 years ago
thanks, but is Dev C++ OS Vista compatible ? Many IDEs I install don't work with Vista yet.
so2murad 2 years ago
Try visual c++ express it can program normal c++ apps as well and is free, registering is free
Willox303 2 years ago 10
@Willox303 you cant compile with express versions
zurton 1 year ago
Is there a way to change the background colour of the console window, and not just the text?
sethiroth100 2 years ago
yes try around with things like "color AB" "COLOR F0"
and things like that
Z3r0XoL 2 years ago
Open cmd and type COLOR HELP to see a chart of all of the colors
abcMaster94 2 years ago
why do you do int main(void) instead of int main()?
Mootsterdotcom 2 years ago
Im semi-preficient (I guess is the word) in C++ and i believe (void) and () is the same code declarer. either way works.
barbarosa345 2 years ago
thx u helped me alot~
justinwjt 2 years ago