by nivedita88
precision manipulator in C++
|
|
[no replies]
|
by m4ster r0shi
Custom Frequency RNG
|
|
[no replies]
|
by mohit3154
expected unqualified-id before ‘+’ token
|
|
[2 replies] Last: following the last reply op1 = '+'; //is valid (by closed account zwA4jE8b)
|
by ashworcp
Count the number of times each word occurs in a file
|
|
[3 replies] Last: well, it would be different than what you have. the algorithm would... (by closed account zwA4jE8b)
|
by sanehatter
loop for stresses and strains
|
|
[7 replies] Last: Do you need to add code to reset these variables when you go to next1... (by Moooce)
|
by TrevorD
Mortgage Payment Using Classes
|
|
[6 replies] Last: The only thing that I can't get to display is the Total Amount Owed to... (by TrevorD)
|
by nosherwan
for the Telephone bill how can i do <filing> like name,address and histotry of last some month billing in this program.
|
|
[1 reply] : Show us what you have implemented that solves 3 to 6 inclusive so that... (by diedrexler)
|
Random Numbers |
|
[1 reply] : bool b = rand()%2; Edit sorry, read your post incorrectly. The for... (by closed account GzwXoG1T)
|
by agevkired
Help with operator overloading
|
|
[3 replies] Last: see this for an operator to be defined outside of a class. http://ww... (by writetonsharma)
|
by gummy123
Callback and static data member
|
|
[5 replies] Last: Thank you for all the help! I've solved it now :o) (by gummy123)
|
by mdk85
Urgent!! Shopping program
|
|
[6 replies] Last: int i = 0; for (int i= 0; i< itemDetailsCount; i++) { ... (by mdk85)
|
by JohnDB36
UDF Packet Writing
|
|
[no replies]
|
by aelalaily
Shortest path routing algorithm efficiency ideas
|
|
[6 replies] Last: If you are using STL containers, be sure to measure time on the releas... (by bartoli)
|
by agoswami
virtual keyword in derived class
|
|
[3 replies] Last: Assuming base and derived both have vtables, they could both have dif... (by Disch)
|
by scarnet
user supplied function
|
|
[6 replies] Last: Then, ModShop's reply (and, consequently, mine) is what you want ;)... (by m4ster r0shi)
|
by Timbo1
SDL Sprite Sheet Clipping
|
|
[2 replies] Last: Fantastic, thanks so much :) (by Timbo1)
|
The Most Annoying Linker Error: Unresolved External Symbol |
|
[7 replies] Last: It was the one specific library. I solved the errors anyway. It appe... (by closed account zb0S216C)
|
by john andre
Type Casting
|
|
[6 replies] Last: thank you, what if for the second case I wanted to return members of... (by john andre)
|
injecting a dll to a program and running a exported function |
|
[2 replies] Last: @writeonsharma. I would actually appreciate that quite a bit. I would ... (by avlagrath)
|
by hermanny
Huffman code in c
|
|
[3 replies] Last: We can only help, we can't do it for you. (by kbw)
|