by Asego
Stop timer when key is pressed
|
|
[3 replies] Last: Argh. Do it the right way: http://www.cplusplus.com/forum/beginner/561... (by Duthomhas)
|
by zaehtesham17
C++, Zany Zack, Arrays, and Functions.
|
|
[1 reply] : array = OFF; This does not set all the elements of array to off.... (by cire)
|
by Lexical
Find the array by element
|
|
[6 replies] Last: Pehaps a vector is not the most appropriate container type. If the ... (by AbstractionAnon)
|
by h4ever
unresolved externals - function already defined in file ... .obj (1,2)
|
|
[21 replies] Last: how to refer to the ERR_regex or ERR_regex_2 constant As keskive... (by AbstractionAnon)
|
by DEnumber50
Type Error
|
|
[8 replies] Last: Thank you! that totally works now. (by DEnumber50)
|
by NookLines
Simple question about headers
|
|
[4 replies] Last: Uhm, I believe you can define functions in a header file. Its just not... (by Jakee)
|
by darkn3ss
While( user == gullible )
|
|
[3 replies] Last: When count is 0, count++ evaluates to the value before the increme... (by cire)
|
by zionet
We find two elements in an array of 100000 elements, which are subtracted coming to 0.
|
|
[3 replies] Last: ? Whats your code. The number is coming to 0. (by zionet)
|
by squarehead
OOD: Fetch available actions from objects?
|
|
[4 replies] Last: ACTION_COUNT is the number of actions defined in one particular item... (by helios)
|
by pacman169
Program 13
|
|
[6 replies] Last: Hm, I searched a bit the compiler issue and found this: https://gcc.gn... (by pacman169)
|
by ngoyal1987
Need help with Macros
|
|
[7 replies] Last: > See below example O/P for cout operator All those are undefined beha... (by ne555)
|
Playing sounds |
|
[13 replies] Last: What is a Hi Script ? (by BobTheZealotIsEpic)
|
by NookLines
Slash and 2 digit number entering
|
|
[4 replies] Last: Thank you both very much for your help ! (by NookLines)
|
Typedefs and Define |
|
[3 replies] Last: Thanks (by BobTheZealotIsEpic)
|
by lexie21
Atof or atoi
|
|
[7 replies] Last: This is a "find the student's average grade" homework. By "notes" le... (by Duthomhas)
|
by a5997487
Errors in 'hello world' C++ MPI program in Windows
|
|
[2 replies] Last: Thank you very much for your answer. However can you speak in Windows ... (by a5997487)
|
by brokenbot
MinGW Compiler or Compilers on Windows
|
|
[3 replies] Last: http://lmgtfy.com/?q=set+path+in+windows (by keskiverto)
|
by sparky2012
do loop only running once
|
|
[8 replies] Last: In one way that looks like progress, it is actually looping. But the c... (by Chervil)
|
by syntax error
New to C++, question about a code
|
|
[3 replies] Last: Thanks guys, I'll try re-writing this with the ternary op just to see ... (by syntax error)
|
by greenfox
Don't recognise this for loop
|
|
[2 replies] Last: Ahh, thank you very much JLBorges. (by greenfox)
|