by yucecoder
a function-definition is not allowed here before ‘{’ token
|
|
[1 reply] : Lines 46-48 are inside main , that's your oxyAtom function definition... (by deleted account xyzzy)
|
by steph111
Help
|
|
[11 replies] Last: This wasn't his first try at wanting us to write the entire code for h... (by deleted account xyzzy)
|
by stav
Give template specialization of base a higher precedence than derivations?
|
|
[1 reply] : Something like this (SFINAE), perhaps: #include <iostream> #include ... (by JLBorges)
|
by oenigmaa
Moving one vector element into another vector?
|
|
[9 replies] Last: Write functions/methods that "make doing the work easy." If I were c... (by deleted account xyzzy)
|
by marhuum
char array as a function returned value
|
|
[5 replies] Last: Okay, so you return a pointer from a function. Does it point to somet... (by dhayden)
|
by nniks19
Structures and for loop
|
|
[10 replies] Last: Thank you... problem was <= (by nniks19)
|
by rush998765
cant read multiple inputs from a file
|
|
[5 replies] Last: for(i=0;i<10;i++) { cout<<temp << " "; } Reading ... (by lastchance)
|
by somang317
I want to know how to fix xmemory0 errors.
|
|
[4 replies] Last: Thanks you so much for catching my mistake on line 34. You likely mi... (by deleted account xyzzy)
|
by kboeser83
Convert decimal to base and base to decimal program
|
|
[5 replies] Last: [quote=kboeser]Ok i did some rearranging on my program and got it to r... (by lastchance)
|
by marhuum
The template default
|
|
[2 replies] Last: It will default to whatever you told it to default to. e.g. std::unif... (by Ganado)
|
by jsanti2519
Printing 5 Non-Duplicate Random Numbers
|
|
[1 reply] : Don't call main() . It's a special function that is only to be used a... (by Ganado)
|
SFML installation |
|
[1 reply] : Have you tried How to open an app that hasn’t been notarized or is ... (by Repeater)
|
by marhuum
printf( ... , comma and then followed by fflush
|
|
[4 replies] Last: You will find a lot of old code where people use a comma instead of a... (by MikeyBoy)
|
by stav
overloaded base method not inherited ?
|
|
[1 reply] : I've tested this & it works fine but i don't really like that the pur... (by mbozzi)
|
by ZKM
Inhertiance
|
|
[4 replies] Last: I retained the member data in the two classes since they might not be ... (by deleted account xyzzy)
|
by zaahm18
How do I rearrange bits in bitset?
|
|
[2 replies] Last: Exactly!!! (by zaahm18)
|
by somang317
Choose 2 ingredients to make 15 foods...
|
|
[3 replies] Last: You're welcome. (by MikeyBoy)
|
by oenigmaa
Creating deck of card objects
|
|
[1 reply] : I don't understand your reference to "inheritance". There's no inherit... (by dutch)
|
by Stefko1807
Please help by pointing me the right path for this assignment
|
|
[15 replies] Last: Turn on your compiler warnings. You'll find a warning near line 121. ... (by dhayden)
|
by Agrito
Hollow square
|
|
[16 replies] Last: lets try this. it does use something you likely havent seen, the ostr... (by jonnin)
|