by BryanTriana
trouble with returning a value inside a loop
|
|
[1 reply] : You got to use cout to output the data. If using namespace std; cout... (by chicofeo)
|
Lo Shu Magic Program Help |
|
[1 reply] : Sorry for the bump. (by Bayan Khorshidi Berkeley)
|
by adam2016
no input to file
|
|
[3 replies] Last: thanks guys I got inputting and outputting mixed up (by adam2016)
|
by cibide
One if not doing its job
|
|
[3 replies] Last: Oh yeah! Thank you for your help guys! :) (by cibide)
|
by mirwais
C++ Question
|
|
[1 reply] : What is the problem? It's an input, a simple calculation and an output... (by Thomas1965)
|
by adam2016
unexpected output
|
|
[4 replies] Last: thanks I completed buckys c++ tutorials,just learned about iterators,... (by adam2016)
|
by mistersunnyd
2D array, 1D index
|
|
[1 reply] : 2D arrays and 1D arrays are fairly similar. x = x x = x x = x ... (by PBachmann)
|
by ebto
Calendar program
|
|
[1 reply] : You didn't really ask a question, but here is what I see wrong: Line ... (by AbstractionAnon)
|
by mistersunnyd
Very lost on pointers!
|
|
[1 reply] : *a dereferences a, which is implicitly a , or 'W'. (by AbstractionAnon)
|
by adam2016
exception with program
|
|
[2 replies] Last: true that,thanks I'll change that (by adam2016)
|
by adam2016
ifstream notworking the way I expected
|
|
[10 replies] Last: http://www.cplusplus.com/reference/ostream/ostream/operator%3C%3C/ (by AbstractionAnon)
|
by FoOjiii
Opreator Overloading
|
|
[3 replies] Last: line 15: operator is misspelled. line 15: ++ is the increment oper... (by AbstractionAnon)
|
by kamsijzs
merge same words in text files
|
|
[5 replies] Last: Store the words from each file in a set<string>, then find the interse... (by Duthomhas)
|
by alirj2010
what category do %d or /n fall in?
|
|
[1 reply] : If you mean the newline character \n it's called an escape sequence .... (by Peter87)
|
by alirj2010
what are these %d or /n
|
|
[1 reply] : Two different kinds of things. '\n' is the newline character, and b... (by Chervil)
|
Alternative for GetValue |
|
[7 replies] Last: yeah, thanks for your help, I got it working. (by ProgrammerXYZ)
|
by jboynton1983
Returning a dynamic array from a function?
|
|
[1 reply] : Hi, Consider that you really don't need a dynamic array - that is wha... (by TheIdeasMan)
|
by Irhcsa
SFML Troubles
|
|
[2 replies] Last: Thanks Moschops! This is why I love learning programming. It works li... (by Irhcsa)
|
how to move code from phyton to c++ |
|
[11 replies] Last: bye.. (by closed account Nh79E3v7)
|
by rrifai
coin tossing
|
|
[3 replies] Last: #include <iostream> #include <cstdlib> #include <ctime> int main() {... (by JLBorges)
|