by BasicNewbie
getfile from text
|
|
[18 replies] Last: i done my selection sort and bubble sort , because i done with few som... (by BasicNewbie)
|
by Hashimatsu
Where to find the win api help file?
|
|
[2 replies] Last: Thank you!!!! (by Hashimatsu)
|
by Kronolynx
error using getline
|
|
[2 replies] Last: thanks vlad you are always so helpful ,just corrected it and now it's ... (by Kronolynx)
|
by ribenaman
OpenGL / GLUT help
|
|
[5 replies] Last: So in that case, would I want to move the glutPostRedisplay() from Dra... (by ribenaman)
|
by msulli1355
error: 'char* Character::getName()' cannot be overloaded
|
|
[5 replies] Last: They do? I thought one returned a string and the other returned a cha... (by cire)
|
by Howlz
turning my code into a function and how to call on it
|
|
[3 replies] Last: You can return some sort of aggregate or structure containing the valu... (by Owain)
|
Programming face cards and aces |
|
[1 reply] : I'm pretty sure that an Ace is always 11 until it would cause the play... (by Texan40)
|
by enosmac
Algorithm needed
|
|
[2 replies] Last: Duh! *facepalm* Totally understand it now, Thanks! (by enosmac)
|
PLEASE HELP Text to morse code translation |
|
[4 replies] Last: Ok, I fixed the program but I am still getting an error message (Actua... (by pianolover444)
|
by Rgriffin
Sort program
|
|
[no replies]
|
problem here |
|
[1 reply] : No, problem is there.:) The problem is that 0.1 + 0.1 + 0.1 < 0.3 bec... (by vlad from moscow)
|
by febeme
HELP! My program isn't working!!
|
|
[1 reply] : How do you expect us to help you when we don't even have any code to a... (by closed account zb0S216C)
|
by YeoYeo
Program hangs, why? bit puzzled?
|
|
[1 reply] : Change this statement cin >> productNumber >> quantitySold; ... (by vlad from moscow)
|
by Yangfizz
how do i write a program like this?
|
|
[4 replies] Last: When a string is given as input, the compiler will append a null-chara... (by closed account zb0S216C)
|
by taymaxi
Function only returns true, why?!
|
|
[7 replies] Last: I removed the first equalAlpha test on mid at first (as suggested) ... (by cire)
|
by tpslugger
finding perimeter of half an ellipse
|
|
[6 replies] Last: if the second formula doesn't work quite right, try this instead: doub... (by Ben Brown)
|
Strange math error in otherwise simple program |
|
[3 replies] Last: Sorry about the lack of code tags. I'm still trying to get used to thi... (by SeizureChavez)
|
by birdwalkr
Fix my Function to find first digit, last digit and number of digits in integer.
|
|
[4 replies] Last: It would be even better to rewrite the function the following way in... (by vlad from moscow)
|
by Neo frost
How to make delay time in dev c++?
|
|
[2 replies] Last: And if you are on Windows, you can use void Sleep( int Milliseconds )... (by Fransje)
|
integer division |
|
[1 reply] : int x = 10; int y = 3; x = x / y; double x = 10.0; double y = 3.0; ... (by vlad from moscow)
|