General C++ Programming (Page 64)

by packy
help
 
Using the supplied data file, read in a list of names into a string array, convert each name into pr...
[1 reply] : Please note, that it is not a homework site. We won't do your homework... (by MiiNiPaa)
by farai
reading characters from string
 
i have a string which is n characters long. i need to read say 20 characters at a time, wait for the...
[3 replies] Last: Can you tell whats your logic, as to what you think could help with th... (by iluvthee07)
Solitare game
 
hi friends.... i want some suggestion about my project from you gay....plz help me i hav created a...
[no replies]
Am I Wrong?
 
So I've been learning c++ for a few weeks and made this black jack program https://github.com/bra...
[15 replies] Last: You have to re-roll random numbers checking how many of that number ha... (by Zaita)
What am I doing wrong?
 
write the function void get_emp_rec(int &id, double &prate, double &hours) that reads an employee's ...
[3 replies] Last: You're effectively already doing that. When you modify a reference, yo... (by xismn)
C++/SDL: keypresses query
 
Firstly, I don't think this is suitable for the beginner forum as SDL involves classes and stuff whi...
[2 replies] Last: Thanks very much! I'll keep following the tutorials and just wait for ... (by Ravenshade)
Something wrong with my program
 
there should be four boats in this program and each boat takes up two consecutive spaces on the boar...
[1 reply] : - It doesnt check if a place is already occupied by a boat which is po... (by writetonsharma)
Math Formulas using Variables
 
Hello All, Working on a program that converts infix to postfix math formulas. Ive successfully co...
[4 replies] Last: @addictedgamer6 Start your own thread, don't invade this one. (by TheIdeasMan)
Selection Sort as Functions
 
Hello, I am working on a program that will generate, print, sort, and print a random integer vector...
[1 reply] : when you do findMin(v ... ) you are actually passing an int and not ... (by writetonsharma)
too few arguments
 
double compute_taxes(double gpay) { double gross; double td; // to hold the tax dedu...
[4 replies] Last: the compute taxes function takes an argument double gpay on line 16... (by Michaela Elise)
Config Parser Suggestions?
 
Hello, recently I wrote a small program that handles configuration files. I was wondering if this co...
[3 replies] Last: Hello, I followed your advice writetonsharma. It was good, I never tho... (by MaxterTheTurtle)
Question About Intellisense?
 
Does this happen to everyone: You can turn any or all of the IntelliSense features off. To turn the...
[11 replies] Last: o sorry. I just was wondering. Thanks for your help :D Hurray it work... (by Anmol444)
Another I/O File Problem
 
Trying to write to a file a person's name first and last then there telephone number. I want the pro...
[2 replies] Last: Yes that worked and made more sense. I want the user inputs to loop un... (by ashonk226)
binary search tree problem
 
#include <iostream> using namespace std; typedef struct node{ node*right; node*left; node*fa...
[3 replies] Last: What I mean is that line 23 p1=p; is useless. You passed the argumen... (by ne555)
Command Line Argument problem
 
Hello everyone, I am trying to make an array of size "N" for a school homework assignment involving ...
[4 replies] Last: SO I have to execute my program from the command line to pass in an ar... (by tay1392)
C++ CLI(Windows Form Application) Printing!
 
Hello everybody... im new user here in forum... so i want to ask about printing to the printer using...
[no replies]
C++11 Thread without waiting
 
I am creating threads in a loop, but i dont want to wait until its finished. How do i do that? voi...
[2 replies] Last: Thank you for this idea! Works perfectly now. (by Mellnik)
SDL deleting from vector
 
Hi guys, Ran into a bug yesterday and it's really frustrating because the code looks right so I ...
[7 replies] Last: In addition I have to do some research on your "smart pointers" http... (by naraku9333)
cout value -1.07374e+008?
 
My program is to calculate the Vector X product using the Direct X Header/ Library Iv'e got it to w...
[2 replies] Last: Ah so that would explain why the value was -1.07374e+008, but where wo... (by Histerial)
by Faint
Errors with using templates
 
Hello, I've written the following code and keep getting the errors: Error 1 error C2244: 'Supermark...
[11 replies] Last: And next time I'll put the whole code, still a newbie :P (by Faint)
Pages: 1... 6263646566... 87
  Archived months: [mar2013]

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