struct like class? |
|
[3 replies] Last: Furthermore, it has been suggested to use structs as aggregate types, ... (by thokra)
|
by Boltftw
Need insight to C++
|
|
[12 replies] Last: A very interesting and inspiring thread! I have this handy rule: ... (by dutChBZ)
|
by Black Pearl
Random numbers and put them at a table
|
|
[10 replies] Last: Thanks :D (by m4ster r0shi)
|
by toks
unexpected output :S
|
|
[4 replies] Last: oh, Thanks, i was totally stucked. I had used the ^ to be the exponent... (by toks)
|
by xalted13
function that prints out words and values
|
|
[3 replies] Last: So what happens with the following code when you try to build it? ... (by Moschops)
|
by elfico
practice problems
|
|
[4 replies] Last: I think pointers are perfectly accessible. They have technological dis... (by simeonz)
|
how to make the function wait for some thing to continue |
|
[6 replies] Last: Dont use a loop in your function. Have it do only one step at a time.... (by Caligulaminus)
|
by joejoemoe
External compile errors
|
|
[1 reply] : Either you want to compile a library and have forgotten to tell your c... (by thokra)
|
by jackjack
How do runtime polymorphisms exactly make code flexible at runtime?
|
|
[7 replies] Last: @jackjack Your code snippet actually depicts the whole point of polymo... (by thokra)
|
by MCsynth
Using an Audio API
|
|
[5 replies] Last: Hi Framework I figured it out. Theres a really good step by step t... (by MCsynth)
|
by TechnoCat
Code for Chudnovsky Algorithm [or How to Translate an Equation into C++ Code] (1,2)
|
|
[33 replies] Last: I found the problem. I had declared factorial as int factorial (int ... (by TechnoCat)
|
by Boltftw
Battleship Program: Errors
|
|
[3 replies] Last: It's a 2-dimensional array, correct? So just pass const int** const a... (by Zhuge)
|
by mackabee
Is my compiler broken? (includes template metaprogramming)
|
|
[3 replies] Last: -_- now I know why they tell you to get a goooood nights sleep. Thanks... (by mackabee)
|
by toks
printf error
|
|
[6 replies] Last: Did n't notice that line. In that case, you ought to also use cstdlib... (by Zhuge)
|
by codist
image loader
|
|
[10 replies] Last: Thank you all for your help and time! (by codist)
|
by billbluey174
Automatic calculator error
|
|
[1 reply] : when you enter 'n' on line 24, you then have to enter c on line 25. af... (by hamsterman)
|
by szyfuch
Longest Common Subsequence
|
|
[2 replies] Last: but what? (by szyfuch)
|
by fipodk
Assignment of variables
|
|
[2 replies] Last: If I write double cola , colb , colc ; I get this error: read.cp... (by fipodk)
|
by kballerv
Grades (Read and Write) program
|
|
[3 replies] Last: He means did you put the text file containing the grades in the same f... (by packetpirate)
|
by Forte 201092
Check the type of input
|
|
[3 replies] Last: Use std :: getline (), an std :: istringstream , and eof () http:/... (by Duthomhas)
|