by EMA833060
SOS idk how to declare this thing
|
|
[4 replies] Last: For added fun, this is a triple post: http://www.cplusplus.com/forum/... (by MikeyBoy)
|
by joeyt2929
Calculations for areas
|
|
[3 replies] Last: Thank you and yea I can tell a lot could be shortened. Our professor g... (by joeyt2929)
|
by Seyter
Corrupted Compiler
|
|
[9 replies] Last: Ok I am going to give you the showed-effort award and fixed it for you... (by jonnin)
|
2 numbers in one function |
|
[2 replies] Last: Look at http://www.cplusplus.com/reference/algorithm/swap/ How does it... (by keskiverto)
|
by wannabeako
FileHandling in Class
|
|
[6 replies] Last: Hello wannabeako, My problem is that how can you run Fstream/file ha... (by Handy Andy)
|
by smilesmile
problem understanding a paragraph in c++ primer
|
|
[2 replies] Last: you can also force them, eg 123ull is an unsigned long long even thou... (by jonnin)
|
by drago362
Coverting this code to c++
|
|
[7 replies] Last: Im having enough trouble getting up to date on C++! I probably won't... (by jonnin)
|
<< requires exactly one argument |
|
[2 replies] Last: To explain further: You can define the streaming operator either to b... (by MikeyBoy)
|
by Satan
Should I use char over string for immutable strings?
|
|
[4 replies] Last: int parser(const *char = "5+5+5") {} //this won't compile either, for... (by jonnin)
|
by neilsol
Cannot fix random number tally program
|
|
[4 replies] Last: This [...] Is the same as this [...] Although note that if i > 6, t... (by MikeyBoy)
|
by qwertmen
Help with the question
|
|
[1 reply] : If this is a Codechef problem, you should know that the Codechef adjud... (by MikeyBoy)
|
by drago362
Iteration with randomly generated values
|
|
[5 replies] Last: I'm trying to calculate the potential energy Really? I mean, will y... (by keskiverto)
|
by sudowudo
Need help in optimization!
|
|
[7 replies] Last: Well, the participants now know that the Codechef adjudicators are mon... (by MikeyBoy)
|
by talemache
Conversion error
|
|
[7 replies] Last: The code actually works because of the other overloaded operators tha... (by keskiverto)
|
by Sevrene
[1st year University Comp Sci] Creating a deck of cards using Structs
|
|
[2 replies] Last: Your Deck struct should be called Card since a deck is a collection of... (by Thomas1965)
|
by zanzby0513
Boolean loop not working correctly
|
|
[5 replies] Last: char userSelection; const char PROCESS = '2'; if (userSelection == I... (by keskiverto)
|
by Ericopawn
Ascii game codding
|
|
[2 replies] Last: Can I have sample of codes like how to make a 2d map, player, enemies,... (by Ericopawn)
|
by dvecchia
fileio problems with fout
|
|
[1 reply] : What's the problem? (by kbw)
|
by Cairus
Getting Trash Output- no undefined variable
|
|
[1 reply] : triangleType() returns an int, which you are sending to std::cout on l... (by helios)
|
by locatee
Comparison between two strings
|
|
[7 replies] Last: @mbozzi @FurryGuy Thanks. I have learned about the string suffix. (by locatee)
|