Counting the Number of Loops in a program |
|
[4 replies] Last: Hello World will be displayed 10 times int i; for(i=0;i<10;i++) { cou... (by iantac)
|
by FourSight
Easier way to make Window GUI Applications?
|
|
[6 replies] Last: I would use Qt. Qt is nice and easy to learn. (by Chance Zibolski)
|
by Twist177
Glut OpenGL Translate
|
|
[3 replies] Last: glut and sdl are targeting two different groups of people. Glut is lig... (by closed account o1vk4iN6)
|
by Invader2010
How do i make a game using DirectX with a model maker?
|
|
[2 replies] Last: just found out that its possible using 3DSMAX, but idk how to load mod... (by Invader2010)
|
by Alpha15
If Conditional Issue
|
|
[2 replies] Last: It was fixed a while ago and I didn't have time to thank you until now... (by Alpha15)
|
by McDonough
Semi-Easy Programming Help
|
|
[3 replies] Last: I think that to be honest you ought to at least say that you have no i... (by Duthomhas)
|
by Rudey
printf with leading zeros
|
|
[2 replies] Last: Thanks a lot! That will solve my problem. (by Rudey)
|
vector output to text file |
|
[4 replies] Last: Thank you! (by sistasweetpea)
|
What happens when constructor throws excetpion |
|
[13 replies] Last: Yes, c will be invalid (if NULL is invalid to you) because the base-... (by closed account zb0S216C)
|
by Deadmau5
Stopping packet injection?
|
|
[1 reply] : Nevermind found it. For anyone looking for this also: http://forums.ru... (by Deadmau5)
|
Making and Transferring c++ Libraries |
|
[1 reply] : Write your functions. Compile them into a library (ensure your compile... (by Moschops)
|
by congiants2
trying to learn from c to c++
|
|
[2 replies] Last: You aren't exactly scratching the surface of C++ if you are just porti... (by closed account o1vk4iN6)
|
by mjolnir91
WCHAR[] to 'wchar_t'
|
|
[4 replies] Last: Yea so I'm an idiot and forgot the * in my function prototype. Thanks ... (by mjolnir91)
|
by fajkovicsasa
Reading from a file
|
|
[2 replies] Last: I didn't explain very good. I have this string : #?city#!=Zagreb#!70 ... (by fajkovicsasa)
|
by typemock
Mocking Legacy Code in C++ (Webinar, TOMORROW June 13)
|
|
[no replies]
|
by JeremyBronte
CreatePointFont to make barcode
|
|
[1 reply] : What do you mean by "create barcode font"? You want to make a font you... (by coder777)
|
by Maggi Iggam
Getting a wrong answer !!!
|
|
[4 replies] Last: Hm, you seems to have some mathematical knowledge. Your problem is t... (by coder777)
|
by superfury
Minimum memory adresses set for MS-DOS?
|
|
[1 reply] : http://freecomputersolutions.blogspot.co.uk/2011/02/pc-dos-and-ms-dos-... (by kbw)
|
by AllDayPiano
Weird Bitmap Problem
|
|
[1 reply] : The Header of the bitmap is: 42 4D 36 00 04 00 00 00 00 00 ... (by AllDayPiano)
|
by mirkobot
Help with including
|
|
[1 reply] : in every file use assert header and define some variable, and check fo... (by vkrishan)
|