by jinjin12
newbie questions about c++ exceptions
|
|
[8 replies] Last: @cire: Sorry, I went back and re-read. Memory allocation errors tha... (by ciphermagi)
|
by Othaeus
Help with char pointers
|
|
[4 replies] Last: Thanks again. That's what I ended up doing. Once I removed the {} an... (by Othaeus)
|
by clampzy
Turbo C Code
|
|
[1 reply] : If military time = hours*100 + minutes, then hours = military time/100... (by hamsterman)
|
by clampzy
Turbo C help
|
|
[10 replies] Last: well, it doesn't matter if it's c++ or other input. The point is that... (by coder777)
|
by darms21
Recursion
|
|
[12 replies] Last: Texan, great point adding count to the function def. Now if I could ju... (by darms21)
|
Storing Value |
|
[4 replies] Last: thank you! (by closed account 48CM4iN6)
|
by shiznatix
Using String Arrays and Maps
|
|
[6 replies] Last: If you use several strings for one key as in your example then you sho... (by vlad from moscow)
|
seat number |
|
[3 replies] Last: The code was not succesfully sent a while ago , sorry (by closed account 48CM4iN6)
|
by fidelers
I need some help
|
|
[9 replies] Last: #include <iostream> #include <vector> using namespace std; int main(... (by LB)
|
by hariz91
can someone help me!!!!
|
|
[1 reply] : scanf("%f", &begin); Likewise the other. (by Moschops)
|
by mj1709
naive
|
|
[2 replies] Last: We expect that the program will abort. There is no allocated memory t... (by vlad from moscow)
|
by aprilfaith
C++
|
|
[2 replies] Last: I know only one way. It is reading books on C++ and writing programs. (by vlad from moscow)
|
A Query Regarding Structure Alignment |
|
[10 replies] Last: Thanks for the examples & explanations, Stewbond & JLBorges , I rea... (by closed account zb0S216C)
|
by zone19871
Vitrual Inheritence Help please
|
|
[no replies]
|
by kirbyman62
Program works on my computer but not others?
|
|
[3 replies] Last: Thanks for the help, it works fine now. (by kirbyman62)
|
by Whiplash17
Groups of 8 to groups of 6
|
|
[15 replies] Last: > Whoops! Didn't know there was more than one. Wiki lists thirteen of... (by JLBorges)
|
by jprusso
Stream functions
|
|
[3 replies] Last: if ( !fin ) { std::cerr << "Unable to open phonebook.\n" ; } ... (by cire)
|
by dzimme2
Arithmetic Series Summation
|
|
[8 replies] Last: my error, wrong file... for (i = firstTerm; abs (i) <= abs ... (by dzimme2)
|
by jprusso
Printing ordered integers in arrays
|
|
[1 reply] : This is actually really easy using std::set, but since I'm pretty sure... (by long double main)
|
by magadavixt
if else if and bools problem D:
|
|
[15 replies] Last: OHH wow! thanks long double main! totally forgot about the breaks ! TH... (by magadavixt)
|