by Jocke
Problem with my code [Help Requested]
|
|
[3 replies] Last: You're very welcome I'm happy to help :) (by megatron 0)
|
by daytrading
Dynamic Array
|
|
[6 replies] Last: Yeah, I might be missing something but I can't see the point of creati... (by closed account 48T7M4Gy)
|
by onefourseven
Error C4430 Missing Type Specifier
|
|
[4 replies] Last: Hi, If SelectionAlgorithm is a class, then it should have its decl... (by TheIdeasMan)
|
by megatron 0
How to write a better specification for a class?
|
|
[1 reply] : It is fine, but I suggest to look up Doxygen. It is useful tool for au... (by MiiNiPaa)
|
by johnsmith111
Help with re-running a simple programme
|
|
[3 replies] Last: EDIT: sorry, I forgot to put the last line in the function. Thanks kin... (by johnsmith111)
|
by talhabhatti5
Java Forum
|
|
[1 reply] : First link I could find: http://www.javaprogrammingforums.com/ Good l... (by megatron 0)
|
by skkwan
Please help to correct my mistake !
|
|
[6 replies] Last: Hi guys, i made some change on my code, but it's still have problem. F... (by skkwan)
|
by kalliiwolf
Creating a frequency distribution
|
|
[6 replies] Last: Plus a little formatting #include <iostream> using namespace std; ... (by Duthomhas)
|
by Abenoja
Array and parameters
|
|
[2 replies] Last: thank you so much.... my code is better now... (by Abenoja)
|
by Observer
Why cannot I find a number by regular expression?
|
|
[2 replies] Last: Thank you very much! It works now! #include <regex> #include <stri... (by Observer)
|
by sakonpure6
scanf is not storing inputed numbers
|
|
[7 replies] Last: Hi, Just some small matters of style: When using scanf, always check... (by TheIdeasMan)
|
by Trapnasty
Lowest and Highest value
|
|
[2 replies] Last: You can store the input into an array, and sort the array. (by liuyang)
|
by Myna
Create a lottery program
|
|
[19 replies] Last: The idea is to make an array of all possible choices [1, 2, 3, 4, ...... (by liuyang)
|
by mobes3323
New to the boards and to C++
|
|
[3 replies] Last: this worked when I added the line "using namespace std;" the cout fu... (by closed account 1CfG1hU5)
|
by sammweout
Parking Program
|
|
[1 reply] : Your problem probably lie int his line: else if (hOurs >= 3) You hav... (by TheKingOfTyrants)
|
by sohom154
Compiler error
|
|
[2 replies] Last: that worked....thank you.. (by sohom154)
|
counter with specific if statement |
|
[3 replies] Last: Something like if(prev_tie + 1 == tie) ? (by Zhuge)
|
by aallard8
C++ T/F questions
|
|
[1 reply] : What are your guesses and why do you think them? (by Ganado)
|
by davez
Problem with 0
|
|
[2 replies] Last: As there is no difference between 5 and 00006 cars LOL. Only for use... (by Duthomhas)
|
by shadowCODE
Get rid of empty line in QTreeWidget
|
|
[no replies]
|