by satriax
cin problems(think)
|
|
[3 replies] Last: It's all good :) (by firedraco)
|
Calculating Prime Numbers |
|
[7 replies] Last: > I am not dismissing the advice. I am explaining exactly what I am do... (by Duthomhas)
|
by Taz
odd digits
|
|
[6 replies] Last: I think the easiest way is to remember the amount of numbers. In the e... (by Scipio)
|
by amyotm
Push & Pop
|
|
[1 reply] : Most standard containers have these: http://www.cplusplus.com/referen... (by Bazzy)
|
by cvdpr
Read a File and then Group the Same ID and Cout in C++
|
|
[1 reply] : I think you could do this by using standard containers: //declarat... (by Bazzy)
|
by taklct
how to print this format??
|
|
[5 replies] Last: cout.setf(); sets the alignment for setw() : cout.setf(ios_bas... (by Bazzy)
|
by Novice
Displaying Numbers
|
|
[6 replies] Last: Gee - I don't even know how that works. I just can't seem the understa... (by bluezor)
|
by jrock
strucutres problem...need advice
|
|
[3 replies] Last: thank you it works now (by jrock)
|
by dstewar4
strings: at and length methods
|
|
[4 replies] Last: So I guess the find method is out, too... Well, here's some help: ... (by seymore15074)
|
by rdabra
parameter of abstract type
|
|
[1 reply] : You are passing an MTArray2D by value to operator|. This means the co... (by jsmith)
|
Error with stringstream |
|
[14 replies] Last: I barely know what I'm doing. What do you think I'm in a help forum fo... (by TheHaughtyMattress)
|
by roblf
Class does not expose public enum...?
|
|
[7 replies] Last: Thanks for replying everyone. As I want to avoid writing non-standard... (by roblf)
|
by scooterx3
no string just hex?
|
|
[7 replies] Last: Remember that a stream is not a string. You have to either read the fi... (by helios)
|
by mrgoogle
An array comparing another array.
|
|
[6 replies] Last: ok anyway thanks. (by mrgoogle)
|
by darkhipo
Operator Overloading for a Nested class
|
|
[3 replies] Last: Making operator<< a friend is typically an acceptable solution, althou... (by jsmith)
|
by newb17
array question
|
|
[5 replies] Last: You coul use a List http://www.cplusplus.com/reference/stl/list/ (by Bazzy)
|
by Console
Square Rootin' and Tootin' (out the answer)
|
|
[4 replies] Last: To calculate the square root of a number you can use the predefined li... (by hetrox)
|
by hamsterman
internet games
|
|
[4 replies] Last: Your question is a bit ambiguous, I'm not sure if your exptecting some... (by Umz)
|
by Brainswet
Creating a simple, visual C++ app
|
|
[1 reply] : i think you mean something like: class someClass { public: in... (by Umz)
|
by dhanny
cin>>manip
|
|
[8 replies] Last: ok guyz thanks for the answer.i solved my problem (by DarkFire21)
|