by RicksteR
Problem passing a value -argument-
|
|
[3 replies] Last: Line 6 should be something like this void buy_items(string invento... (by anilpanicker)
|
by cuering
combination digits "12345"
|
|
[3 replies] Last: Yes, if you just want the total number it is 4* 4!=96 ! is called fac... (by anilpanicker)
|
by kwesi
Why are the files not identical
|
|
[8 replies] Last: Use .eof() to disambiguate between failure and EOF. A simplistic exam... (by Duthomhas)
|
by john2010
negative x for jacobi
|
|
[no replies]
|
by etoile
C++ with GUI
|
|
[2 replies] Last: I really appreciate your help. Many Thanks for fast reply as well. :D (by etoile)
|
by OleFowdie
If Else If
|
|
[12 replies] Last: Hmm, I did what you suggested. Thanks a bunch, it works fine now, as y... (by toshiro)
|
by cuering
++m and m++ are different in terms of run time.
|
|
[3 replies] Last: thanks for answering my question guys.. ive learn alot of it.. and ... (by cuering)
|
by sdkelso
Dev-C++ not working (1,2)
|
|
[24 replies] Last: ^Sounds good. I'll be asking for some general instructions in a month... (by sdkelso)
|
by tdigdug
update: Sorting using virtual function? is it possible
|
|
[2 replies] Last: I am still using dev c++. My class assignment is to create a payroll w... (by tdigdug)
|
by toshiro
SOLVED - Pointer passing
|
|
[3 replies] Last: And interestingly, the if-statement never gets executed (I traced it),... (by toshiro)
|
by tlpog
int ten digit limit?
|
|
[1 reply] : That's it exactly. The largest value an int can hold is 4294967295, ... (by Duthomhas)
|
Looking for a better way to handle instances |
|
[1 reply] : Thats an implementation of the Singleton design pattern. It's still us... (by Zaita)
|
by zmoney
Dynamic Ofstream Filenames
|
|
[2 replies] Last: Ack! Don't do that! Just use a stringstream. (That is what it is for.)... (by Duthomhas)
|
by RicksteR
understaning and passing arguments
|
|
[1 reply] : You have declared string player_inventory ; in main() so the s... (by anilpanicker)
|
by Chewbacca
Cannot understand the references and documentations
|
|
[5 replies] Last: http://www.boost.org/doc/libs/1_35_0 :) (by Zaita)
|
by kaisin
how to freeze frame using WindowsMediaPlayer component
|
|
[1 reply] : hi problem is solved. i realised that i should not used OpenAVIFile to... (by kaisin)
|
How do I access aligned bit data of different types? |
|
[4 replies] Last: Nope. 255 equals 1.0, so I need to divide by 255, not 256. (by helios)
|
by ljieyao
primary expression before else
|
|
[3 replies] Last: Aakanaar 's article about conditions being true or false will explain... (by Mitsakos)
|
by m4k4v3l1
changing icon
|
|
[9 replies] Last: ok.. then yea.. simply change the icon in the resource file and re-com... (by Aakanaar)
|
by hamsterman
continue statement
|
|
[1 reply] : nope, sorry. You'll need to continue from inside the loop itself, in t... (by Aakanaar)
|