by Jesse20ghet
Making a class function const
|
|
[4 replies] Last: Since you are doing an index check you might as well check for for neg... (by IceThatJaw)
|
by eyesofhope
Convert to binary? Unsure about bitwise shift
|
|
[17 replies] Last: That worked magically! Thank you very much, Athar. (by eyesofhope)
|
by Matf8
Can't make this program work
|
|
[3 replies] Last: Nevermind my question, I found out what I was doing wrong later, and j... (by Matf8)
|
by JarydC33
Help converting to exe?
|
|
[4 replies] Last: Thanks everyone! I actually found it a bit after posting this question... (by JarydC33)
|
by DrOstler
Why do we declare a function with Int?
|
|
[1 reply] : That's the return type. It means the function will return a value of t... (by Athar)
|
by joker4ink
Program Reliability
|
|
[no replies]
|
by LJ Nick
Undefined reference to 'function' error when linking
|
|
[2 replies] Last: Thank you very much that helped solve my problem (by LJ Nick)
|
by tirengarfio
Just trying to call a function of a library
|
|
[no replies]
|
by badkaykay
Loops - Add only positive numbers
|
|
[12 replies] Last: Whenever you're questioning your design, work the problem on paper/by ... (by Mathhead200)
|
by citrucc
Problems with search in fail
|
|
[no replies]
|
error message |
|
[18 replies] Last: How do you call the functions? This could be the reason! In the main... (by frema)
|
by Jar3k
Elements of a structure on init list
|
|
[4 replies] Last: Nice, it works now. Thanks a lot! (by Jar3k)
|
by cupid
C Program not C++, but pretty easy i guess
|
|
[5 replies] Last: What happens is, that the compiler adds two numbers and returns the ad... (by frema)
|
by Kamaitachi
Problem trying to read
|
|
[5 replies] Last: [quote=vin]I think the extraction operator ignores whitespace by defau... (by Peter87)
|
by lalebarde
how to decreasing loop ?
|
|
[3 replies] Last: @lalebarde: it's important to realize that the condition in the for lo... (by Gaminic)
|
n-dimensional arrays |
|
[5 replies] Last: The local array matrix1 in your function build_Matrix void build_Mat... (by vlad from moscow)
|
by Batyrsik
Strings/while loop
|
|
[1 reply] : strcmp ( name, "four" ) != 0 || strcmp ( name, "4" ) != 0 || strcmp (... (by Peter87)
|
by byronflds
help with loops. (or maybe understanding problem.)
|
|
[5 replies] Last: while(Rep == X) // What is the value of Rep here?? do { cout << "En... (by vin)
|
by BPA
Need some help with class scopes?
|
|
[5 replies] Last: Also calling main() is not allowed so don't that. Maybe you could have... (by Peter87)
|
by badkaykay
Bank Program - Interest not working
|
|
[3 replies] Last: Come on man, don't remove your question and fixes. Others might have t... (by Gaminic)
|