by FunkyELF
how to return vectors
|
|
[5 replies] Last: In your original code, using new you are allocating memory from the he... (by jsmith)
|
by kabubu
problem while using typedef
|
|
[3 replies] Last: void foo(tSha1Hash outHashValue) is passing a pointer. (by mackabee)
|
by Yuvaraj
Difference betweeen creating object with pointer and without pointer
|
|
[2 replies] Last: See these tutorials to have more details: http://www.cplusplus.com/do... (by Bazzy)
|
by xiikryssiix
how to ENCODE using ASCII coding
|
|
[4 replies] Last: No no no! system("pause") is evil ! http://www.cplusplus.com/for... (by Zhuge)
|
by poonninja
how to make a program update
|
|
[2 replies] Last: no i dont so i guess when i get that i should get back to you. (by poonninja)
|
by exidis
Error C2440
|
|
[7 replies] Last: I wasn't saying that casting would solve the "problem "- and to be ... (by guestgulkan)
|
by Disch
Global variable construction in external libraries
|
|
[no replies]
|
by cpp123
One copy constructor issue that is baffling me
|
|
[12 replies] Last: great ! Notice how copy constructor is called for ob3 before temp gets... (by cpp123)
|
by cpp123
Can you suggest me some good C++ books / reference sources ?
|
|
[6 replies] Last: good idea. (by cpp123)
|
by poonninja
Robocode for C++?
|
|
[2 replies] Last: i found one its called battle bots but its not a programming game. (by poonninja)
|
by xiikryssiix
ARRAYS: putting numbers in order
|
|
[5 replies] Last: thank you for the help you guys! after reading a LOT of links yall he... (by xiikryssiix)
|
Maximum size of a char array? |
|
[4 replies] Last: There is a function that modifies the array The array? What array? ... (by helios)
|
by amyn
how to install gnu C compiler on Windows XP?
|
|
[2 replies] Last: Cygwin is good for this. Simply download the installer, select the GCC... (by GenTiradentes)
|
by xaothitl
Having trouble reading from another program
|
|
[8 replies] Last: Where can I find stuff on how to use IPC? (by xaothitl)
|
by ajay16oct
What are type safe linkage?
|
|
[1 reply] : Typesage linkage enforces the right number and type of parameters are ... (by kbw)
|
by minix
Random File Access for writing
|
|
[4 replies] Last: Is the problem in growing the file? If it is, you could write zeros o... (by kbw)
|
by xiikryssiix
Open File, Print to a File/Console
|
|
[2 replies] Last: What i think is you are opening an uncreated file for reading. Suppose... (by bilalhaider)
|
by xiikryssiix
how many weeks to become a millionaire?
|
|
[7 replies] Last: finally got it to work. thanks for all the suggestions. i did change ... (by xiikryssiix)
|
by dragonwolf
Convert int to string
|
|
[8 replies] Last: Did I actually just read that? For the same reason that it matters ... (by helios)
|
Menu Not Working |
|
[no replies]
|