NEED TO ADD 1 Condition |
|
Mar 13, 2013 at 7:30am
[3 replies] Last: Thanks this was useful: For example std::cout << std::boolalpha << m... (by closed account 91AfSL3A)
|
by ShoxPhysics
Gamma Function Subroutine
|
|
Mar 13, 2013 at 7:14am
[2 replies] Last: You broke it! The function I gave here http://www.cplusplus.com/forum... (by closed account D80DSL3A)
|
by haykography
If, if else and else problem.
|
|
Mar 13, 2013 at 7:08am
[2 replies] Last: Thank you so much! (by haykography)
|
by gabbapeno
error message when characters are input
|
|
Mar 13, 2013 at 6:50am
[1 reply] : You can use isalpha . It helps to check if is an alphabetic letter. H... (by osgwsy)
|
by saidalbahri
Char Array (1,2,3)
|
|
Mar 13, 2013 at 5:36am
[41 replies] Last: ok fine std::string's are better. (by closed account Dy7SLyTq)
|
For looping |
|
Mar 13, 2013 at 5:18am
[4 replies] Last: I fixed that for you: //... SKIPPED out_file << TWO... (by MiiNiPaa)
|
by Caith
Rewriting a FOR loop into a WHILE loop
|
|
Mar 13, 2013 at 5:16am
[1 reply] : Your inner while loop doesn't have the same condition as the inner for... (by Zhuge)
|
by bruntmjust
Program with classes
|
|
Mar 13, 2013 at 5:06am
[15 replies] Last: [quote=bruntmjust] bruntmjust (115) Mar 12, 2013 at 12:59am So I am a... (by thejman250)
|
by mrantonresch
Arrays
|
|
Mar 13, 2013 at 4:55am
[3 replies] Last: In the original code, you return only the first element of the local ... (by cire)
|
by aisha110
could someone help
|
|
Mar 13, 2013 at 3:57am
[3 replies] Last: Please use code tags. There's a little button that says "Source code" ... (by kyranstar)
|
by Austin J
Something wrong with my constructor/function?
|
|
Mar 13, 2013 at 3:53am
[3 replies] Last: Rect dos (4,11,4,6); That isnt a rectangle. If a Rectangle has four... (by Lowest0ne)
|
Opening & Printing a File |
|
Mar 13, 2013 at 3:15am
[8 replies] Last: @Chervill Thank you so much for your time & advice, I'll go ahead & ma... (by closed account S3TkoG1T)
|
by Josh Henry
pointers?
|
|
Mar 13, 2013 at 3:11am
[no replies]
|
by JrT
Passing Values
|
|
Mar 13, 2013 at 2:24am
[13 replies] Last: Ok I think I figured it out. Now I want to find the max value of I and... (by JrT)
|
by ENZealot
What to read after C++ In Easy Steps
|
|
Mar 13, 2013 at 2:21am
[no replies]
|
by mrtyson86
Help!!!!1
|
|
Mar 13, 2013 at 2:15am
[3 replies] Last: Here's one way to do it. #include <iostream> #include <iomanip> str... (by cire)
|
by mrantonresch
Function returning an array
|
|
Mar 13, 2013 at 2:13am
[2 replies] Last: Sorry about the lack of code tags I havent submitted before. And than... (by mrantonresch)
|
by mrtyson86
I need help online now have no clue at all how to do this
|
|
Mar 13, 2013 at 1:54am
[7 replies] Last: What I would do is to use the formula as a cross-check in order to ver... (by Chervil)
|
by mrtyson86
program wont debug. any ideas
|
|
Mar 13, 2013 at 1:43am
[1 reply] : A program won't debug if you have compile errors. The following line... (by AbstractionAnon)
|
by Jace
Where to start?
|
|
Mar 13, 2013 at 1:34am
[11 replies] Last: I'm pretty sure Notch (That is if your talking about Markus Persson) a... (by closed account 3qX21hU5)
|