Beginners - December 2013 (Page 57)

Extract and manipulate data
 
I am working on a program that takes info from a text file and manipulates the info to display the q...
[9 replies] Last: Thanks, the problem is clearer now. Probably the simplest solution is ... (by Chervil)
Fraction calculator problems
 
I am having problems with my faction calculator. The problem is to create a menu for the calculator ...
[no replies]
by dusty
Need help pulling data from a dynamic array
 
I have to implement a polynomial class in which you can overload addition, subtraction, and multipli...
[1 reply] : You have a coefArray member in your class which you can iterate over... (by yulingo)
I need help inputting from text file help
 
I need to set up a loop that will pull a set of data from a text file for example, wet.txt In the te...
[1 reply] : declare a bunch of variables outside your while loop and increment/cha... (by yulingo)
by JohnJH
Save part of an string to another string, or an int
 
How do i save a parts of a string to another string, or to an int. e.g. string bim= "12345678978...
[2 replies] Last: Thank you :) (by JohnJH)
by JohnJH
Left shift integers in array?
 
How do I leftshift an integer x amount to the left ?? I am bit confused on how i should do it?? It...
[7 replies] Last: I found a way get around it.. Thanks anyway :) (by JohnJH)
How to make a Menu for my games
 
I'm trying to make a game menu, for all the games I want to put in my program for my end of the seme...
[2 replies] Last: Thank You. (by jakesweater)
cin Inputs
 
Well my problem is I want to type "What is the word" in the console and have it "say the bird is the...
[5 replies] Last: It's really not that big of a conceptual leap to go from aleonard's ex... (by yulingo)
Can not find mine outpute file
 
hey people, i just made a c++ program to read an input file and to write to an output file but ...
[1 reply] : In Windows click the Start, click search, type in output.txt, click se... (by Chriscpp)
Project Guide
 
Hello All 0f you... I'm doing BSCS and currently I'm in first semester. At the end of semester I'v...
[no replies]
by NSA
Every possible move from a given position.
 
Hi all, I've written a version of the game called Gomoku. Everything works as it should. Now I ...
[no replies]
by Edevan
I want to keep learning
 
Hi, I already read the beginner c++ book of herbet, so what book do you think it will be better to ...
[1 reply] : C++ for dummies is a personal favorite. If you fully understand the sy... (by sargon94)
by Chubby
Arrey
 
Can anyone give me an example of return the index of the max value? I understand the return metho...
[1 reply] : http://www.cplusplus.com/reference/algorithm/max_element/ (Iterators, ... (by keskiverto)
by hilft
|| operator question
 
I don't quite understand the output, which is 1. At the line, i=fun(1) || fun(2); , why does i equa...
[3 replies] Last: you're welcome (by krugle)
cpu usage code
 
hi i need a procedure that is once called could continuously calculate the CPU usage of the current ...
[3 replies] Last: For Windows you would be using WMI, I'm not sure which object class sp... (by Computergeek01)
get data like (new York,) into an array
 
"NOTE:by the way I know I have to have a way to check for erors if inFile doesn't open properly. I ...
[2 replies] Last: Thank you for your suggestion. I will implement it and report back :-) (by cowsquad)
The game won't run
 
Below is my code for Tic Tac Toe, but I can't seem to be able to start the game. Using a vector to s...
[no replies]
Problem with std::allocator::deallocate()
 
I'm trying to implement a stack data structure, but I having some problems with std::allocator::deal...
[3 replies] Last: I find the problem. I should have used alloc.destory()! (by benbalach)
Sorting vectors error
 
Need help figuring out why my code is having an issue, I'm sorting and mergeing two vectors but I'm ...
[2 replies] Last: Ok I'll try it thanks (by lynn1991)
Affordable tutoring
 
Hey all, If you need one-on-one tutoring to prepare for an exam/figure out a topic, I can help yo...
[2 replies] Last: Sure! Fill out the form at www.cslauncher.com/register.php and I'll co... (by haveanicedays)
December 2013 Pages: 1... 5556575859... 69
  Archived months: [nov2013] [jan2014]

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