by whiteja03
Functions and arrays
|
|
[5 replies] Last: Let's use zero_all where it occurs in the code to make some sense of t... (by booradley60)
|
by Ronave
file i/o has no output
|
|
[1 reply] : Well, from a little bit of looking around, and reading a bit closer in... (by Ronave)
|
Stars Equation |
|
[3 replies] Last: Hello salomonthesav, I played with the program until I came up with t... (by Handy Andy)
|
Pointer to pointer |
|
[4 replies] Last: Yeh I acctually learn from you too! Thank you! (by thinhphucvang)
|
by andygarc1a
Why am I getting the output CD?
|
|
[3 replies] Last: indentation does not change the meaning of your program, but it may he... (by ne555)
|
by Lado
array
|
|
[3 replies] Last: Why are you starting a new thread for this? You were given a solution... (by AbstractionAnon)
|
by Tomallama
Help with Xcode error c++, comparison between pointer/integer
|
|
[5 replies] Last: #include <iostream> #include <cctype> #include <cmath> using namespa... (by AbstractionAnon)
|
Integer division and remainder |
|
[6 replies] Last: Got it to work myself #include <iostream> using namespace std; in... (by Oriol Serrabassa)
|
help me guys |
|
[2 replies] Last: Hello gwpalingjago14, It hit me lat night just as the computer shut d... (by Handy Andy)
|
by kmce
total, sum program
|
|
[4 replies] Last: omg of course. foolish mistake. thanks for pointing it out (by kmce)
|
by Jmor
does not loop to default
|
|
[2 replies] Last: Andy you are a lifesaver I just didn't understand what was going on th... (by Jmor)
|
by Burning
Problem with calling a func from a class
|
|
[1 reply] : So what is your problem? (by SakurasouBusters)
|
by andygarc1a
Question about if/else statements
|
|
[8 replies] Last: if (homeowner == true) (by closed account 48T7M4Gy)
|
by wennuan
iterators incompatible?
|
|
[3 replies] Last: Thanks MrHutch. (by wennuan)
|
by ajith mk
Dereferencing iterators
|
|
[2 replies] Last: So a data structure contains our main data and also some auxiliary dat... (by ajith mk)
|
by LannaBanna
Printing Prime and Non-Prime Numbers
|
|
[2 replies] Last: Here's some pseudocode that may help by the way. if( number is 1 ) ... (by mpark4656)
|
. |
|
[1 reply] : I'm trying to read my class file and print it out on my main function... (by jlb)
|
by FredDilb
Text from an input file into a 2d Char Array
|
|
[2 replies] Last: I'm sending statistics to an output file that is support to track: the... (by FredDilb)
|
c++ IDE with included compiler , c++11 or higher support |
|
[5 replies] Last: When I'm doing tests with just C++ I use Geany and commmand/terminal. ... (by BHX)
|
by carlwryker
Alternatives to nested switch-case?
|
|
[no replies]
|