by BadBadS
How to use the If Statement this way?
|
|
[15 replies] Last: I noticed you were using <ctime>. Worth a look is the C++ <chrono> li... (by closed account E0p9LyTq)
|
by fcailin
Roman Numeral Calculator
|
|
[11 replies] Last: I suspect the reason is you are using eof() as the test for reading in... (by closed account 48T7M4Gy)
|
by prakhar1
What does clearing of input buffer mean?
|
|
[2 replies] Last: So this means I can remove the fin.get(ch); at line no. 29, because ... (by prakhar1)
|
by aziz1
overloading
|
|
[1 reply] : http://www.learncpp.com/cpp-tutorial/96-overloading-the-comparison-ope... (by closed account E0p9LyTq)
|
What exactly are pointers? |
|
[3 replies] Last: Well, that didn't really answer my questions, perhaps C++ is a languag... (by closed account 1AkEwA7f)
|
Logical question |
|
[1 reply] : #include <iostream> using namespace std; int main() { int card... (by Too Explosive)
|
by soulworld05
my first IF statment
|
|
[6 replies] Last: age is number as in int. Will i need to conversion? No, you will not... (by AbstractionAnon)
|
by adam2016
recursion question
|
|
[5 replies] Last: Thanks furry I'll check it out =) (by adam2016)
|
by CMOM
Error Identification Help
|
|
[1 reply] : Hmmmm, my crystal ball is on the fritz. We can't help you without sho... (by closed account E0p9LyTq)
|
by Austinomical
Using a function and a loop to make a Fibonacci sequence (1,2)
|
|
[20 replies] Last: The only real sticking point about long long is it was added with C+... (by closed account E0p9LyTq)
|
by JerGeek
Hey! Tips or Criticism?
|
|
[6 replies] Last: Why is using namespace std; not advisable? Here's a good explanation... (by AbstractionAnon)
|
by roots
Cannot simply read from file
|
|
[15 replies] Last: I will try this when I get home, but this does make a bit more sense. (by roots)
|
max long integer not printing? (1,2) |
|
[27 replies] Last: @closed+many postnominals Works on mine. But that doesn't help you ... (by closed account 48T7M4Gy)
|
by bkoertje
counting punctuation in a phrase???
|
|
[4 replies] Last: > Yeah that works too. Does that mean your problem is solved now? :) (by Naughty Albatross)
|
array of structs declaration and output problem |
|
[17 replies] Last: Good to hear :) (by Naughty Albatross)
|
by wrightpt
Am I able to call the main function in shared library without executable on Linux?
|
|
[2 replies] Last: The answer is "yes" but the mechanics of how to do that via JNI is a J... (by PanGalactic)
|
by khansubhan95
Doubly linked list implementation
|
|
[2 replies] Last: Thanks for the quick reply.Followed the flaws you pointed out and got ... (by khansubhan95)
|
by adam2016
Linked list program crashes
|
|
[5 replies] Last: thanks guys and thanks for the explanation on why it crashed much appr... (by adam2016)
|
by Sylvagon
Won't build program and unexpectedly quit
|
|
[6 replies] Last: When in doubt, always rebuild. Sometimes errors that creep in from ... (by closed account E0p9LyTq)
|