by leonard92
Problem on working on my billing project.
|
|
[3 replies] Last: ty alot:) careless ^^ (by leonard92)
|
by Catfish
Reverse-A-File Utility
|
|
[10 replies] Last: > So fseek() shouldn't normally be trusted when used with SEEK_END? I... (by JLBorges)
|
by dabomb27
Poker Hand
|
|
[5 replies] Last: Hey all, I read this post awhile back and was helping a friend design... (by bstein)
|
OpenAL - How to play multiple .wav files? |
|
[no replies]
|
by tangjiep
constructor and copy constructorerror
|
|
[4 replies] Last: Sorry, I am a little confused about your answer. But i do have write m... (by tangjiep)
|
by sourena
vc++ 2008 problem
|
|
[no replies]
|
game physics |
|
[no replies]
|
Templates!!! |
|
[6 replies] Last: @Moschops In template functions we have to declare template<class T> ... (by hassaanid2011)
|
Max heap |
|
[1 reply] : A heap sort just involves adding the root node to the sorted list, del... (by closed account zwA4jE8b)
|
by waqifti
Avl Tree
|
|
[3 replies] Last: You didn't describe what errors are you receiving? also your main fun... (by codekiddy)
|
by aslan93
changing data every time the program is executed
|
|
[9 replies] Last: hey...thanks bluecoder...with a little reference and your program..i g... (by aslan93)
|
by bond5611
Difference btw C++ and C with respect to variable.
|
|
[1 reply] : What do you mean difference btw the variables of C++ and C exactly? ... (by eypros)
|
by Ryan Wilson
Game Listing Program with vectors and iterators
|
|
[5 replies] Last: cin.ignore(1); will ignore just one character. You want to ignore ev... (by JLBorges)
|
by Maggi Iggam
Getting segmentation error in my code
|
|
[5 replies] Last: Thats all fine , but how can i remove this segmentation error from my ... (by Maggi Iggam)
|
Convert a char to uppercase |
|
[8 replies] Last: In English a period must be followed with a space or a new line. If ... (by buffbill)
|
by Echo773
Urgent!
|
|
[1 reply] : iirc it's something like SetBkMode(TRANSPARENT); EDIT: I was close... (by Disch)
|
by BenShen
My method isnt looping in my while()
|
|
[4 replies] Last: OHHH!!!! thankyou you are a GENUIS!!! i had a set() function so it wou... (by BenShen)
|
Are character arrays supposed to behave differently from integer arrays? |
|
[5 replies] Last: The return type of twister should be a pointer. Your code would not h... (by Zia Ur Rehman)
|
by Hod Gabriel
making an array from a vector and a string.
|
|
[1 reply] : You might have difficulty if your string contains any null characters,... (by Disch)
|
Arrays of pointers to classes and type casting |
|
[6 replies] Last: Thanks to Peter87 and also Disch. This solves the problem. After b=n... (by fariborzmordad)
|