by andrenvq57
Linked List
|
|
[5 replies] Last: > the head in main() does not change its address value and it's stil... (by ne555)
|
by laulauris
Get file name in C++
|
|
[1 reply] : Try the dirent.h include http://stackoverflow.com/questions/612097/ho... (by Smac89)
|
by AlexSunDar
Generic class Set
|
|
[5 replies] Last: if you actually tried for a week do as i said and post what you have w... (by K0T4K0t4)
|
by ovaltine99
Help with a simple loop that decides if a word needs to be formatted by adding ('s) to it or not
|
|
[3 replies] Last: Thanks for the tip. I was working on another way of doing it (a more t... (by ovaltine99)
|
by zukias
Any particular reason why C++ treats array & 'normal' variables differently like this...?
|
|
[4 replies] Last: My best guess is that it was a carryover from C, and it might have be... (by Cubbi)
|
fresh made tic tac toe ! |
|
[1 reply] : Instead of doing this: if(b==1&&square =='1') square ='x'; You c... (by pogrady)
|
by Stash
Unhandled exception? Need Help!
|
|
[1 reply] : 1. task myTasks ; This value is limited to 100. There is no way of h... (by JockX)
|
by bob39rocks
C++ finding max value
|
|
[2 replies] Last: Thank you this worked perfectly (by bob39rocks)
|
by kibrom
file reading using getline()
|
|
[1 reply] : int main(int argc, char* argv ) { std::fstream in(argv , std::ios::... (by morando)
|
by khm3dia
how to blit another image onto another
|
|
[3 replies] Last: Like this: SDL_Surface *background = NULL; SDL_Surface *foreground ... (by Ogoyant)
|
by guerreiro
AVL Insert Algorithm
|
|
[2 replies] Last: Thank you K0T4K0t4, I'm pretty sure I can do this! I also found this w... (by guerreiro)
|
by edgars
STRANGE BUG!
|
|
[1 reply] : I had to change UTF-7 encoding to UTF-8 encoding http://stackoverflow... (by edgars)
|
functions are a pain ... im lost and out of time |
|
[13 replies] Last: //Shelter FUNTION<--------------------------------- int Shelter(int iW... (by IComeIn Peace2)
|
by vrakas
Dynamic programming bits (1,2)
|
|
[20 replies] Last: [quote=gtm]" youre getting confused.. a char is not explicitly a byte ... (by closed account zb0S216C)
|
by Thumper
Linking external libraries in Qt (w/ VS10)
|
|
[no replies]
|
by bleaz
A consise way to get stuff. (1,2,3)
|
|
[41 replies] Last: One last thing, add ReRun == "yes" (uncapitalized 'y') to line 98. (by closed account 18hRX9L8)
|
Symbol |
|
[10 replies] Last: @Program Programmer Because you have the correct symbol for division,... (by tmihos)
|
by Computa
Is c++ broken or is my script?
|
|
[2 replies] Last: It's not giving an error message. It just tells me the program breaks ... (by Computa)
|
by Computa
My program runs out of memory each time i run a for loop?
|
|
[9 replies] Last: That is better. I am so very braindead. Thankyou cire, you've been ver... (by Computa)
|
by DANNY123
how to create a series
|
|
[3 replies] Last: #include <iostream> #include <cstdlib> using namespace std; //=======... (by tmihos)
|