How to get that little window |
|
[1 reply] : Read this: http://www.cplusplus.com/articles/firedraco1/ (by filipe)
|
by JeFF216
New to C++ - Creating functions
|
|
[4 replies] Last: Ok. (sorry if this is wrong). But are you saying that basically a func... (by JeFF216)
|
Possible statements |
|
[6 replies] Last: It's like an event callback. (by rocketboy9000)
|
by OPGNO
"Flow" characteristics of a C++ program
|
|
[no replies]
|
by thenewguy
try, catch, throw???
|
|
[10 replies] Last: int a; if( !cin>>a ) throw 42; You try to read a number. If that fa... (by ne555)
|
Return to Start |
|
[2 replies] Last: Okay, thank you. :) (by DeeJayParadice)
|
by Amehd
Loops and Penny Calculation
|
|
[7 replies] Last: Or, you could do some more math, and find this solution: #include "s... (by rocketboy9000)
|
unknown runtime error with classes |
|
[1 reply] : sry for stupid question i found the error ... I didn't create the arra... (by theimmortalbg)
|
by Dragon5ly
Strange bool behavior
|
|
[2 replies] Last: I input 1 and the program works correctly. Any numerical value other t... (by Dragon5ly)
|
by JungleMidget
(newbie) problem with if statement.
|
|
[5 replies] Last: this may sound stupid but sometimes i write it backwards so that mista... (by acorn)
|
by pwnedu46
Linker error
|
|
[2 replies] Last: No, it wasn't a member. Just naming the function wrong. It works now. ... (by pwnedu46)
|
by Cake
Variable Length String Array with Dynamic Memory Allocation
|
|
[2 replies] Last: My problem is with the Header (line 6). I want it first and foremos... (by Cake)
|
by cainen172
pictures
|
|
[14 replies] Last: ok thank you very much everyone :-) i appreciate your patience. (by cainen172)
|
Prime Number Program |
|
[12 replies] Last: Better already. :P (by Kyon)
|
by xander333
Trying to make my own library
|
|
[16 replies] Last: That has nothing to do with C++ programming anymore. That is your comp... (by hanst99)
|
by kaz3320
User can only input digits?
|
|
[9 replies] Last: Uh kaz: Yes there is a major flaw with your code. The goto statement. ... (by hanst99)
|
by Chazzmundo
VS 2010 treating code differently to Dev C++
|
|
[5 replies] Last: The devc++ isn't more flexible, you can do the same things in standard... (by hanst99)
|
by icko718
single char array
|
|
[1 reply] : Yes, just use a char array. That's all they are: char array ; ... (by Disch)
|
by pshnn
simple poker card game in object oriented project.
|
|
[9 replies] Last: There won't be many people who will be doing such things, try just pos... (by Kyon)
|
by josecolella
Permutation
|
|
[6 replies] Last: for crearly defining my problem I am having... (by otomotiv)
|