by DLNOOP
Convert textBox entry to char
|
|
[10 replies] Last: Eh... yeah, I sorta forgot that there was that bit about how to transl... (by Albatross)
|
by svnstrk
I/O array of integer
|
|
[no replies]
|
by krosty4782
Create an exe from an exe.
|
|
[5 replies] Last: Yeah something like that, i have to make the builder (like program win... (by krosty4782)
|
by kaduuk
devc++
|
|
[2 replies] Last: ok thanks! (btw is it just here, or is wiki not working this whole eve... (by kaduuk)
|
by Null
Problems with vectors and pointers
|
|
[9 replies] Last: If you do insist on implementing your own solution, like above, consid... (by moorecm)
|
EXTRACT_BIT |
|
[1 reply] : (1<<i) left shifts one by i places. (n&(1<<i)) performs a logical AND... (by kbw)
|
by bluecoder
Problem creating and using template
|
|
[3 replies] Last: You shouldn't. Does it compile if you change the line to h[ i ] ... (by jsmith)
|
by mTy
[C++] Convention
|
|
[10 replies] Last: What do you mean? I have always been here :P lol, I guess I'm the one... (by blackcoder41)
|
by Creak
Duplicate inherited class
|
|
[9 replies] Last: Thanks for the link jsmith. It's also named the Protoype pattern: htt... (by Creak)
|
by margaret
allows the user to enter his Family name,given name, middle name;
|
|
[1 reply] : and the question is? (by coder777)
|
by amanyasin
How to store an object as a RAM in program?
|
|
[3 replies] Last: hm, variables are always in RAM aka memory. Maybe you want them in ... (by coder777)
|
by carlsum1986
Assertion error
|
|
[19 replies] Last: thanks for trying to help me anyway (by carlsum1986)
|
by bshrestha
how to read multiple columns of data from file
|
|
[5 replies] Last: Something I don't really like about C++ iostream and stringstream rela... (by sohguanh)
|
by Uni616
Matrix Multiplication using multi-threads gets segmentation fault
|
|
[1 reply] : The main problem is that you're overflowing the stack by allocating a ... (by helios)
|
by carlsum1986
Stack around variable corrupted
|
|
[2 replies] Last: thanks alot that worked wonders....i could be wasting hours before fin... (by carlsum1986)
|
by hooshdar3
Dynamic memory management
|
|
[17 replies] Last: That is all that my example was meant to show. Clearly, std::string... (by sohguanh)
|
by carlsum1986
registry and bad pointer problem
|
|
[2 replies] Last: yay it passed the exception...now my conversions has a bit of a proble... (by carlsum1986)
|
by LB
How do I clear a file?
|
|
[3 replies] Last: remove ios_base::app (by blackcoder41)
|
problem of inheriting from a STL function class |
|
[11 replies] Last: A call of operator() method of object o within func function will caus... (by breadbread1984)
|
Two Basic Questions ! |
|
[5 replies] Last: You meant for the array to be ch1 , otherwise you have two variables w... (by LB)
|