Beginners - June 2015 (Page 13)

Sam's Teach yourself g++ problem, Please Help!
 
Hi, I'm 17 and I just started using Sams Teach Yourself C++ 5th edition. Hilariously, I somehow man...
[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
 
help would be appreciated. I get an output of: Hello world This is a program Process returned 0...
[2 replies] Last: Thanks, the instruction video did not show that. :) (by nargos)
Payroll program
 
Hi,I need to create a payroll program for my project. For the assigment i have to create a payroll c...
[1 reply] : A few problems: 1) paycode is an int. You can't enter a Q into an in... (by AbstractionAnon)
beginner: How do I improve usabillity
 
Hey! so I just started taking classes to learn programming(self search and and the use of forums is ...
[14 replies] Last: meant nobody used namespace std not the other way around... that's why... (by LuckyXII)
Is return Main() a good idea?
 
Hello, I'm trying to loop back through the menu instead of it exiting. I did came to the conclusion ...
[3 replies] Last: @andywestken @Ganado Thanks. (by Blackhart98)
Passing array by reference
 
Hello, everyone Im writing a simple program where the user will fill an array of integers. The array...
[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
 
While I was coding I realized I forgot to put std:: in front of my function name. Does anyone know w...
[2 replies] Last: Thanks, interesting feature/set of rules. (by Ganado)
Variable not Initialized
 
My compiler is telling me that my variable salary is not initialized, why is that and how can I fix ...
[1 reply] : Everything seems to be okay, compiler should not complain. What compil... (by MiiNiPaa)
assert help?
 
i want to know what does this code mean? please give me an example of what assert can be replaced w...
[1 reply] : assert is a macro with following behavior: if condition is true, progr... (by MiiNiPaa)
Need Help
 
I'd like to programm an DirectX DLL that I call from a C# Program In the C# program i call the init...
[no replies]
c++ 11 compiler for windows
 
Please help me. How do I compile c++ 11 codes in windows? Give me a link to download if you can....
[no replies]
Project Idea to get from Begginer to Intermediate
 
Hello! Begginer here! It's my first post on forum, sorry for my bad english and for probably long po...
[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.
 
I'm creating a simple hangman game in c++ and in the beginning the program asks the player for his/h...
[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
 
Hey guys. I made program that tests if word is same when you read it normally and from right, like w...
[3 replies] Last: The first character that you copy, is tekst[tekst.size()] . That is o... (by keskiverto)
Is there a way to know how long it takes user to input?
 
I am writing a math quiz game for my brother. And I want to know on which questions he takes more ti...
[4 replies] Last: Thank you everyone for the help. I got it to work exactly the way I wa... (by newbiee999)
While loop works in the strange way!Need help!
 
Hey guys, Im new here and i have a "problem" with while loop. I was writting my first game then i c...
[4 replies] Last: I forgot to tell what my orgiinal code is too long ot post here so i c... (by Siaubakas)
TILING QUESTION
 
Hello guys! I need a help with a question here. Could you please post the complete code? It will ...
[1 reply] : Please note, that this is not a homework site. We won't do your homewo... (by MiiNiPaa)
Read variable number of fields in a line
 
Hello, I'm trying to read data from a file of 6 lines, storing the values of the fields found in eac...
[3 replies] Last: It seems possible: #include <string> // std::string #include <i... (by keskiverto)
What did I do wrong
 
Can some one please tell me why this wont work i have tried everything!(Also im a beginner to c++ an...
[no replies]
delete p
 
I know that the delete p works, but I cannot visualize what is happening. I changed it to delete p...
[2 replies] Last: Thank you, helios. (by phztfte1)
June 2015 Pages: 1... 1112131415... 32
  Archived months: [may2015] [jul2015]

This is an archived page. To post a new message, go to the current page.