by And G
Minimal example program for importing and exporting bitmaps (Windows)
|
|
[3 replies] Last: It is possible, but you will have to iplement actual header format sel... (by MiiNiPaa)
|
by poupas
error C2512: 'Image' : no appropriate default constructor available
|
|
[9 replies] Last: Yes it was about the construtor, for the pointers i used vector (some ... (by poupas)
|
by Fontvregal
HELP!!!! AGAIN AND AGAIN!!!!
|
|
[5 replies] Last: I don't believe you :) Did you change the function declarations like I... (by mutexe)
|
by kdg926
Help with a min/max problem
|
|
[2 replies] Last: Once again, you are my savior. (by kdg926)
|
by and kand 97
Static Variable problem
|
|
[2 replies] Last: #include <iostream> using namespace std; double pb(double arg) { st... (by anup30)
|
snake game in C++ with header files |
|
[no replies]
|
by skimmer001
need to convert a c++ string into c string
|
|
[4 replies] Last: C++11 has this built in so you can just pass in the string. (by closed account 3R5fjE8b)
|
by meetfinger
Compare char array with char array from struct
|
|
[9 replies] Last: Sorry for my bad explanations. char str ; then t.getline(str , 900)... (by meetfinger)
|
by sayeed
++ Prefix Operator
|
|
[5 replies] Last: @ keskiverto Thanks for the advise. (by sayeed)
|
by DEnumber50
Operator Overloading
|
|
[18 replies] Last: I now get a compiler error Which error? Which line does it refers to?... (by MiiNiPaa)
|
by wolfv
undefined reference to class function
|
|
[5 replies] Last: Thanks ne555; that was it! I forgot to list all the cpp files. This ... (by wolfv)
|
by Sarah409
Problem in my program
|
|
[1 reply] : Q: Where does the readin() store the values to? A: To local variables.... (by keskiverto)
|
by DrJones
Use a class as parameter for an constructor for another class
|
|
[8 replies] Last: Yeah, then it sounds like passing the object as reference is the way t... (by Peter87)
|
Need help with overloading the [] operator |
|
[3 replies] Last: Your compiler is not very verbose. That is inconvenient. Some other ... (by keskiverto)
|
by samintheoc
Aprroximating e with recursion.
|
|
[1 reply] : e= 1 + 1/1 + 1/(1*2) + 1/(1*2*3) + .... http://en.wikipedia.org/wiki/E... (by anup30)
|
by ckb0620
C++ programming Craps game simulation
|
|
[1 reply] : You have a syntax error on your line: else (rollDice == 4 || rollDice... (by TheKingOfTyrants)
|
by loopdydoo
<array> header not working
|
|
[4 replies] Last: ...but you do have to turn it on in your Dev-C++ IDE, even if you do... (by Duthomhas)
|
by elliott22
Trace through nested for loop
|
|
[11 replies] Last: Depends on what IDE you're using. If you want more info, email me at:... (by Little Captain)
|
by skimmer001
Palindrome problem
|
|
[1 reply] : The loop on lines 55 to 58 undoes all the work done by the loop on lin... (by cire)
|
by xxgixxx
2 questions releated to objects
|
|
[4 replies] Last: No worries :) (by Little Captain)
|