by dunnDolphin
compiler problem in codeBlocks
|
|
[2 replies] Last: Thanks. That worked! (by dunnDolphin)
|
by alex067
Random number array help1
|
|
[3 replies] Last: You can use arrays if you want. Just follow the same idea. (by shadowCODE)
|
by justinc978
How to Map-Associating Strings with Integers
|
|
[17 replies] Last: Hmm, thats very interesting. I began doing it in a way kind of like t... (by justinc978)
|
by marcin388
Tic Tac Toe winning condition if statement problem
|
|
[1 reply] : Can anyone help me please, I need to hand this program in tomorrow (by marcin388)
|
[C++] - 6x6 board game (1,2) |
|
[37 replies] Last: Well, something like that. :) Line 9: You're missing a ] after row... (by AbstractionAnon)
|
by MalcolmDane
Help with file output.
|
|
[no replies]
|
by megatron 0
How to implement a safer System() ?
|
|
[6 replies] Last: Cheers buddy, will look into it. (by megatron 0)
|
by feehily
Pointer, String, Bool
|
|
[2 replies] Last: yes, can you fix my code so it can run? (by feehily)
|
Help |
|
[1 reply] : Teacher never went over how to implement a linked list using array S... (by shadowCODE)
|
by BB2921
Comparing Class Values
|
|
[1 reply] : void printPiggyBankValue(); // and if ( foo.printPiggyBankValue()... (by keskiverto)
|
by shindosu
Converting an English text to Morse code and vice versa
|
|
[2 replies] Last: hey mutexe, I edited my code, and the thing is that I am trying to pu... (by shindosu)
|
by jayfloyd
First Arrays project...?
|
|
[5 replies] Last: Nevermind!! Figured it out! Thanks for all the help! (by jayfloyd)
|
by JayJay007
Help me
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/arrays/ (by keskiverto)
|
by dembeno
C++ for Mac
|
|
[2 replies] Last: Use Xcode. Create a new project of type "Command line tool". Choose C+... (by tcs)
|
by harrie
basic output file
|
|
[1 reply] : Try a look at http://www.cplusplus.com/doc/tutorial/. There are descri... (by tcs)
|
by LATCH100
linear search algorithm HELP
|
|
[4 replies] Last: Yes. #include <iostream> int main() { const int N = 5; int arr ... (by keskiverto)
|
Why do we study classes and objects? (1,2,3) |
|
[40 replies] Last: If you would only distribute it as compiled binaty it is impossible an... (by MiiNiPaa)
|
by alex067
Overloading operators
|
|
[2 replies] Last: Can you elaborate a bit more? I still don't see what the issue is (by alex067)
|
Sorting Names in an Array |
|
[1 reply] : Show your effort, or we cannot tell why it fails. (by keskiverto)
|
by DreamTime
How to get Data from a Node Pointing to a function?
|
|
[19 replies] Last: Instead of having Node::data be a pointer to Item, make it an instance... (by dhayden)
|