by Joseph118
-h and --help standards
|
|
[2 replies] Last: This as well http://www.gnu.org/software/libc/manual/html_node/Example... (by Bdanielz)
|
by codetojoy
boolean function
|
|
[1 reply] : Similar Question: http://www.cplusplus.com/forum/beginner/192676/ http... (by chicofeo)
|
Help with a simple code |
|
[1 reply] : isLA is of type bool . Variables of type bool cannot take on any... (by cire)
|
by charanveer
saving in file
|
|
[2 replies] Last: Yes I can do that but is there any way with which I can make changes i... (by charanveer)
|
by Sporech
Why does this map crash VS?
|
|
[10 replies] Last: Aww, forgot I had the asterisk there, thanks! (by Sporech)
|
by FBHSIE
Should this be a constant?
|
|
[1 reply] : yes it is (by leryss22)
|
by h4ever
How to get name of Window?
|
|
[2 replies] Last: You can try the EnumWindows function. It gives you the handle to the w... (by Thomas1965)
|
by chrisdesir
Making a & Horizontal bar Problem
|
|
[5 replies] Last: Ok. so my problem was printing a star for every array u had not the nu... (by chrisdesir)
|
by aurimas13
Simplify the problem
|
|
[15 replies] Last: As previously mentioned, another fast method http://www.cut-the-knot.o... (by Chervil)
|
by codetojoy
boolean function
|
|
[2 replies] Last: thank buddy (by codetojoy)
|
by h4ever
How to include _T type in C++?
|
|
[2 replies] Last: Thank you. (by h4ever)
|
by marty1123
grade and age
|
|
[2 replies] Last: #include <iostream> using namespace std; void whichGrade(int &age)... (by PBachmann)
|
by FBHSIE
Homework hint questions.
|
|
[5 replies] Last: Why thank you sir. (by FBHSIE)
|
by fx11
Namespace and using
|
|
[1 reply] : #include <iostream> namespace Tom { int var = 10; } namespace Jerry ... (by closed account 48T7M4Gy)
|
Confused on boolean functions and classes |
|
[5 replies] Last: The only thing left to do would be to define the function bodies for t... (by xismn)
|
Can somebody help me please with a sequence odd or even number program? |
|
[7 replies] Last: You need to include a while loop in you program. Check the tutorial on... (by closed account 48T7M4Gy)
|
Need help with this code. |
|
[2 replies] Last: Gotcha I think I figured it out thanks (by closed account D4NbpfjN)
|
by frantheman27
Comparing if 2 strings are equal?
|
|
[4 replies] Last: it doesn't work with double letters but im going to work on that later (by frantheman27)
|
by codetojoy
boolean function
|
|
[1 reply] : Makes no sense. first the function should test 100>a>b>c>0 is true o... (by keskiverto)
|
by iWillLearn
How would you make this code more efficient.
|
|
[2 replies] Last: Thanks for the advice. (by iWillLearn)
|