Beginners - July 2013 (Page 42)

Please help!!!
 
I'm trying to develop the following algorithm: From 6 numbers and a target number, manage them with the operations (+ - * /)(using each once) to reach the ta...
[1 reply] : look for the mathematical solution before you try to write the program... (by Rechard3)
Help with accessor error!
 
Hello, guys! I really need help on this one because I have no idea why it won't recognise an object I created... so here is the code: #include <iostream> #i...
[9 replies] Last: thank you for the information about "struct" ^_^ now you're telling m... (by chippzanuff93)
using namespace std; vs std::
 
Throughout my time looking through questions on this forum I have noticed that a lot of people do not use the namespace std. I want to know why as it seems tedi...
[4 replies] Last: "std::" is fun to type :) (by Lowest0ne)
Can't manage it to work...
 
I have recently started with c++ programming. I am Reading a book about the subject and only have done this for 3 Days. So please dont judge me. I know this p...
[3 replies] Last: Thank you! it helped me out. (by RB68353)
Role of namespace std in a program
 
Hello My question is that what exactly does using namespace std; do in a program? Thanks
[6 replies] Last: @Rechard3 @vlad, where can i find the (C++ standard) specification... (by vlad from moscow)
Replacing Consonants
 
I've been trying to code a program that lets you enter a sentence, or merely a word or letter if desired, and then outputs that string but with all of the conso...
[3 replies] Last: std::string translator( std::string s ) { const char konsonanter = ... (by vlad from moscow)
by ar2007
simulator calculator scientific with scrolling screen
 
hello. I tried to make a simulator scientific calculator with scrolling screen. after compiling with Code :: blocks, I get the following error which does not ...
[4 replies] Last: @ chervil: I think you're right. I tried to open a new ... (by ar2007)
Displaying Console
 
Hello! I'm using Code::Blocks and somehow while playing around with the options a little bit I got it to stop displaying the console when running a program. Now...
[no replies]
Airplane booking program using text files. Pls help
 
Hello everyone! can anybody please help me make a program using text files for an airplane booking program with the following things included. Ticket number,...
[3 replies] Last: MikeyBoy (879) What is meant by code tag? THx 4 the hepl! (by djferreira)
by Tomsta
Using an array to draw multiple sprites (enemies)
 
WEll for a re-assignment i have to re-create the arcade game 'Frogger' and although i can draw one "enemy" have them move on their own and wrap around the scree...
[no replies]
Input/Output
 
Hey guys, trying input and output stuff here and I can't quite find what the issue is. The errors I'm getting are: in line 12 Undeclared use of function 'cou...
[14 replies] Last: @Fredbill30 : int integer = '0'; What the hell? Don't you mean: int... (by Rechard3)
error on using if else
 
I was given following assignment: Write a program that will ask user to enter a char. Check if it is alphabatic or not, if yes than check is it uppercase or...
[7 replies] Last: That code compiles fine on mine (I use Code::Blocks) when I set x and ... (by manudude03)
by nasser
Getline
 
i was reading the tutorial in this site and found this example but i can't understand what is (Getline) can anybody tell me what is this i know that is used in...
[4 replies] Last: Thx alot (by nasser)
by finny
class
 
Write your question here. Create a class called Account that a bank might use to represent customers' bank accounts. Your class should include one data member...
[2 replies] Last: I was just doing this exercise in a book and I was also wondering if t... (by Group of Eight)
by rhcp31
Expected expression error in if statement of function
 
SOLVED: I had a function defined inside of main...of course I only discover this AFTER I type up my post to the forum! I am having some issues with a very ...
[2 replies] Last: 1) Yeah, I figured it was best practices to leave it just incase someo... (by rhcp31)
Infinite do-while loop
 
Hello im new with c++ and i try to make a game to learn some basic stuff.i have a problem with a loop.its supposed to repeat itself until the input is a number ...
[2 replies] Last: thank you very much! (by tes4evr)
by aggsyb
Most effecient way to code this with functions?
 
Hi, I am starting to write more programs for my own use, this program has no real user input validation but it doesn't matter as its only me using it and I am p...
[4 replies] Last: up, any1 else see anyway this can be improved or it looks fine? (by aggsyb)
by nmn
mangling names
 
I am using eclipse on Ubuntu. Where would I find the encoded name for a c++ file ?
[4 replies] Last: got it. thanks ne555 (by nmn)
strcmp sort with incorrect output
 
The point of this exercise that I need to complete is to use strcmp to do a sort. In my learning, we have not reached sort() or any other sorting functions. It...
[10 replies] Last: LOL, no problem, thank you for the help. It's much appreciated. (by londel26)
Cleaning my code (1,2)
 
Hello everyone! I'm new to this forum as well as c++. I'm creating a program that takes an integer input by the user and outputs the equivalent in words (i.e...
[37 replies] Last: http://catb.org/jargon/html/G/gotcha.html (by Duthomhas)
July 2013 Pages: 1... 4041424344... 53
  Archived months: [jun2013] [aug2013]

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