Beginners - February 2014 (Page 7)

by ccdare
"delimit' in string class.
 
I leant there's a new feature string class has, which is the delimit. So I had a try, which occur so...
[1 reply] : I finally find the answer. It's because of the characters behind the d... (by ccdare)
Fin>> & Fout<<
 
I made a quiz-game.It is able to write the name(you have already chosen)and the score in a file name...
[1 reply] : you need to open the file for "append" http://www.cplusplus.com/refe... (by Jaybob66)
How to declare pointer?
 
I simply want to know what is the right way of declaring a pointer. int *ptr1; //This is v...
[2 replies] Last: Note that it's a warning, not an error. The warning can probably be di... (by Peter87)
"[Linker error] undefined reference to 'function()'
 
#include <stdio.h> #include <string.h> #include <conio.h> #include <stdlib.h> int themenu(); ...
[8 replies] Last: you need to post the actual error so we can see, obviously its diffi... (by Jaybob66)
Learning How To Analyze Code
 
Am I doing this correctly? My assignment is pretty much to answer certain codes manually. i...
[7 replies] Last: No worries - if I had a penny for every little slip I've made in my ca... (by MikeyBoy)
Help in making a very simple rpg game
 
Hi guys. I want to make a very simple rpg game, which gives me the choice to attack or use a weapon ...
[1 reply] : Your character class needs some state data and some getter/setter func... (by Jaybob66)
by IGI30
Input with mouse
 
Is there is any way to enter value using mouse in C++ programming?
[2 replies] Last: Yes I'm using Windows 8.1 (by IGI30)
by IGI30
Loading Box in C++
 
Here I've created a code in which a loading screen will come. Can anyone give me suggestion how to ...
[5 replies] Last: That is why it is called "undefinded behavior"! Everything can happen.... (by MiiNiPaa)
integer division by zero exception?
 
the program can compile successfully but when i input it prompts"exception integer division by zero"...
[3 replies] Last: When a compiler refuses to compile something, it usually does tell a r... (by keskiverto)
Math not working
 
Whenever I print the tables, its only showing the first two digits of the answers. I know some of t...
[3 replies] Last: Conclusion: I was dumb and should feel dumb. It works when I take the... (by Bunnikula)
reading from data file
 
i need my code to stop outputting all the numbers throughout the steps it is going through i just ne...
[no replies]
Boolean Loop Problem
 
So I need to let a user be able to enter in as many words as they want until they enter stop. Once t...
[1 reply] : Well, assuming the first word isn't stop, the code never checks for th... (by Easton)
by cozier
When is it appropriate to use void functions?
 
I was wondering if someone could help explain to me when it is appropriate to use void as a function...
[2 replies] Last: Oh ok. I was a bit confused because a few of the prompt shells the tea... (by cozier)
USACO Crypt1 Problem!
 
Hello all. I am working on a USACO problem for practice. The question asks: The following cryptari...
[3 replies] Last: Here is the solution I promised: http://ideone.com/qenDWZ Let me know ... (by kevinkjt2000)
by dublin
Scanf Issues
 
So I got stuck while using eclipse so I switched over to Microsoft studio.But now im having problems...
[2 replies] Last: do i have to do this everytime i use printf and scan f? (by dublin)
Personal Programming Project involving a database?
 
Hello all, this is my first post, so I'll start off by saying that I began programming about a month...
[1 reply] : I would probably try to find some open source online dictionary, that'... (by xismn)
Array search
 
I need to be able to take a input file like 4 Brianna Paul Lindsey Lisa and search Li and find Linds...
[4 replies] Last: Here's one way to do what you're asking: #include <iostream> #includ... (by cire)
Class Array Initialization
 
I am trying to initialize a class with an array, however I keep getting an error in my int main. Cl...
[10 replies] Last: Thanks for pointing out, fixed. (by Drakkahn)
error dealing with end of file
 
this program is designed to take redireted input from a file and count the characters, words and lin...
[no replies]
Please Help with this array
 
I am trying to run a search function of an array like this 4 Brianna Lindsey Lisa Paul and b...
[no replies]
February 2014 Pages: 1... 56789... 60
  Archived months: [jan2014] [mar2014]

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