by fiestaboy
please help with my homework
|
|
[1 reply] : Using math.h library is not allowed. Can you use <cmath> then? :)... (by MiiNiPaa)
|
by squegles
Do While and Repetition
|
|
[4 replies] Last: Thank you! (by squegles)
|
by bardia
Time and Date as Text File Name
|
|
[1 reply] : NVM, I'm sorry. Just solved it, with *cough cough* another forum. Her... (by bardia)
|
by purplebud
need help drawing a rectangle
|
|
[2 replies] Last: it's telling me for needs a { and shapeSize isn't defined? i don't get... (by purplebud)
|
by Nonstickrudy
Need help with my beginners restaurant program.(mainly the tax)
|
|
[6 replies] Last: ^^ done thanks forgot about that =) (by Nonstickrudy)
|
by Jgwman
String to multidimensional char vector
|
|
[7 replies] Last: Sorry for taking so long, that's what it was supposed to do, but would... (by Jgwman)
|
by wulfsdad
Templates Mangling my Mind
|
|
[4 replies] Last: (this is getting ridiculous common, ¿where is the FAQ?) http://ww... (by cire)
|
by BinaryGeek
Help With Binary Tree Template
|
|
[2 replies] Last: Thanks ne555 (by BinaryGeek)
|
by virk
passing array as argument to function?
|
|
[4 replies] Last: THANKS a lot Smac89 and vlad from moscow. I appreciate your time guys.... (by virk)
|
by Bound
Pointer to an array of pointers
|
|
[4 replies] Last: That was it, thanks a ton! (by Bound)
|
by chameleon
Downcasting without copying the whole thing
|
|
[2 replies] Last: > You can't "convert" it to another type. But you can treat it as you ... (by ne555)
|
by BrianDehn
How do I use the or "||" operator with a Char type in a loop?
|
|
[3 replies] Last: Exactly what I needed. I am taking basic C++ right now so the toupper ... (by BrianDehn)
|
by hvigil
How to store data from a class into a container?
|
|
[9 replies] Last: I'm not quite there yet , maybe in a couple of days ill get into vecot... (by hvigil)
|
by aj3423
how to implement a class that support both default ctor and operator=
|
|
[4 replies] Last: At first I thought the wnd should have default create_info even if not... (by aj3423)
|
by numbplum
Printing IEEE 754
|
|
[1 reply] : Uh, what is the program's purpose? (by greenleaf800073)
|
by cnoobs
How do you set color on inputs and outputs for C++?
|
|
[2 replies] Last: 5 stars for eklavya sharma 2! (by greenleaf800073)
|
by Chegy
Inserting math functions from GUI
|
|
[11 replies] Last: kewl (by greenleaf800073)
|
by Us5
Doubts and Errors
|
|
[10 replies] Last: cout << "Enter 1 for function 1, etc..."; cin >> input; switch(input)... (by greenleaf800073)
|
by TheKamis
Calling method of specialized template base class in sub-class
|
|
[5 replies] Last: Line 33 is missing a void type. Simply qualify the call to Bar by ... (by AbstractionAnon)
|
by whitesaya
Palindrome Program
|
|
[6 replies] Last: This is a duplicate of a thread that is marked as solved: http://www.c... (by JLBorges)
|