c++ Programming Tutorial 4 (Part 1 of 2)
23 Responses to “c++ Programming Tutorial 4 (Part 1 of 2)”Leave a ReplyPosted on July 13th, 2007 by admin Filed under C | |
|
c++ Programming Tutorial 4 (Part 1 of 2)
23 Responses to “c++ Programming Tutorial 4 (Part 1 of 2)”Leave a ReplyPosted on July 13th, 2007 by admin Filed under C | |
|
July 13th, 2007 at 4:34 pm
good to see that …
is there any chance that you show us a simple game with opengl or something in the future?
good to see that you still make tutorials
July 13th, 2007 at 5:52 pm
that would be …
that would be awesome
July 13th, 2007 at 7:31 pm
I have alot of …
I have alot of requests, but… it is possible yes
July 31st, 2007 at 3:21 am
man a lot of ppl …
man a lot of ppl are missing out on these great tutorials
July 31st, 2007 at 5:14 pm
heh, thanks pal

heh, thanks pal
August 13th, 2007 at 9:07 pm
I saw you are using …
keep it up man…
I saw you are using AVG…
August 14th, 2007 at 9:40 pm
awesome job once …
awesome job once again.
Yay, IM!
I’m looking forward to more tutorials of yours, I can imagine they’re tough make, especially since you’re thinking of how to explain something, type, and talk on the same time. ^^
( now that’s multitasking, lol )
so much easier to learn than with a book alone. ^^
August 15th, 2007 at 12:32 pm
thanks pal :), not …
thanks pal :), not really tough, but can be at times if I make a mistake :p
August 30th, 2007 at 3:24 pm
wtf?
Learning C++ …
wtf?
Learning C++ video tutorial is really one of the most pointless things I’ve seen.
August 30th, 2007 at 6:50 pm
mac you are so cool …
mac you are so cool =)
October 4th, 2007 at 7:27 am
so basically this …
so basically this program sends text messages to other windows… THAT ROCKS is what im trying to find.
I put to myself as mark, to make a program that sends th same string to all the opened conversations like “brb” and send it to all of them…
would this help?
October 15th, 2007 at 10:52 pm
I’ve found at least …
I’ve found at least using Visual Studio, if you place the user functions prior to the main function, you do not need to add the additional “void function();” line.
November 16th, 2007 at 12:49 am
Rofl i got my Avg …
Rofl i got my Avg pop up at the same time
November 17th, 2007 at 12:09 pm
man u are awesome …
man u are awesome ur tutorials are really easy to foolow sometimes a bit fast for me but o well. YOU ROCK!!!!!!
November 20th, 2007 at 10:44 am
noob
noob
November 26th, 2007 at 5:37 pm
yes, this is part …
yes, this is part of the c language. the reason why he decleares them is because they have not been read yet and therefore the program doesn’t knwo where they are. Its common practice to place the main function first…
December 19th, 2007 at 4:05 pm
its kinda hard to …
its kinda hard to see the difference between ) and }
i am a novice programmer
you should make sure you tell which one you typing
when you do tutorials
January 7th, 2008 at 9:44 pm
stfu
stfu
January 8th, 2008 at 7:09 am
smpptspm
smpptspm
January 8th, 2008 at 8:55 am
I agree…

I agree…
January 29th, 2008 at 3:00 pm
the { and } are …
the { and } are used mainly to Encapsulate procedures. or atleast thats how i see them.
They are used at the start and end of a Function/procedure and if/case statements, period. The ( and ) are used as perameters to a function. for example:
void MakeExe( char poop)
or MakeExe(”C:\Windows\System32\txt.exe”)
the
January 29th, 2008 at 3:04 pm
example of both:
…
example of both:
The {
}
int main(void)
{
something
crap
return 0;
}
and the (
)
pinterfunction(pointera)
those are the only things that came to my mind, i aint no pro at programming, I started with Visual Basic and ofcourse changed to C and Javascript for webeffects lol
January 31st, 2008 at 8:59 am
1:42: AVG for the …
1:42: AVG for the win, dude.