Please Reply |
|
[6 replies] Last: Hey Stackey Mariam, is there NIIT in your country? And what course are... (by afrocplus)
|
by metulburr
#include 'directories' question
|
|
[2 replies] Last: It takes memory, space, and time to include directories. If you inclu... (by jeffsg605)
|
by kassik
extracting out an array from a function
|
|
[3 replies] Last: Probably basic C/C++ tutorials cover this part. Why? Are you having ... (by webJose)
|
by stranrar
int squaring error
|
|
[9 replies] Last: Thanks for explaining guys. I don't need such a large number, I was ju... (by stranrar)
|
by c240589
Making A Function/Loops
|
|
[4 replies] Last: Got it working as a while loop, thanks for the help! (by c240589)
|
by toexii
Deallocating memory
|
|
[2 replies] Last: Thanks, the explanation is a bit over my head at the moment, but it's ... (by toexii)
|
by anoopvadi
reading a number from a text file and storing it in a array
|
|
[1 reply] : Try this: http://www.cplusplus.com/doc/tutorial/files/ (by toexii)
|
by Leo94
code problem
|
|
[1 reply] : Try removing the dot here: using namespace.std; make it: using name... (by toexii)
|
by xXmusicmanXx
more help...
|
|
[3 replies] Last: Also, why does "" equal enter? It doesn't. getline() doesn't give ... (by Disch)
|
by twentfiveu
Large negative number output
|
|
[1 reply] : Date::Date(int m, int d, int yr) { int month = m; int day =... (by closed account DSLq5Di1)
|
by creekist
How to Set Up DirectX in Visual C++ 2010
|
|
[1 reply] : You just need to show Visual Studio where to find the include and lib ... (by closed account DSLq5Di1)
|
by rfmaster93
C++ function to stop a number
|
|
[4 replies] Last: Disch, that is very similar. To put it simply, I wanted a box to appe... (by rfmaster93)
|
by beta3designs
String to uppercase?
|
|
[8 replies] Last: For your code above it would be wise to have the user provide a char* ... (by closed account DSLq5Di1)
|
by nano511
Buffer Overrun?
|
|
[1 reply] : You're mixing Debug and Release builds of the library. If you're buil... (by Disch)
|
by Skizzy
Arrays
|
|
[6 replies] Last: @creekist thanks for the code helped me too. I also added a little la... (by eaxx)
|
by Chawnman
Trouble passing value to bool variable from if/else statement
|
|
[5 replies] Last: I would like to thank everyone for helping, I discovered I had forgott... (by Chawnman)
|
by jeffsg605
Allegro window size
|
|
[2 replies] Last: Well, forgive my ignorance of Allegro, but I believe if you want to se... (by creekist)
|
Using typedef |
|
[2 replies] Last: I agree, Thanks (by NewProgrammer)
|
by spongebox
How to save..
|
|
[2 replies] Last: Yup and its a monster. I would recommend you work with native C++ or s... (by closed account DSLq5Di1)
|
by Simae
"Hello World" tutorials = 100% fail rates
|
|
[12 replies] Last: Cheers all for your help, problem solved ("Hello World!") now prints ... (by Simae)
|