by makaveli23
still need help asap ,program runs twice, dont know how to stop the loop
|
|
[3 replies] Last: so if you want to read an entire line you need to use getline and stri... (by coder777)
|
by Valandu
How to check for eof() without getline?
|
|
[9 replies] Last: Very interesting, that is a really good use of the comma operator. Tha... (by Valandu)
|
by csharp
Please help
|
|
[2 replies] Last: It probably has to do with the fact that you selected to create a win3... (by xismn)
|
by jelllove
A compile error of usage of "#if"
|
|
[7 replies] Last: @Luc Lieber Do you have any material or link about the "meta-flow-co... (by jelllove)
|
by bads
help me change the color of piece in tetris
|
|
[7 replies] Last: i get it by x and y Cartesian plain (by bads)
|
Compare 2 dates from strings,char* or int |
|
[2 replies] Last: yes, i tried changing it to (szcurrentDate == str) and that worked... (by kakashisenpai)
|
by jharthwick
Need Help on Using cin With Arrays
|
|
[2 replies] Last: Use >> on line 23 and 24 instead of <<. (by Stephanie16)
|
by monstruummer
Memory Leak issue
|
|
[3 replies] Last: $ valgrind --leak-check=full ./a.out ==2719== HEAP SUMMARY: ==2719==... (by ne555)
|
by mattig89ch
need help trying to pass a class object by reference by reference
|
|
[1 reply] : Perhaps you meant [code firstline=14]R = j.getdollars(); m = j.getdepo... (by long double main)
|
by scocuzza
Depth First & Breadth First Search Program
|
|
[4 replies] Last: Again, what is the purpose of this? All these steps you have mentioned... (by Smac89)
|
by dunn18169
Using Swap Function in an Array
|
|
[1 reply] : Several things: 1.) You have const int SIZE = 3 on line 5, but you ... (by xismn)
|
by csharp
Find odd int
|
|
[no replies]
|
by mattig89ch
need help trying to call a class function
|
|
[11 replies] Last: that worked! awesome, thanks all! Now another question, how can I pa... (by mattig89ch)
|
by benbalach
Can't draw things FLTK
|
|
[1 reply] : I don't know fltk but don't you need to add the shape to the window? (by naraku9333)
|
by todricos
Polymorphic problems
|
|
[2 replies] Last: Thanks, MiiNiPaa! Makes sense. (by todricos)
|
by apina058
How i can set if healt 0 game end?
|
|
[3 replies] Last: so where i put it, i'm noob :DDD (by apina058)
|
by mattig89ch
can you cobine a function call and inputting a value?
|
|
[4 replies] Last: ok, cool beans. thanks everyone. (by mattig89ch)
|
by ohoeppner
Simple way to create and read zip files, platform independet
|
|
[2 replies] Last: MiniZip from the zlib-Project did the job. (by ohoeppner)
|
by bads
help me improve my tetris by adding some MENU
|
|
[3 replies] Last: to have new game and and put the players name :) (by bads)
|
by jay7390
need help with binary tree
|
|
[1 reply] : When you create the tree in your main program, you're creating it out ... (by dhayden)
|