by Stor314
Sam's Teach yourself g++ problem, Please Help!
|
|
[14 replies] Last: If you have Visual Studio 2013 there is a tutorial on how to compile s... (by shawnlau)
|
by nargos
I can not figgure out what I did wrong
|
|
[2 replies] Last: Thanks, the instruction video did not show that. :) (by nargos)
|
by jonstark
Payroll program
|
|
[1 reply] : A few problems: 1) paycode is an int. You can't enter a Q into an in... (by AbstractionAnon)
|
by LuckyXII
beginner: How do I improve usabillity
|
|
[14 replies] Last: meant nobody used namespace std not the other way around... that's why... (by LuckyXII)
|
by Blackhart98
Is return Main() a good idea?
|
|
[3 replies] Last: @andywestken @Ganado Thanks. (by Blackhart98)
|
by Bad Request
Passing array by reference
|
|
[7 replies] Last: Thanks andywestken. Didn't see your post before I wrote mine. That ans... (by Bad Request)
|
by Ganado
Function working w/o std:: namespace qualifier
|
|
[2 replies] Last: Thanks, interesting feature/set of rules. (by Ganado)
|
by progeek1985
Variable not Initialized
|
|
[1 reply] : Everything seems to be okay, compiler should not complain. What compil... (by MiiNiPaa)
|
by xxgixxx
assert help?
|
|
[1 reply] : assert is a macro with following behavior: if condition is true, progr... (by MiiNiPaa)
|
by jedialpha
Need Help
|
|
[no replies]
|
by PSYCHAMERON
c++ 11 compiler for windows
|
|
[no replies]
|
by AlinP25
Project Idea to get from Begginer to Intermediate
|
|
[8 replies] Last: I sent it, I think (it doesn't appear in inbox). It should be ok, I'll... (by AlinP25)
|
by maritb
Problem with player's name when creating game.
|
|
[4 replies] Last: I had to add a cin.ignore() as well, not sure why yet (trying to find... (by MiiNiPaa)
|
by Optx
Program does not work for no reason
|
|
[3 replies] Last: The first character that you copy, is tekst[tekst.size()] . That is o... (by keskiverto)
|
by newbiee999
Is there a way to know how long it takes user to input?
|
|
[4 replies] Last: Thank you everyone for the help. I got it to work exactly the way I wa... (by newbiee999)
|
by Siaubakas
While loop works in the strange way!Need help!
|
|
[4 replies] Last: I forgot to tell what my orgiinal code is too long ot post here so i c... (by Siaubakas)
|
TILING QUESTION |
|
[1 reply] : Please note, that this is not a homework site. We won't do your homewo... (by MiiNiPaa)
|
by user2988
Read variable number of fields in a line
|
|
[3 replies] Last: It seems possible: #include <string> // std::string #include <i... (by keskiverto)
|
by Marc2344
What did I do wrong
|
|
[no replies]
|
by phztfte1
delete p
|
|
[2 replies] Last: Thank you, helios. (by phztfte1)
|