by jsrevathy
scope
|
|
[10 replies] Last: > When can you data in public part of a class? a. When the data is im... (by JLBorges)
|
by gary gee
PLEASAE HELP
|
|
[6 replies] Last: No, you need to learn how to code ASAP. These boards aren't somewhere... (by MrHutch)
|
by Tarun Batra
Extern variable problem
|
|
[2 replies] Last: The problem is that inside the first module named A.cpp name a has... (by vlad from moscow)
|
by Tarun Batra
What should i do to remove the error '++' needs l-value
|
|
[3 replies] Last: word16 checksum(char *addr, word32 count) *((word16 *) addr)++ O... (by TheIdeasMan)
|
by majo
please help with C++ program
|
|
[1 reply] : <sigh> http://www.cplusplus.com/forum/beginner/79002/ (by MrHutch)
|
by ayanda83
WHAT IS THE BEST INSTALLER FOR Qt FRAME WORK?
|
|
[no replies]
|
by TheDestroyer
stringstream acts crazy at double to string!
|
|
[2 replies] Last: Oh, that simple! Thanks man. :) (by TheDestroyer)
|
by ahmedlab7
Compute prime relation
|
|
[2 replies] Last: Just Code it... (by upX86)
|
by leonelui
Compile Problems
|
|
[3 replies] Last: You're asking the program to increment a variable named counter. Howe... (by MrHutch)
|
by Ilithiya
Trying to read words from a file into an array but still getting compiling errors.
|
|
[1 reply] : You want to change inFile >> words ; to inFile >> words ; . Simple ... (by monad)
|
by Ilithiya
How do I fix this compiling error (probably dealing with an array).
|
|
[1 reply] : getline accepts only 1 element (ie: 1 string) line 81 is passing the w... (by soranz)
|
by Ilithiya
How do I read the number of characters and lines in a file properly?
|
|
[1 reply] : You are closing your inFile in the while loop. That's a problem! Sec... (by Stewbond)
|
by Ilithiya
What am I doing wrong with my arrays?
|
|
[2 replies] Last: Yes, thank you. You definitely helped clear things up a bit but I am ... (by Ilithiya)
|
by Longazan
Concatenate an Array Into Another Array
|
|
[4 replies] Last: Thank you kbw, I will keep that in mind when declaring the size of the... (by Longazan)
|
by Ilithiya
How do I properly read in words from a file into an array?
|
|
[4 replies] Last: Thank you (by Ilithiya)
|
by rollie
Appending an integer to a string
|
|
[2 replies] Last: Use a function to log: template < typename T > std::ostream& do_log(... (by JLBorges)
|
by strongdrink
Calling derived class method from a pointer to its base class
|
|
[4 replies] Last: Mh... I thought about other ways I could do what I need to do, and mak... (by strongdrink)
|
by vw4x4
why does this happen?
|
|
[1 reply] : is this because of the range of signed char? Yes. Assuming 2's co... (by Disch)
|
by Ilithiya
How do I write this code that reads & counts the number of lines & characters in a file?
|
|
[2 replies] Last: Oh nevermind LoL I found an easier method. Thanks anyway. (by Ilithiya)
|
by sbgreen6592
Expected primary expressions
|
|
[4 replies] Last: If you indent the code properly these kind of errors is easy to spot. (by Peter87)
|