by henson33
School project stuck on it
|
|
[2 replies] Last: Haha chrisname, you really hate for loops:D BTW, std::cin >> (...); ... (by R0mai)
|
by JRevor
What does this prototype mean?
|
|
[1 reply] : What does 1&, and 2& mean? It doesn't mean anything. It's not 'Objec... (by helios)
|
by Zayro
DungeonMan (first game)
|
|
[2 replies] Last: Also read up on classes and object oriented programming. (by Return 0)
|
by Dylanuk
How to pass paramter to exported dll function?
|
|
[no replies]
|
by robezy
How do I use accumulate from STL
|
|
[4 replies] Last: Thanks......!!! (by robezy)
|
by pancakespat
confused with working with <fstream>
|
|
[4 replies] Last: great, that did the trick, thanks for the help (by pancakespat)
|
by MsGrant
... I am just not getting it ...
|
|
[1 reply] : And your question is...? (by helios)
|
by GDog63
Age program advise
|
|
[9 replies] Last: You need to check !cin, not !age, and that ';' isn't supposed to be th... (by firedraco)
|
by lkegley
void Function Problem
|
|
[3 replies] Last: GetNumTickets returns void (i.e., nothing), so you can't assign it a v... (by firedraco)
|
by wtf
How to get digit count of an int?
|
|
[1 reply] : Scrap that and rethink. Given any positive whole number, the number... (by Duthomhas)
|
by wdmd1982
generating random values
|
|
[4 replies] Last: use srand() to seed your random. also, use code brackets so that i... (by mspy2plus)
|
Assigning user input to a private data member. |
|
[3 replies] Last: Thank you very very much to the both of you. This really helped me ... (by MrFiddleSticks)
|
by hannes
#ifndef
|
|
[15 replies] Last: it was a fault with my environment. anyway, many thanks! (by hannes)
|
by monkeywrench
RunTime error
|
|
[no replies]
|
by baross
start in not passing to the function...how do I make it work.
|
|
[no replies]
|
by VictorH
bool
|
|
[2 replies] Last: It works if you #include <stdbool.h> I believe. (by firedraco)
|
by JRevor
Problems with copy constructor and dynamic memory
|
|
[5 replies] Last: Thank you so much helios. I think I'm in debt with you. (by the way... (by JRevor)
|
by kelvin89lee
How to determine non-vowel in a string and display it out???
|
|
[9 replies] Last: Could you not approach it differently: char vowels = {'a', 'e',... (by mcleano)
|
by franco
Segmentation Fault problem in removing an element from a double-linked list
|
|
[no replies]
|
by bmaassen
inlcuding a class multiple times
|
|
[1 reply] : Maybe you are indeed missing a ';'. Can you post your code. (by kbw)
|