c++ Programming tutorial 4 (part 2 of 2)
25 Responses to “c++ Programming tutorial 4 (part 2 of 2)”Leave a ReplyPosted on July 13th, 2007 by admin Filed under C | |
|
c++ Programming tutorial 4 (part 2 of 2)
25 Responses to “c++ Programming tutorial 4 (part 2 of 2)”Leave a ReplyPosted on July 13th, 2007 by admin Filed under C | |
|
July 16th, 2007 at 1:51 am
its a secret! :p
its a secret! :p
July 17th, 2007 at 5:10 am
He needs 50000000 …
He needs 50000000 views first doh
July 17th, 2007 at 12:59 pm
I kinda of changed …
I kinda of changed that… but its moving too fast for me, Cant keep up with your guy’s pace…
July 20th, 2007 at 2:52 pm
Do u know that …
Do u know that visual studio express 9 is out. It is only a beta but it is very good.
Anyway how does the HANDLE hconsole thing work? I don’t get it. I don’t get why you need it.
July 22nd, 2007 at 8:50 pm
its declaring a …
its declaring a handle variable.
July 26th, 2007 at 9:17 am
probably KDE’s Kate …
probably KDE’s Kate - I know you can do that in Kate.
August 27th, 2007 at 6:59 pm
do u have a myspace …
do u have a myspace?
ima adding u to friends ive seen all videos and im 12yrs old i began studying c++ when i wasy 8 and my favroit book to us it an introduction to programming with c++
August 27th, 2007 at 7:02 pm
hey man can u pleas …
hey man can u pleas send me a video on how to make a
fun game? ive alredy made the gumball thingy
September 11th, 2007 at 9:56 am
whats the function …
whats the function that I have to add to my code in order to change the color of an especific part?
September 18th, 2007 at 9:44 pm
You have to declare …
You have to declare the variable HANDLE hConsole, then do SetConsoleTextAttribute(hConsole, n) where n is the number of the colour you want.
September 20th, 2007 at 3:02 pm
I’m kind of too …
I’m kind of too lazy to go on your website and request this but can you make a tutorial on how to make non-console applications in C++? I know some basics to make a window but I need to learn how to make a “working” program
October 13th, 2007 at 5:15 pm
ok, by typing 3 …
ok, by typing 3 digit numbers for “system(”COLOR 657″) it told me the numbers for the colours, and F is bright white, but why dont letters work in the code shown on this video?
October 27th, 2007 at 9:37 pm
Hey at about 2:13 …
Hey at about 2:13 in you’re movie (just before you compiled it and ran it the first time) i got an error msg saying that in this line: pointerfunc(&iTimes1, &iTimes2, &iPointer); -The integers aren’t declared and that Each undeclared identifier is repeated only once for each function it appears in, what exactly did i do wrong? I followed your code down to the letter =[.
October 27th, 2007 at 9:41 pm
Omg T_T, I found my …
Omg T_T, I found my problem, sorry about that >.>.
October 30th, 2007 at 6:43 am
color number 100?!? …
color number 100?!? As far as i know there is only 00 to ff (0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f) and the first one is backround second is text color
November 1st, 2007 at 12:22 pm
hello i have some …
hello i have some problems it say’s in the error
1>.\test1.cpp(2) : fatal error C1083: Cannot open include file: ‘windows.h’: No such file or directory
test1 thats the name i gave it but how do i get this error away any1 plz help me
November 1st, 2007 at 2:55 pm
that means you dont …
that means you dont have that file, try downloading it somewhere….or a new program for programming. I use code blocks, and thus far i have had no trouble with any of these programs.
—-
Now i have a question, for this kind of program that we’re making, does it really matter if we use the way just shown? or should this be used more for bigger programs?
November 23rd, 2007 at 1:18 pm
dark cry, there are …
dark cry, there are MANY almost infinite ways to write any program, this is just one. However, you will need the basic structure that this vid shows. AND DUUDE START RECORDING IN A BETTER SCREEN RES FREKIN A!
November 23rd, 2007 at 1:20 pm
and in response to …
and in response to ProMaster if uy have a Mac or Apple brand desktop or laptop then it wouldnt have windows.h because its not windows, it is mac. :\ if thats not the problem then i dont know what to tell you.
December 10th, 2007 at 6:26 pm
good job.
good job.
December 28th, 2007 at 8:53 am
nice jmac, good tut …
nice jmac, good tut i did comment about it in the source post keep up the good work
January 4th, 2008 at 9:51 pm
good job man, i …
good job man, i didnt really understand the pointer thing at first but now its clearing up, i still dont really get the HANDLE thing but you have some good tuts.
January 6th, 2008 at 11:55 am
Nice man, love the …
Nice man, love the video… but i couldnt tell apart some symbols, seeing as i am new to c++.
January 28th, 2008 at 4:54 pm
its like if you …
its like if you were talking to yourself, tryint to teach your own self the things you are not even able to understand yourself, youre funny
January 31st, 2008 at 9:57 am
Well, I tried but …
Well, I tried but for some weird reason the program automatically closes without giving me any colored text or the answer. Whatever, I’m going to the next tutorial >:D.