by TexanMonkey
Exe communication
|
|
[1 reply] : This might be of help: http://en.wikipedia.org/wiki/Inter-process_comm... (by Galik)
|
by codrgi
descending order
|
|
[5 replies] Last: That is an excellent question,. there probably is a better implementat... (by creekist)
|
by nano511
How to go make players take turns
|
|
[3 replies] Last: Instead i just made seperare functions to handle each players turn :/... (by Athar)
|
by Anon1010
Counter Problem
|
|
[17 replies] Last: Well there we go again. K nvm. Lawl (by creekist)
|
by Lucky D
C++ DATABASE CONNECTION
|
|
[2 replies] Last: Thanks, i will try to see the outcome, what ever the case will be i wi... (by Lucky D)
|
by NativeNeo
Comparing Arrays - for loop issue?
|
|
[2 replies] Last: aha! that helped and then i was able to take out the extra for loop in... (by NativeNeo)
|
by xXmusicmanXx
overwrite
|
|
[16 replies] Last: do I feel dumb.. I wasn't required to do fout this whole time! fail... (by xXmusicmanXx)
|
by vlad61
Bracketing search
|
|
[1 reply] : nice work dude (by creekist)
|
by nickbegin
Swap function using template
|
|
[2 replies] Last: Thank you. (by nickbegin)
|
What does Virtual in the derived class signify? |
|
[6 replies] Last: Good advice. That is nice to know. (by NewProgrammer)
|
by costaaa
need some Code help please
|
|
[3 replies] Last: Reading the first few pages of your C++ book will tell you all you nee... (by Athar)
|
by nano511
Variable gets set to random number?
|
|
[9 replies] Last: By passing nextState by value and by setting the new state on the new... (by nano511)
|
by micpayne
C++ counterpart to keyword DATA
|
|
[9 replies] Last: Acorn started the suggestion of the struct, and muratagenc nailed it w... (by micpayne)
|
by machine617
Storing data members in a dll
|
|
[5 replies] Last: perfect! exactly what I was looking for! (completely new to this s... (by machine617)
|
by jayden
Can C++ use to create a bitmap?
|
|
[10 replies] Last: this post saved me a lot of trouble, thanks a lot! (was about to give ... (by Fonixza)
|
by BradV93
Input Problem
|
|
[15 replies] Last: Thanks Grey (by eaxx)
|
by marklycris05
Having problems in scanning the array.
|
|
[5 replies] Last: guys.. its okay i figured it out!! ^____^ thanks.. for your help, god ... (by marklycris05)
|
Maps - Where "keys" and "values" are the same |
|
[2 replies] Last: I thought as much. In my textbook, "Data Structures and Algorithms in... (by NewProgrammer)
|
by yts
Stack
|
|
[3 replies] Last: This seems a little advance, but what would I know. I'm just starting ... (by eaxx)
|
by spothao
Hi I'm here to ask some C++ programming question
|
|
[6 replies] Last: For 4 you need an array of strings. Since strings can be plain arrays ... (by hamsterman)
|