by GustavoBDR
Array in C++ - Beginners Help
|
|
[3 replies] Last: Hi, When using any of the scanf functions, make use of it's return ... (by TheIdeasMan)
|
by Jensdvvgsr
no extern declaration of an intance possible?
|
|
[9 replies] Last: @ Jensdvvgsr Can I ask why do you want a global instance of your cla... (by TheIdeasMan)
|
by cstudentc
if/else question
|
|
[7 replies] Last: It is not quite clear what the the operator>> does in case of an error... (by coder777)
|
by bittersweet
getting the mode in a sorted array
|
|
[2 replies] Last: Your sorting functions don't return anything, they should be void. You... (by naaissus)
|
by ChrisH10
Problem with using a switch()
|
|
[2 replies] Last: Hi, Some thoughts: line 10 : Functions should only do 1 conceptual ... (by TheIdeasMan)
|
by JoaquimVas
C++ Do-While Issue
|
|
[4 replies] Last: Hi, There are a bunch of things I would change: C++ include files do... (by TheIdeasMan)
|
by rain
error adding symbols: Archive has no index; run ranlib to add one
|
|
[4 replies] Last: Hi, Just wanted to reiterate this: http://www.cplusplus.com/forum/b... (by TheIdeasMan)
|
by lillybug
Can someone check my code and help me with improving it please
|
|
[4 replies] Last: HI, I had these compile errors: 4:7: warning: ISO C++ forbids decla... (by TheIdeasMan)
|
by a1234d
uber c++ noob needing simple code
|
|
[2 replies] Last: Thanks! Works like a charm..can't believe I didn't think of this! (by a1234d)
|
by DestLuck
Issues learning C++
|
|
[4 replies] Last: A tour of c++ by Bjarne Stroustrup is probably the best book for begin... (by TarikNeaj)
|
by dn90
Imitating a vector's constructor?
|
|
[3 replies] Last: How can I write it so that if the chain isn't instantiated with a val... (by cire)
|
by stmaki16
Friend function wont recognize privates members
|
|
[1 reply] : friend Rational Add u p(Rational first, Rational second); ... (by cire)
|
by jcelestin
classes
|
|
[1 reply] : Do you expect us to tell you what is wrong in your code without being ... (by TarikNeaj)
|
by klemen1999
Please HELP!
|
|
[10 replies] Last: Thank you so much :D (by klemen1999)
|
by gameguy8888
When do you not use #include <iostream>, using namescape std and int main()?
|
|
[3 replies] Last: > Earlier versions of C++ did not have namespaces(...) When they were ... (by ne555)
|
by basedg
Random numbers and if-else statements
|
|
[4 replies] Last: [quote=newatthis]Hey admkrk srand(static_cast<signed int>(time(0)))... (by AbstractionAnon)
|
by bluefrog
union error
|
|
[6 replies] Last: yes, category combined with a new attribute inWarehouse bool, which I ... (by bluefrog)
|
by frantzyk
User defined functions
|
|
[4 replies] Last: It helped. Thank you very much. (by frantzyk)
|
by firedragon1
How to stop access to program if login is failed
|
|
[3 replies] Last: hey thanks tarikneaj, i got it! (by firedragon1)
|
by DrZoidberg
Structs and assignment operator / constructor
|
|
[2 replies] Last: What I meant was declare an A instead of a A*. "A a0;" wouldn't be val... (by DrZoidberg)
|