bubble_sort |
|
[3 replies] Last: right thanks. forgot that = is the assignment operator and not for... (by helterskelter)
|
Can Someone please help with my code. |
|
[2 replies] Last: thanks very much (by closed account 2NywAqkS)
|
by rafailos
loop with numbers and chars
|
|
[4 replies] Last: Thanks for your replies.rssair your code will help me definitely.Thank... (by rafailos)
|
by ashade17
Segmentation Fault on beginners image processing problem
|
|
[no replies]
|
by ElSafti
Private Classes included in Class Constructor decleration
|
|
[2 replies] Last: During the construction of your class, the constructor uses the initia... (by closed account zb0S216C)
|
by DevilX
#define in a struct?
|
|
[2 replies] Last: Thanks alot for the answer and for explaining how it works. I guess th... (by DevilX)
|
by ddump12
First program not working, need some help.
|
|
[7 replies] Last: however it shuts down at the end still. Did you read the link th... (by Disch)
|
by somshridhar
Convert integers to strings and use them for find replace in file
|
|
[4 replies] Last: Dear Sir, Anyone can give me the solution of my above defined problem... (by somshridhar)
|
by kong288
Phone development help!
|
|
[4 replies] Last: I don't have any iOS programming experience, but from what I've gather... (by shacktar)
|
by mig11101
Writing to a string array
|
|
[3 replies] Last: Well, if you are still not entering your while loop, you might look at... (by kooth)
|
Program builds in debug mode, but not in release mode |
|
[4 replies] Last: andywestken Thank you!!! My file indeed had a (d) on the end, so I fou... (by mondaytofriday)
|
by basel
storing binary in a file
|
|
[3 replies] Last: OK, my bad. To do what you want, you'll need to use a character (8 bi... (by kooth)
|
by masky007
bool functions and comparing their return values in main()
|
|
[9 replies] Last: Thanks sir that was helpful. (by masky007)
|
by KingDreGo
word count func not counting words.
|
|
[4 replies] Last: Thanks alot guys/gals. Ill give it a try right now. (by KingDreGo)
|
by topeh
Searching and sorting array
|
|
[2 replies] Last: There are a lot of searching and sorting algorithms insertion sort bei... (by Undeclared)
|
by boston
Switch/Default statement help
|
|
[5 replies] Last: Hey meerkat, Awesome, thanks for the help! I'll give it a whirl. This... (by boston)
|
by jalfor
Position Calculation
|
|
[5 replies] Last: Fixed, thanks a bunch :D float dRotation = 270 - SpaceShip.GetRotati... (by jalfor)
|
by empror9
inherent and composition
|
|
[7 replies] Last: //vehicle.h (header guarded) class Vehicle{ private: //note that they... (by ne555)
|
Comparison operator overloading |
|
[3 replies] Last: double backslash http://xkcd.com/727/ (by firedraco)
|
Can you create pointers without initializing them? |
|
[1 reply] : Indeed you can: int* x; //points to random memory, probably not your... (by firedraco)
|