Beginners - November 2008 (Page 9)

reading next line of input file
 
Hey guys, Stan here. I am fairly new to c++ so take it easy on me. #include<iostream> #include<iom...
[2 replies] Last: You are not saying what is not working.. so we readers need to guess ... (by anders43)
by Foe89
Structure confusion
 
A program that I'm creating in a c++ intro class is confusing me. The question is this, and right b...
[11 replies] Last: why don't you move the display function into the struct, then you don'... (by anders43)
by digi35
c++ linked lists
 
Hi: I'm new to c++ programming, I nee to write a code for a linked list. To be more specific I need ...
[2 replies] Last: //remove item from list void linkedCircle::removeItem(string item) {... (by anders43)
by srlunx
Project's 3 folders.
 
OK, here's the problem. When i create a project, the 3 folders is missing!?! I saw all those tutor...
[4 replies] Last: Problem fixed, thankyou (by srlunx)
Defining an end of input stream
 
Hi, mates! I have to defina a pattern(template) manipulator with one argument, with several functi...
[11 replies] Last: Thank you, Douas. It does help, although its not exactly what i need.... (by MrProfit)
Getting two .cpp files in one .exe
 
I am needing to get two cpp files to run one exe. I know one of them is supposed to be the "driver"....
[4 replies] Last: also i think this is a small mistake but you also need #include "head... (by simply thunder)
printing a pattern
 
for an assignment i have to use nested for loops to print this: * *** ***** **...
[8 replies] Last: ... (by simply thunder)
How to combine strings?
 
Ok, so problem as following: Program will read disk letter from file and the create path to another ...
[2 replies] Last: Are you using C++ strings or C strings? for C++ strings: string... (by Bazzy)
largest and smallest #
 
My assignment is :Write a program that displays a menu with the following choices to the user. ...
[11 replies] Last: Thank you all for helping me out got 44 out of 45 on this assignment .... (by hoosierguy7669)
using input and output files to print two arrays
 
Hi can anyone help?. I want to create a program that will call a series of functions to process a se...
[3 replies] Last: Please use the # button when posting for code. Or put your code in cod... (by Zaita)
Does C++Builder GUI Skins Look Better! When Can I Find Them?
 
I read some articles that C++Builder IDE got more elegant skins than .NET skins. Right? Where can i ...
[1 reply] : These are questions best asked on the C++ Builder forums. (by Zaita)
random number guessing game
 
I need help with an assignment for a class.Im supposed to write a program where the program picks a ...
[13 replies] Last: However, you may want to rename your variable since continue is a re... (by Zhuge)
by Mogget
a string to an array of characters
 
I need help with some things. Could someone give me an practical example on how to convert a stri...
[2 replies] Last: Use .c_str(). (by firedraco)
by pino
EXIT_FAILURE
 
While studying the primer,I found the following example: #include <cstdlib> int main() ...
[4 replies] Last: OK, it is clear now. Thank you. (by pino)
Problem with getline
 
Here is my code. The second time that i use getline, it doesn't work. The variable is not given the ...
[10 replies] Last: #include <iostream> #include <string> using namespace std; int... (by Scipio)
Product class - whitespace in first input causing problems
 
I am having some problems and I would appreciate some help if someone could tell me where it is that...
[5 replies] Last: Using both cin.getline() and cin>> in the same code often gives proble... (by Scipio)
Not understanding conversions...
 
There's two programs I'm stuck on for my intro to C++ class for the same reason. Every time I go to ...
[9 replies] Last: isalpha(char) returns true if the char given is in ['a', 'z'] or ['A... (by Bazzy)
by xonara
Compile error that doesn't point to right line?
 
[I read the sticky and I'm trying to give useful information so someone can help me but I'm a little...
[8 replies] Last: When a class D inherits from a class B, D can access all of B's publi... (by jsmith)
two .cpp and one .h
 
I need this program to run and it includes the header and both .cpp files needed. I am having a real...
[1 reply] : Without errors, I am basically guessing...but I think the problem is y... (by firedraco)
by des
text cutting?
 
How do i cut a very big text file by line? Does Fscanf function scan the entire line? example: "a...
[3 replies] Last: Thanks a lot! That's really helpful. :) (by des)
November 2008 Pages: 1... 7891011... 19
  Archived months: [oct2008] [dec2008]

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