Help me with 2d Char array please? |
|
[no replies]
|
Matrices |
|
[6 replies] Last: That really helped me thanks alot . (by Hossam Hassan)
|
by mgjohns61585
Need a little help with if statement please.
|
|
[1 reply] : Also...it keeps saying "i" is not being initialized. (by mgjohns61585)
|
Arrays and Input/Output |
|
[no replies]
|
by kbjun1643
Help me i Try to do but i cannot.
|
|
[1 reply] : I believe the issue could be that you are opening the same file for bo... (by Tom56785)
|
by student2015
What's wrong with this code: inputting from a file into an array
|
|
[1 reply] : Think about line 13 of your code and the 2 following lines after it. A... (by Tom56785)
|
Stack around np |
|
[4 replies] Last: That didnt fix it, some where in this code: //solver in the while loo... (by confusedengstudent)
|
by gilgamesh45
Data files
|
|
[8 replies] Last: No problem, I probably didn't phrase my question right. I've fixed the... (by gilgamesh45)
|
by gameboy1995
Default constructor for a stack
|
|
[1 reply] : this->capacity=capacity; What do you think this line is doing? Shoul... (by MiiNiPaa)
|
by abdalimran
Please help me to fix the errors.
|
|
[2 replies] Last: Line 54 should be an error. Since total is not a static const memb... (by fg109)
|
by abdalimran
How do I save an array of objects into a file and read the saved data from the file?
|
|
[1 reply] : Probably the easiest way would be to overload the extraction and inser... (by jlb)
|
by relgin
How to define a class?
|
|
[3 replies] Last: you're welcome. (by Jaybob66)
|
by kong288
Function overloading question
|
|
[2 replies] Last: Overloaded functions must have different types and/or numbers of para... (by dhayden)
|
by teddy999
Help with encryption? Might have something to do with for loop?
|
|
[2 replies] Last: windows.h should be the first header file. You don't reset c after ea... (by kbw)
|
by raminlich
read next line
|
|
[1 reply] : Hi raminlich there are so many ways to do that. and i wrote an easy ... (by hankstr100)
|
by etrusks
class within template class problem
|
|
[8 replies] Last: Thank you very much for your effort. Really appreciate! :) (by etrusks)
|
by YourBroAlex
Counting the number of guesses?
|
|
[1 reply] : use proper indentation http://en.wikipedia.org/wiki/Indent_style in l... (by anup30)
|
by slimeinstew
can someone check this? nightmare with functions
|
|
[3 replies] Last: I'll define those variables and would putting the call to playerWins(... (by firedraco)
|
Why can't I input anything? |
|
[5 replies] Last: Can you explain why though? Is there a specific benefit of string over... (by Arslan7041)
|
strcmp not working |
|
[2 replies] Last: Line 13 won't work even if it compiles. strcmp requires two null-termi... (by dhayden)
|