Beginners (Page 115)

need help debugging this program
 
//DEBUG1 Program //This program asks the user for a stock number, then validates it. //A stock num...
[4 replies] Last: @dariusd7 remove the =1 / ==1 thing entirely, that's not how you call ... (by L B)
by SCBW
Issue during debug
 
Hello! was working on some home work and ran into issue that I don't quite understand and ...
[7 replies] Last: Ahh that makes perfect sense now. basically its testing the ascii tabl... (by SCBW)
Please assist :)
 
I am having trouble compiling this program, please help. Command prompt says there is an error in t...
[5 replies] Last: Problem: Write a void function that uses two nested for loops and the... (by Zaita)
program runs but does not give me a result..
 
//DEBUG2 Program //This program asks the user for an insurance code, then validates it. //An insur...
[1 reply] : Please do not double post, you already have a topic here: http://www.c... (by L B)
by tomazi
Vector pop.back
 
Hello People.... I got a vector that stores distances between two points, Now i iterate over this...
[1 reply] : for(vector<double>::iterator iter_dist = Right_Point_distance.begin(... (by L B)
How can I correctly call this function?
 
I'm having trouble calling this function. It's supposed to reformat a name from "First Mid Last" t...
[9 replies] Last: added &'s, changed getFormat to string type, deleted my main function ... (by thisGuy)
Game Classes
 
I get errors when running this: #include <iostream> #define _WIN32_WINNT 0x0500 #include <wi...
[1 reply] : The first three messages are warnings because your compiler is too stu... (by L B)
by deryas
Class Problem (no appropriate default constructor available)
 
This is my homework but i have problem with constructor. my error: error C2512: 'Rectangle' : no app...
[3 replies] Last: By the way this statement Rectangle objectOne(); is a declaration of... (by vlad from moscow)
by Dimond
Just Starting with C++
 
Greeting Programs! I'm trying to get into programming. I first started programming back in 1993 u...
[2 replies] Last: Ty DTSCode for your help. I will delete this and then post it in the p... (by Dimond)
How to program the Ln taylor Series without using cmath
 
I'm having trouble starting to program the ln taylor series. I already programed the exponential one...
[no replies]
Beginner need help :(
 
if a=sigma(d)^s i know a-d^0-d^1-....d^s=0 but how to find s and how should i put into c++ comm...
[4 replies] Last: a - d^0-d^1-d^2.....- d^s= 0 therefore input is a and d , I want the ... (by mamamia)
I/O from file in specific order
 
I need to input data from a file and then output it sorted two different ways: one way sorted by nam...
[1 reply] : I think you want a Multidimensional array. http://www.cplusplus.com/do... (by SamuelAdams)
Help with program involving arrays?
 
aaa
[19 replies] Last: do { for (int i=0; i<SIZE; i++) { ... (by vlad from moscow)
Error
 
Hello i need help i cant figure out this error can any one help? The error is cpp no match for 'oper...
[6 replies] Last: So make a print function before the main line? And i want it to print ... (by closed account z8q4izwU)
Extremely Stuck... Condition Statement
 
Hey guys, this is a simple multiple-alternative decision program. For some reason the program likes ...
[4 replies] Last: Thanks guys! I seriously do appreciate it. I've been reading my book l... (by Rinches)
by myoni
why file remove is not working ?
 
I try to remove file and ut not working. it's a file that i created in the program and i try to re...
[9 replies] Last: i found the problem. i forgot to close the file before delelting it. ... (by myoni)
Have a couple minutes to help me out with basics on programing?
 
Hi everyone! I have been playing MMORPG's like WoW, Fiesta, Maplestory, Dragon Nest, and a few other...
[4 replies] Last: It sounds like game design is what you are really after. Coding games ... (by IceThatJaw)
getters and setters
 
I've learned a bit about classes and once I was told not to modify variables in a class, but use get...
[2 replies] Last: Hmmm... that's exactly what I do, but the other way round, like: pri... (by Vidminas)
by M159LE
Arrays in classes!
 
Hey all, I need help with a small problem... I have to declare a class called Module. And in the mai...
[4 replies] Last: @Michael Kane I thought so 2! But my question says "Write a main progr... (by M159LE)
by tpinon
passing files to functions
 
I'm trying to write to a file using pass by reference. My first time doing this. I don't think the f...
[18 replies] Last: I confirm. Unless you run your program as administrator, your program ... (by EssGeEich)
Pages: 1... 113114115116117... 119
  Archived months: [mar2013]

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