by elliet
standard deviation error
|
|
[5 replies] Last: That's a call to sum(). This is a function declaration: double ... (by helios)
|
by Luis
Use of string
|
|
[17 replies] Last: I guess the error is too obvious to see it, eh? No, not if you thin... (by closed account z05DSL3A)
|
by Zachary
Comparing "lines" in a 2D array
|
|
[1 reply] : And so we meet again ;) To compare a serie of elements to eachother... (by Scipio)
|
by elliet
I/O Streams; ios::in | ios::out
|
|
[5 replies] Last: can someone please help me edit my code to give me an example because ... (by elliet)
|
by err0r1212
else and if statement PROBLEM
|
|
[7 replies] Last: "Return statement: The return statement stops execution and returns t... (by err0r1212)
|
by Mav22
if else statement question
|
|
[8 replies] Last: That structure from Gray Wolf is much better, now it's acually underst... (by Scipio)
|
by Zachary
mod 12 addition/subtraction
|
|
[2 replies] Last: Thanks for the help! I don't get it -- I swear that I tried those ver... (by Zachary)
|
by Flash41000
circular main Main.o dependency dropped
|
|
[6 replies] Last: Thanks Grey Wolf, for all the help (by Flash41000)
|
by turke
Symbols
|
|
[17 replies] Last: A char can have only 256 values so an encoding can't have all the ch... (by Bazzy)
|
by memoc3
Permutation...
|
|
[1 reply] : next_permutation modifies numbers. while( next_permutation( numb... (by jsmith)
|
by wretch
int x=1; or int x; x=1;
|
|
[5 replies] Last: There is never a reason to make two lines of code to do something that... (by jsmith)
|
by Afupi81
want to grasp if and else as well as do while.
|
|
[3 replies] Last: Yup. (by jsmith)
|
by Oromis
Editor for Sprite Sheets (png)
|
|
[3 replies] Last: Thanks Return 0 and Grey Wolf, but I found a free program (paint.NET, ... (by Oromis)
|
by masiht
a question
|
|
[6 replies] Last: while (a!=5) { cout<<"the number is not 5"; } if a != 5 ... (by Sammie22)
|
by maxemo
having a hard time with getting the write code for calculating time???
|
|
[2 replies] Last: maxemo, what would you need to have done to "Calculate the new ending ... (by M T)
|
by steveurkel
Function in parameter list of another function/subroutine
|
|
[1 reply] : You don't understand what a function is. A function is (nearly. There... (by helios)
|
by laurie999
Structured Arrays
|
|
[1 reply] : Do you mean something like this... struct something { int anot... (by eker676)
|
by Zachary
reading integers from text file
|
|
[1 reply] : If you have a single string containing a number, you can use stringstr... (by Scipio)
|
by dman
noooo! (switch statement)
|
|
[6 replies] Last: Ah, yes, good 'ol Micro$oft. :) I program exclusively in Linux/G... (by jsmith)
|
by Oromis
Convert integer to string
|
|
[3 replies] Last: #include <boost/lexical_cast.hpp> string s = boost::lexical_cast... (by jsmith)
|