by Sycrupol
Error message decoding
|
|
[3 replies] Last: I think I've solved it, after an hour, thanks for helping! :-D (by Sycrupol)
|
by windows7
cash breakdown formula
|
|
[3 replies] Last: How about something along these lines: #include <iostream> usin... (by mcleano)
|
by beginrtos
Getting last element from vector
|
|
[5 replies] Last: As Grey Wolf demonstrated in the sample code: vector::back() will... (by Lodger)
|
by wretch
compare uint to negative value
|
|
[5 replies] Last: The choice of signed or unsigned depends on the loop requirements. ... (by Duthomhas)
|
by Scubatoad
Simple TextOut of a variable?
|
|
[9 replies] Last: but where does it appear within the window? Hell if I know. I just ga... (by helios)
|
by littleimps
Private vs protected.
|
|
[4 replies] Last: class AA { private: int qq; string bb; protected: double pp; ... (by littleimps)
|
by gnewfenix
Circular Single linked list
|
|
[1 reply] : I've not wriiten a circular list - but I've given some thought about ... (by guestgulkan)
|
a pointer to a function ? |
|
[2 replies] Last: bool(*fn_pt)(int,int) This declares that fn_pt is a pointer to a f... (by guestgulkan)
|
by L Plate
Linked List Structure Using Classes
|
|
[3 replies] Last: Yes, the program is run as you described. The ouput would be: 1.... (by L Plate)
|
by Null
int array to long
|
|
[2 replies] Last: Thanks Bazzy! (by Null)
|
by troyjp80
Searching a file for a string, then outputting a float
|
|
[9 replies] Last: Thanks for all the help, I got it to do what I needed I chose C++ s... (by troyjp80)
|
by nw4wheeler
Increment Operators, puzling me
|
|
[6 replies] Last: Disch: I was imagining it would be a simple, obvious optimization. But... (by Hammurabi)
|
by nw4wheeler
Simple i/o problem using txt file as input
|
|
[7 replies] Last: This did the trick. This book has some issues. I typed exactly as it... (by nw4wheeler)
|
by wdmd1982
string
|
|
[7 replies] Last: What!? Git yer own thread. On line 8 you are comparing pointe... (by Duthomhas)
|
by gaisselick
Getting data from multiple text file
|
|
[11 replies] Last: well doesn't matter, i just needed something which would be able to pu... (by gaisselick)
|
by dv123
array of stuctures and pointers
|
|
[8 replies] Last: Since the members are of different types, you can't use a regular poin... (by helios)
|
by learner82
Repetitive Zero Terms
|
|
[2 replies] Last: Also, ans is an integer, not a floating point number. (by jsmith)
|
by mariusov
Exception Handling
|
|
[4 replies] Last: The logic_error constructor takes a const string reference in its cons... (by closed account z05DSL3A)
|
by masiht
nested class question
|
|
[14 replies] Last: Masiht, This will be my last post in this thread, unless you have q... (by closed account z05DSL3A)
|
return a vector array from a class to main program |
|
[no replies]
|