by meca
Filestreaming--wordguard
|
|
[no replies]
|
by skithiryx
one dimensional 8 queens problem
|
|
[3 replies] Last: So you just change b to b (very likely to return true) What you mea... (by ne555)
|
by Jesster125
Taking a text file and assigning the individual lines to a class
|
|
[6 replies] Last: vector<char> can only store that many. I look at his input file I feel... (by sohguanh)
|
by eri24
Simple Game
|
|
[4 replies] Last: Did your professor teach you pseudo code, flow charting, or grammars? ... (by nathan10)
|
by Analyzer
Does this seem right?
|
|
[4 replies] Last: Yes I see that now. (by Analyzer)
|
by areid
Power Functions
|
|
[18 replies] Last: I 'm not sure that 'pow' function will accept just int (as indicated ... (by AlphaBravo)
|
by acerious
Configuration value and password system
|
|
[1 reply] : Bump! (by acerious)
|
by L E G I O N
const string declaration
|
|
[11 replies] Last: yeah but i put using namespace std; so it should work fine shouldnt it... (by L E G I O N)
|
by swalton
Practice on Exceptions (1,2)
|
|
[24 replies] Last: You need to finish this: int computeAge(int currentYear, int bir... (by Galik)
|
by enigmaterror
Having trouble with functions
|
|
[1 reply] : Your prototype on line 7 does not match line 30. (by jsmith)
|
by Flynn380
Input Validation
|
|
[1 reply] : Get the entire input into a string, then use a stringstream to get it ... (by firedraco)
|
by swalton
Big C++ lab solutions
|
|
[15 replies] Last: swalton, why don't you try an alternative method to learning? Try sett... (by closed account S6k9GNh0)
|
by busymaverick
nested function
|
|
[1 reply] : No. (by jsmith)
|
Need to exclude non-chars, need assistance |
|
[6 replies] Last: My teacher told me that when you read in ' ' you have to print out a ... (by skatingrocker17)
|
by joseplusplus
adress of operator on array
|
|
[3 replies] Last: Thank you guys, your explanations have solved my doubts. I kind of... (by joseplusplus)
|
by Hyena
pseudo-random number generator without rand
|
|
[1 reply] : http://www.eternallyconfuzzled.com/tuts/algorithms/jsw_tut_rand.aspx (by naivnomore)
|
by godtripp
reading variables off of txt file
|
|
[1 reply] : It isn't hard if format is constant. First line is very simple. I don... (by hamsterman)
|
by workman845
Absolute value round
|
|
[2 replies] Last: Thank you. All I needed to know was abs from the cmath library. (by workman845)
|
by monichi
can you make cash mashine?
|
|
[2 replies] Last: This is how you do it: #include <cstdio> #include <cstring> #inclu... (by hamsterman)
|
by busymaverick
Destructor
|
|
[7 replies] Last: Ah yes, you should change the snippet int num::c = 0; to: unsigned ... (by Kyon)
|