Timer and input |
|
[2 replies] Last: I could do it in Qt, but I'm not sure about the console. In Qt, I'd j... (by Stewbond)
|
by Triea
Quick Vector reading problem
|
|
[1 reply] : Go through the string character by character and keep track of whether... (by Athar)
|
by boqian2000
C++ Video: Inheritance - Public, Protected, and Private
|
|
[1 reply] : From: http://cplusplus.com/doc/tutorial/inheritance/ This access spe... (by Stewbond)
|
by Howlz
Program that counts letter and space occurences from user input
|
|
[3 replies] Last: You have two variables of the same name with different basic types (in... (by clanmjc)
|
by Ch1156
Why cant i load my stuff from a file
|
|
[5 replies] Last: Oh i cant believe i didnt see that -.-, i feel like an idiot :P. What ... (by Ch1156)
|
by BasicNewbie
Member function
|
|
[4 replies] Last: because you have to access it through "ManualShippingContainer". this ... (by chipp)
|
by theebmg
Need help with my code.
|
|
[5 replies] Last: This should be: RationalNumber::RationalNumber(int q, int r) :... (by chipp)
|
by youngcoder13
Text game creator
|
|
[4 replies] Last: It worked, just need to clear a bit up. // // main.cpp // Text creat... (by youngcoder13)
|
by asavage
Sorting Date mm/dd/yyyy to yyyymmdd
|
|
[4 replies] Last: To avoid confusion in the future, MM in a format string is typically u... (by helios)
|
by trojanrabbik
Input validation problem
|
|
[2 replies] Last: Read in the char and then verify that it is alphabetic: http://www.cpl... (by JLBorges)
|
by bjorn123
C++ beginner - need help with encapsulation
|
|
[no replies]
|
by DaveL
User-defined function for "for loop"
|
|
[3 replies] Last: Okay I got rid of the ' '; and initialized to 0; I am trying to list ... (by DaveL)
|
by Neo frost
How to made a random card output if the card output like this?
|
|
[3 replies] Last: What is it that you don't get? class? array? What? Be more specific. (by coder777)
|
by FvPJer
syntax and type specification errors
|
|
[4 replies] Last: @newbieg "On line 16 in vector2.h why is there an & after the vector2?... (by FvPJer)
|
by Jill Jill
Help with cin verification and do-while looping
|
|
[4 replies] Last: Owwwkay. That still didn't get into my puny brain. Thanks for explain... (by Jill Jill)
|
by biLmLik
structure function problem
|
|
[1 reply] : Your program got many errors I listed that I remembered 1. u cannot in... (by vichu8888)
|
by killeen8267
program help
|
|
[no replies]
|
by Regalith
Segmentation Fault
|
|
[1 reply] : line 12 is supposed look like this: for(int count = 1; count < argc; ... (by coder777)
|
by PowerEdge
Verify user input
|
|
[1 reply] : 1. Create a array of 9 elements 2. use for loop to store 9 input into ... (by vichu8888)
|
by Noname1190
Help please
|
|
[1 reply] : The program needs to parse the input according to a set of rules which... (by Chervil)
|