Beginners (Page 9)

New! Join the C++ community on Google+
Date Validation
 
This program works fine, but I need help on adding proper date validation. The code that I have wil...
[1 reply] : A few strips of code you might like: const int daysInMonth = { 3... (by SamuelAdams)
Coding help, please!!!
 
So I have been working on this old program trying to comprehend some stuff for a final coming up soo...
[1 reply] : Please edit your post and Format with code tags. (by SamuelAdams)
Writing to possition in a file
 
Hi, Can someone tell me what to set my ios to so this works right? I'm trying to make a function tha...
[2 replies] Last: OK, so I think I've got it, if I set my ios to (ios::in | ios::binary)... (by newbieg)
Calculations using Arrays and loops please Help!!! :'(
 
#include <iostream> #include <string> #include <fstream> #include <iomanip> #include <cstdlib> us...
[1 reply] : There is no question (by SamuelAdams)
Recursion
 
Hi hello , Im just new to c++ and im using turbo c++ 4.5 or borland c++ 4.5 as i want to learn ...
[5 replies] Last: If you emulate the stack... void paint(int row, int col, int key, in... (by ne555)
array question
 
I just started learning c++ and am working on a problem that has a data file with 10 rows and 4 colu...
[1 reply] : Read the file, cout the storage container, and verify the file is bein... (by SamuelAdams)
by xzbit
How to copy a file then send it to the desktop ?
 
hi, can anyone help me ? i'm trying to copy a file then put it on the desktop, for any users i tr...
[1 reply] : http://msdn.microsoft.com/en-us/library/aa363851.aspx (by SamuelAdams)
GUI C++
 
hi everybody, i wanna start c++ GUI based. Please send me any e-book or any other site to learn c++...
[11 replies] Last: I would also recommend you get the hang of the basics of C++ before ju... (by Zereo)
Error changing character in a multi-dimensional array
 
Hey there all. I know you must get this a lot but I'm tearing my hair out trying to get this program...
[3 replies] Last: I'd probably use a single array of ten string objects. (by Moschops)
Dev-C++ "Could not create process"
 
After I successfully compile the following example taken from www.cplusplus.com, I get a "Could not...
[7 replies] Last: I'm glad the problem was resolved - even if you didn't find the cause.... (by Chervil)
Quick Sort
 
Hi, I am having trouble getting my quick sort to work. Any Help would be appreciated. #include...
[1 reply] : What is the trouble you are facing ? (by kameswarib)
C++ Assignments
 
Hi guys I'm new to C++, just started snooping around it. Is there any website where I can find C+...
[5 replies] Last: http://www.parashift.com/c++-faq-lite/istream-and-ignore.html There y... (by IvanIvkovich)
FINISHING TOUCHES!
 
Woohoo. Finally figured this bad boy out. Just a couple things I need to add that I have no idea doi...
[1 reply] : 1) How do I make it so it calculates the average of the 3 test scores... (by Moschops)
# include <limits>
 
Please would like so guidance and tips as to how to use the directive-# include <limits>.
[1 reply] : You put #include <limits> at the top of your code, and then you can ... (by Moschops)
Hex to Decimal. Trouble with my Formulas
 
Trying to convert Hex to Decimal. Having some trouble. I think there is something wrong with my form...
[1 reply] : Yes, the for loop at the end goes on forever, since i is increasing an... (by kameswarib)
Virtual Key Codes in video game seems all scrambled up. Why?
 
In the game I play, SendInput with the key code 0x20 is used to press your A key to move your charac...
[3 replies] Last: You shouldn't know the values. Use the facilities of the library to co... (by ne555)
Run-time error Not sure where, how, or why
 
I'm ashamed that I wrote this program and am having a runtime error. What's even worse is I can't tr...
[10 replies] Last: I made the correction, and after I while I began to realize why I was ... (by Volatile Pulse)
A simple IOstream game not compiling
 
Help!!! Here what I want to do: a simple game where a player is given the choice of two button...
[1 reply] : Typo at line if ( game1 ==1 && game1 == 2 && game1 = 1) { game1... (by kameswarib)
Pages: 1... 7891011... 114
  Archived months: [oct2012]

Cannot post in this page. To post a new message, go to the first page.