by Felicia123
ala russe multiplication program ! hard
|
|
[2 replies] Last: See post 6 in this thread http://www.dreamincode.net/forums/topic/1951... (by naraku9333)
|
by SyntaxError
random number
|
|
[4 replies] Last: I think you are seeding the generator at the same time like this: s... (by greenleaf800073)
|
by Walt Karas
Implementations of language featuers
|
|
[no replies]
|
by jehudi
wav mixer
|
|
[1 reply] : Also I don't know why the use of -i-1 after sampleCount!! This is wha... (by Peter87)
|
by Helixirr
C++11 - Delegate class
|
|
[7 replies] Last: Doesn't sound that comfortable. I'll try to go on with my delegate im... (by Disch)
|
by andrenvq57
valid function prototypes?
|
|
[16 replies] Last: @andrenvq57 As I said, you need const. void func2(int = 1, const int&... (by Peter87)
|
by TheKamis
two classes derived from the same template class and operator =
|
|
[1 reply] : Define your operator = in the .cpp file. (by firedraco)
|
What would be the answer of this? |
|
[2 replies] Last: Won't compile. (by tcs)
|
Can anyone help with Function Overriding? |
|
[2 replies] Last: - Do you mean function "overloading" or am i missing something? (by thejman250)
|
by janekkubek
Getting object name with constructor?
|
|
[4 replies] Last: Thank you for help. (by janekkubek)
|
Arrow keys (turbo C++) |
|
[10 replies] Last: Thx for your help (by closed account jyU4izwU)
|
by thejman250
Making the transition from console applications to windows applications
|
|
[10 replies] Last: I would say that using a wrapper to the WinAPI is a good idea. Win32 ... (by ajh32)
|
by aquilina
[need Guide] C++ switch
|
|
[12 replies] Last: my latest code.. correct me if i;m mistake... i know its abit messy...... (by aquilina)
|
by RADuncan
C++ into Excel - Syastro letter
|
|
[2 replies] Last: @MiiNiPaa's suggestion of creating a CSV file might be your best solut... (by ajh32)
|
by WindGuy
Program HELP!
|
|
[8 replies] Last: void CRC16( WORD W , BIT B ) { typedef struct crc16 { unsigned char... (by WindGuy)
|
by newworld
recursion
|
|
[1 reply] : http://en.wikipedia.org/wiki/Recursion_%28computer_science%29#Recursiv... (by MiiNiPaa)
|
by ezaz12121
cant get my program to compille
|
|
[2 replies] Last: thanks it was right there in my face , thank again (by ezaz12121)
|
by zubenel
Problem with strtold
|
|
[3 replies] Last: Your code snippet is fine, if compiled as #include <string> #include... (by Cubbi)
|
by EGoodman
Variables not passing correctly
|
|
[11 replies] Last: But I though that you should only return player, not zombie, and the f... (by greenleaf800073)
|
by TAZ757
sort() or qsort()
|
|
[5 replies] Last: In practice, they have the same, optimal, algorithmic complexity (n lo... (by Cubbi)
|