How could this be better? |
|
[6 replies] Last: For small programs you usually write function prototypes before main, ... (by maeriden)
|
by codeblock
explicit destructor
|
|
[7 replies] Last: which uses an allocator to encapsulate the placement new. I find p =... (by ne555)
|
infile eof explained. |
|
[1 reply] : while(infile>>word) ++counter; (by ne555)
|
by rsmith12
Yahtzee program trouble
|
|
[1 reply] : Notice I havn't tested this but something like this should help for... (by ryancb06)
|
by misterspock1
Can't get object values to print
|
|
[no replies]
|
by ariana2608
having trouble with exercise please help.
|
|
[3 replies] Last: Thanks for your help!! I think my program works now. I was having such... (by ariana2608)
|
by alepxpl93
Assignment help, functions.
|
|
[13 replies] Last: But still, Vlad was correct, the condition (j >= 5) is evaluated to se... (by Chervil)
|
by looptesting1
multimapping
|
|
[no replies]
|
by kgor93
Need help with array program for C++ class!
|
|
[7 replies] Last: Restated for reference. Ok, so I'm working on a lab for my C++ class... (by Moschops)
|
by hyundoj
(*this) pointer
|
|
[1 reply] : Let a is an object of class A. In this case *this is equivalent to a. ... (by vlad from moscow)
|
by bosox99
Invalid Conversion from const char to char
|
|
[4 replies] Last: oh. Yeah, should've though of that. Thanks for the help! (by bosox99)
|
Output & Computation Errors |
|
[12 replies] Last: My problem is that once I get the local max and min X's and Y's for ea... (by ilovelearning)
|
by alepxpl93
Hailstone sequence.
|
|
[1 reply] : See my comment in your previous thread. (by vlad from moscow)
|
Help with Solving Errors |
|
[6 replies] Last: Also, the second part of your first post, SymbolTable::SymbolTable ()... (by Aceix)
|
by newbieg
Accessing plugin-devices
|
|
[1 reply] : bump (by newbieg)
|
by dany91307
Please help! if-then-else structure, assignment for intro to c++
|
|
[2 replies] Last: Was stressed out because I'm playing catch up. I'll see what I can com... (by dany91307)
|
by princemoon
Need algorithm for this pseudo code... Please help.
|
|
[1 reply] : (dont get me wrong but) this already looks as pseudo code to me :) Ps... (by codewalker)
|
by Fransje
"Invalid conversion from const char* to char*"
|
|
[5 replies] Last: Well, there's two options: 1) Copy " value " into " var " using " str... (by closed account zb0S216C)
|
by xoden
array of both string and int
|
|
[2 replies] Last: You can't store two types inside the same piece of memory such as an a... (by closed account zb0S216C)
|
'sh: Pause: Command not found' Error and input/output file won't open |
|
[1 reply] : First thing, please post your code encased with tag, its much easier... (by codewalker)
|