by plsalinas
Code not printing out perfect score
|
|
[6 replies] Last: @jlb I believe I would have to! I went ahead and made the changes and... (by plsalinas)
|
by thedasherx
Help with Code Blocks
|
|
[2 replies] Last: When i close code blocks the shortcut to open the program is no longer... (by thedasherx)
|
by RGB 455
Input and Output Project
|
|
[6 replies] Last: Ok thank you for your help (by RGB 455)
|
by bjl311
how can i make my program output this
|
|
[1 reply] : No, you aren't :P. If I understand correctly you need 3 boolean variab... (by jgg2002)
|
by aerichsen
How to read only positive integers and ignore the negative ones
|
|
[3 replies] Last: Oh smack me silly. Speaking of floating point exceptions, line 12 of m... (by dhayden)
|
by Timbi
Geremia's HMAC and SHA1 functions
|
|
[2 replies] Last: Thanks, strange that I didn't tried with & :) (by Timbi)
|
by brinkley182
Iterators, ADT's
|
|
[no replies]
|
by Silverwhale
Multiplying an int with a complex double in a for loop
|
|
[1 reply] : Here is an attempt at a solution, it indeed works. Any comment or idea... (by Silverwhale)
|
by admkrk
Random number distribution
|
|
[2 replies] Last: It seems so simple the way you explain it. I was able to figure out th... (by admkrk)
|
by zaidnaser
Someone tell what is wrong with my code.
|
|
[2 replies] Last: And this is a classic reason to declare variables one per line, and wa... (by TheIdeasMan)
|
by Derpader
Car Payment Calculator need help
|
|
[1 reply] : Hi, The compiler tells where the problems are: In function 'int ma... (by TheIdeasMan)
|
by Atrain
Compile error
|
|
[1 reply] : An else statement doesn't have a condition clause "()". (by jlb)
|
by robgeek
Simple question about classes declaration.
|
|
[1 reply] : Gtk is probably a namespace. (by wizebin)
|
by grahfoster
else error: expected a statement
|
|
[2 replies] Last: AHHHHH!!!! Haha I knew it would be something simple. Thank you :) (by grahfoster)
|
by bbunn77
Help with value returning function.
|
|
[3 replies] Last: You should learn how to debug so you can catch them in a minute instea... (by TarikNeaj)
|
class help |
|
[5 replies] Last: Hi, Do you have -std+c++11 or -std=c++14 when you compile ? Your comp... (by TheIdeasMan)
|
by goupil35000
c++ class question (namespace/extra option)
|
|
[2 replies] Last: Hi, toto:Toto:Toto() toto:Toto:~Toto() Should be : toto::Toto::T... (by TheIdeasMan)
|
by Gondvanaz
What's wrong with this code?
|
|
[1 reply] : include <stdio.h> should be: #include <stdio.h> // note the # ... (by TarikNeaj)
|
by cstudentc
trouble getting decimal points
|
|
[1 reply] : #include <iostream> #include <iomanip> using namespace std; int main... (by Yanson)
|
error |
|
[3 replies] Last: Here is an example #include <iostream> using namespace std; class I... (by Yanson)
|