by waspzero
Help me finish this program
|
|
[2 replies] Last: Yanson Thank you very much! (by waspzero)
|
by antonioruns
expected primary-expression before int error
|
|
[2 replies] Last: Thank you very much I will make sure to take a look at these. (by antonioruns)
|
by trevormoon
Multiplying Matrix
|
|
[4 replies] Last: Yes, 5x2 and 2x5 give 5x5. I wrote in my previous post: (MxP) with (Px... (by condor)
|
by kjb07
importing a picture then outputting it
|
|
[no replies]
|
by ITR
Return a bool Array
|
|
[4 replies] Last: Thanks Chervil, something similar to the first code should work perfec... (by ITR)
|
by Garion
How does char++ function
|
|
[3 replies] Last: I think its usually a good thing to have at least some understanding o... (by Chervil)
|
More Card Game Problems |
|
[no replies]
|
by petersrolo
Which is better practice?
|
|
[2 replies] Last: Thanks for the help! (by petersrolo)
|
by sailorman444
char to lower case
|
|
[1 reply] : Does not matter, managed to figure it out for myself :) (by sailorman444)
|
by trevormoon
Matrix Multiplication
|
|
[2 replies] Last: Hi xerzi thank you for the help. We havn't gone over matrix yet so I'm... (by trevormoon)
|
by dithanial
Not creating a .exe
|
|
[11 replies] Last: I know this thread is solved but "solutions" like this really bother m... (by Computergeek01)
|
by enemy
expected unqualified-id before "for"
|
|
[1 reply] : It's impossible to answer without seeing the actual code. It could be ... (by Chervil)
|
by ejcpp
Can you help me with my C++ programming? !!!PLEASE!!!
|
|
[no replies]
|
by enemy
reference in function
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/pointers/ int a = rand(); int ... (by mobotus)
|
by btickle1
help me
|
|
[2 replies] Last: because im new to this is anyone able to edit my code and put what Ace... (by btickle1)
|
by cooper90
Structured Data with Pointers
|
|
[4 replies] Last: Thanks guys! I got it working, I appreciate the help. Here is my outp... (by cooper90)
|
by Jeido
Initializing Arrays with Increment Operators
|
|
[2 replies] Last: Thank you for clarifying that - makes much more sense now. Seeing the... (by Jeido)
|
by LearningMan
Inheritance, Classes Question
|
|
[1 reply] : www.cplusplus.com/doc/tutorial/structures/ (by closed account Dy7SLyTq)
|
by allendks45
writing array contents to file
|
|
[2 replies] Last: My mistake...yes the array size will be up to 100. At least the instru... (by allendks45)
|
by Ploogie
Changing character in two dimensional arrays
|
|
[2 replies] Last: I've got it working now, thanks a lot! (by Ploogie)
|