by LordApy
"expected unqualfied-id before 'if'" Error Assistance
|
|
[2 replies] Last: Programming is hard :( Thanks for the assistance, fixed it right up. I... (by LordApy)
|
by kingkush
Need help storing pointers into an array
|
|
[4 replies] Last: This is what i am at now #include <string> using namespace std; cla... (by kingkush)
|
Changing Class Methods with User Input |
|
[5 replies] Last: Great, thank you very much for those links! (by PadawanProgrammer)
|
by Ateimoortagh
Help with Number guessing Program (Possible Loop Issue)
|
|
[no replies]
|
by godofwar53
Problems with guessing game assingment
|
|
[7 replies] Last: godofwar53, I put your code in VS2015 and the errors I received dealt... (by Handy Andy)
|
Printing the file name of an ofstream |
|
[2 replies] Last: Hi JLBorges, thank you for your answer. I'll use a separate string va... (by marcodifresco)
|
by glow
Faster Harmonic Number?
|
|
[1 reply] : "Harmonic number". Is it this: https://en.wikipedia.org/wiki/Harmonic_... (by keskiverto)
|
by muffins123
Bool
|
|
[3 replies] Last: This is a bitwise AND operation. The bits of the two numbers are ANDe... (by AbstractionAnon)
|
by kritisha
std::map
|
|
[2 replies] Last: What exactly are you trying to accomplish? Unless this is just a sni... (by jlb)
|
by EricPlusPlus
Scope/Stack/Memory Question
|
|
[4 replies] Last: Thank you for clarifying. (by EricPlusPlus)
|
by SSteven
Copy/Move operations for new classes
|
|
[1 reply] : Concrete class: Rule of Zero : Classes that have custom destructors,... (by JLBorges)
|
by aloz
How to make the program receive a string
|
|
[4 replies] Last: You can try doing it the "C way" (sort of). #include <iostream> #inc... (by JayhawkZombie)
|
by muffins123
do...while loop
|
|
[2 replies] Last: #include <iostream> int main() { int x = 0; int y = 1; ... (by JLBorges)
|
by texagg
RE: Newbie Questions
|
|
[10 replies] Last: I mean like this: int num; cout << "Please enter a number." << endl; ... (by dhayden)
|
by LastSeen
Integer variable not working
|
|
[8 replies] Last: @gentleguy So immature lol... What are you saying... step brother? Any... (by boost lexical cast)
|
Returning a class object by reference inside another class |
|
[1 reply] : Please review now and I assume there is no problem in returning object... (by TechEnthusiast)
|
what is significance of -fPIC flag in gcc |
|
[1 reply] : man gcc writes: -fPIC If supported for the target... (by keskiverto)
|
what is the use of gcc -fvisibility=hidden |
|
[1 reply] : I have multiples files in file.c file2.c file3.c while making the stat... (by TechEnthusiast)
|
what is happening |
|
[10 replies] Last: Indeed, but lets add more water: #include<iostream> class Foo { publ... (by keskiverto)
|
by mpark4656
Feedback for Stack Implementation
|
|
[14 replies] Last: Thank you so much! (by mpark4656)
|