by mkeras2
windows.h ReadFile() [beginner] problem
|
|
[1 reply] : GetFileSize function is your problem. The following website will help.... (by Izink)
|
Code is outputting the default in switch/case |
|
[3 replies] Last: Hello WHYISNTITWORKING3275, Line 14 should be: case 33: case 44: pr... (by Handy Andy)
|
by Wolffish
convert function types
|
|
[2 replies] Last: Thank you very much. I already found std::bind but I did not know abou... (by Wolffish)
|
by ManlyMartin
Need help with readchunk program.
|
|
[3 replies] Last: Bump3 (by ManlyMartin)
|
by carlwryker
Virtual function and abstract derived class
|
|
[2 replies] Last: Oh. Thank you! (by carlwryker)
|
by channing0411
Functions
|
|
[4 replies] Last: I get that. Thought it may help speed the process up if it were in dif... (by channing0411)
|
by WeeDee
Why is this happening?
|
|
[1 reply] : Why dose the switch not give any output? Line 23: This doesn't wo... (by AbstractionAnon)
|
by MoFyne
How do I enable C++11?
|
|
[2 replies] Last: No, two minus-signs is a canonical GNU option, and is valid (but GCC a... (by mbozzi)
|
by babamublabla
Hey I need help with pass by reference
|
|
[2 replies] Last: Ahh I see it now. Thanks for the reply and tips mbozzi :) (by babamublabla)
|
by deadmittens
Word Counter Problem
|
|
[3 replies] Last: Hello deadmittens, Since no one has said it yet, you need to delete t... (by Handy Andy)
|
by White Bear
Memory leak?
|
|
[2 replies] Last: I wanted to use int numNeg = 0; int numPos = 0; But this solutio... (by White Bear)
|
by cm123
even number
|
|
[4 replies] Last: Yes thats the simplest way to check whether a number is even or odd. W... (by kamal choudhary)
|
by blackbone16
Calculation from inheritance of different classes
|
|
[5 replies] Last: Please post the exact text of your error. homemeal header lines 8, 1... (by AbstractionAnon)
|
Creating a binary tree from prefix notation: Segmentation Fault |
|
[2 replies] Last: What code is meant to be inside the else (line 77 onwards)? (by Moschops)
|
by amoureux
new struct record in binary file per function call
|
|
[5 replies] Last: I have edited the question according to your feedbacks. (by amoureux)
|
"Undefined Reference to" |
|
[2 replies] Last: linker is expecting Championship<Player, 11>::Championship(int s, co... (by codewalker)
|
by chewydice
Error Handling
|
|
[3 replies] Last: while (guess != number){ break; } O_o For the conversion, atoi()... (by ne555)
|
problem with loops and file |
|
[2 replies] Last: Yes i know im missing it. I just didnt know what to put there, so i le... (by materialisticsociety)
|
How to access one private member in another class? |
|
[3 replies] Last: You're looking for the keyword " friend ". class B { friend class ... (by Moschops)
|