Beginners (Page 9)

classes infile problem!!
 
I just learned classes for a short time. The problem I have commented below. #include <iostream>...
[1 reply] : it's happen that everytime you call readin(), the function declares a ... (by kradragon94)
Problems installing SFML 2.0 on Visual Studio 2012
 
I installed SFML after this http://www.youtube.com/watch?v=VcPRJE6Rt0o tutorial and the problem is t...
[2 replies] Last: FWIW: http://cplusplus.com/forum/beginner/95295/#msg511542 (by Disch)
by new2c
lottery game :how can I check user #, computer #, and user+comp # are duplicates?
 
I'm stuck on my lottery game. I got mostly everything to work but the part where the program checks ...
[no replies]
Need advice for my program
 
Hello all, I am trying to write a program that displays the user's input. Then, for it to calculate ...
[3 replies] Last: input to an array like this int array[ SIZE ]; for( int i = 0; i < ... (by giblit)
by Tstan
Program to decide what Tax Bracket your are in.
 
Trying to write a program in my class to display your tax bracket based off what your income is. Whe...
[5 replies] Last: wait a sec...why are you returning a double? You would be MUCH more ac... (by giblit)
Help me understand pointers
 
Hello, I am having trouble grasping pointers, they seem really confusing. Could you explain it to me...
[4 replies] Last: Thanks, I get it now (by Inficard)
Setting up Allegro for Codeblocks
 
Can someone help me setup allegro on codeblocks, I have not been able to find anything helpful.
[no replies]
Pointer to Structures & Arrays
 
I have been reviewing over this issue for the last 24 hours. I'm fairly new to C++ and, unfamiliar w...
[5 replies] Last: Thank you for your response. I figured it later, but I still checked m... (by devroad)
how to output to a .txt file
 
Hie, Here is my code. I am having trouble placing the ofstream in the following location where i wan...
[1 reply] : Instead of using cout, you just need to use your file stream. (by Zhuge)
Help with Problem?
 
Prompt: Submit a program that uses randomness and the orthographic rules of any natural language to ...
[10 replies] Last: Plus, you could do this to make it faster: #include <iostream> #i... (by SourceCoded)
linear to binary help
 
how would i write this code in to binary search ? #include<iostream> using namespace std; int ...
[4 replies] Last: Thank You :) (by kittycat)
by Aero9
Converting a memory Address into an int
 
Hello, I have been trying to figure out a way to convert a memory address, 0x200G69, or something si...
[6 replies] Last: Here, I think I have been making it seem more confusing. I am trying ... (by Aero9)
calculating sentences/words/syllables from a file opened with command line
 
So I just started programming and im working on a program that will calculate how many sentences/wor...
[1 reply] : i got it to work when i used the file path user input but i cant with... (by andywestken)
by lrmg14
I need help with adding something
 
I have a project file about an election. I have typed below the output of the project file. Waht I n...
[3 replies] Last: ohh sorry, the "voter" is used when i tried to do something else on my... (by lrmg14)
C++ without fear exercise 5.1.2 help!
 
There is an exercise in this book that asks to make an array of 5 integers, then print all of them a...
[13 replies] Last: Only it is a bad style of programming to use such identifiers as x as ... (by vlad from moscow)
boolean functions problem
 
I am trying to write a code that will read a .txt file and then output the number of words.I am tryi...
[2 replies] Last: so I moved the function declaration outside of main and now my program... (by wavebulb)
ARRAY..... Help????????????????
 
hello guys.. i know that an array is always passed by reference in C++ when we use it with funct...
[6 replies] Last: This function void get(int z ); id equivalent to void get( int *p )... (by vlad from moscow)
by cat023
Basic namespace query
 
I'm starting up C++ after being familiar with C, Java and Python. I'm unsure about some concepts beh...
[2 replies] Last: Ok thanks, this is a lot clearer to me now. (by cat023)
Postfix Operator help.
 
So i believe i got my prefix working, now i'm trying to get my postfix working so that the class obj...
[7 replies] Last: got the program working, thanks for the help Thanks vald from moscow ... (by destroyer333)
Why does this function crash?
 
I'm sorry about the question but I have been studying this for a while and can't figure out where th...
[11 replies] Last: Well, this won't directly cause a crash, but it will surely cause inco... (by Chervil)
Pages: 1... 7891011... 120
  Archived months: [mar2013]

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