by KyiannaJones
Compiler Issues
|
|
[1 reply] : A "corrupted data" message usually means that you have overwritten dat... (by AbstractionAnon)
|
by Bubiche
Please help me with reading a BMP file header using ifstream
|
|
[3 replies] Last: Thanks guys and sorry for the late reply x) Both of your solutions wor... (by Bubiche)
|
by aquilina
Suggestion C++ - Building
|
|
[4 replies] Last: I was thinking about the numbers being entered by the user and then ge... (by Mats)
|
by lafo
When to use loop? How many conditions?
|
|
[5 replies] Last: Ok, that helped me a lot. Thanks for the responses! (by lafo)
|
Error |
|
[2 replies] Last: In my opinion this code should always produce 10 using any compiler. ... (by codewalker)
|
by nmforce
Arrays taking in different numbers
|
|
[5 replies] Last: Wow that worked perfectly, thank you so much! (by nmforce)
|
Compiler Error |
|
[2 replies] Last: Inconsistent use of upper and lower case characters. Compare lines 13 ... (by Chervil)
|
by dasboshiet
Switch Statement Problem
|
|
[2 replies] Last: You are missing a few breaks within your switch, if you correct this y... (by KyiannaJones)
|
by Ecclesiastes
how can i solve this problem
|
|
[4 replies] Last: I would have used switch statements as well, but you should pace down ... (by DrPatrickBateman)
|
by locolo
x variable defined as array[size]
|
|
[8 replies] Last: line 37: You're returning char . That is the 20th character (not an ... (by AbstractionAnon)
|
How to use int vector? |
|
[2 replies] Last: http://www.cplusplus.com/user/RadWayne/ @RadWayne thanks! :D send to m... (by closed account 16pXSL3A)
|
by Mehrdad87
Human language in c/c++
|
|
[9 replies] Last: thanks codewalker very useful reply (by Mehrdad87)
|
by chofs
problem with recursive power function
|
|
[3 replies] Last: From math we know that pow(x, n) = exp(n * log(x)) Now you need to imp... (by MiiNiPaa)
|
by reglac111
Change i++ in a for loop
|
|
[2 replies] Last: Well if you wanted to do i + 1 , that would have no effect, as it wou... (by closed account EwCjE3v7)
|
by mjatt
please explain the type : char*
|
|
[3 replies] Last: thanks @cire @MiiNiPaa (by mjatt)
|
by ak16
STL
|
|
[2 replies] Last: thanx Cafish666 for you reply. can you please check following points ... (by ak16)
|
by MrBones
Not understanding why I'm getting an error
|
|
[1 reply] : you can't simply read the file and store it directly to the vector lik... (by nvrmnd)
|
by Titanius
Templates
|
|
[2 replies] Last: You are right,Thank you! (by Titanius)
|
by lays
what if I redefine a method of a base class and set it as "virtual" in a derived class in a chain of deriving actions?
|
|
[1 reply] : The title doesn't make much sense. To "redefine" a method of the base... (by cire)
|
by ECEsasha
Inheritance with classes of shapes?
|
|
[6 replies] Last: You could alternatively do Rectangle::Rectangle(float width, float le... (by giblit)
|