by abigsby
Cloning double value?!
|
|
[10 replies] Last: Helios, I don't even know what you are talking about. The statement i... (by kempofighter)
|
by NGen
Variable not found?
|
|
[6 replies] Last: I'm initializing it as 0 in my main function... although that might be... (by NGen)
|
by fire child
Can't find my error
|
|
[7 replies] Last: if (e < height || g < length) If e or g are OK => if one of them... (by Bazzy)
|
by pccX
private member variable
|
|
[1 reply] : A private member is something that the user must not modify eg: t... (by Bazzy)
|
by karu
opencv problem..
|
|
[no replies]
|
by forre65413
Quicksort with strings and integers
|
|
[3 replies] Last: You only need one sort; you just need a comparator function that break... (by jsmith)
|
by dharm93
Frequency Substitution Decryption
|
|
[18 replies] Last: It would be even further simplified to store letter counts for the ent... (by jsmith)
|
by kenryuakuma
Structure Question
|
|
[8 replies] Last: The question is whether it is ok just to initialize struct_type_n... (by Bazzy)
|
by kmvinoth
Decimal to binary conversion
|
|
[3 replies] Last: // #include <bitset> // assume '16' to be the number of bits you... (by Bazzy)
|
by levone
file stream problem
|
|
[2 replies] Last: thank you. figured it was something like that, after looking at the ... (by levone)
|
by SpencerC
Function Pointer not behaving
|
|
[3 replies] Last: Thanks, that strategy patter will definitely come in handy! Gosh, this... (by SpencerC)
|
by romandvir
function with array
|
|
[2 replies] Last: I use SDK and at the CanRead function I call to one of the SDK funct... (by romandvir)
|
by gilgamesh
Memory and Thread
|
|
[4 replies] Last: I have found the problem. I created my var in the thread stack and ... (by gilgamesh)
|
by My Name
While loop & switch control blank space counter question
|
|
[2 replies] Last: It worked. Thanks. Here is my code for anyone who has a similar pr... (by My Name)
|
by kenryuakuma
Strlen() Function
|
|
[4 replies] Last: arun1390! Nice work and well done example. I feel more at ease being p... (by kenryuakuma)
|
by mateipc
compiling errors !
|
|
[3 replies] Last: Did you mean <process.h>? I don't know if that particular header is pa... (by helios)
|
by FredeGeek
Dev-C++ Debug Problem.
|
|
[4 replies] Last: Okay.. It still doesn't work with the "cin.ignore( numeric_limits<s... (by FredeGeek)
|
How to make a program not wait for input |
|
[6 replies] Last: 'keydown' is just a variable, you need windows.h to have GetAsyncKeySt... (by Bazzy)
|
by lekaimadh
function calls
|
|
[1 reply] : If you want multiple functions to be called at the same time, you shou... (by Bazzy)
|
by arshak
restarting the computer
|
|
[1 reply] : If you are on Windows, you should try InitiateShutdown: http://msdn.mi... (by Bazzy)
|