Beginners - March 2008 (Page 14)

trying to fstream...
 
I am trying to make a simple program to extract some text from a file and output it in a console box. I am using the DevC++ compiler and the following code: ...
[4 replies] Last: Consider this part of your code: void titleopen () { char titl... (by ShantDashjian)
this is a c question need some help
 
okay i need to be able to tell by a user defined amount if/and how many it can go into 3 other fields with the reminder also being displayed all with in main. I...
[1 reply] : I found the answer here http://irc.essex.ac.uk/www.iota-six.co.uk/c/f... (by caperneoignis)
by kmk407
General help with a programing assignment, please.
 
Hello, I am only second semester of programing and cannot figure out my assignment im having a lot of trouble with it. Any help would be appreciated. Thanks. T...
[1 reply] : Give it a try and post what you can do. We'll help you solve any probl... (by Duthomhas)
Converting a string to lower case to upper case and vise versa.
 
If anyone could help out that would be great I have a hw assignment that wants me to read from a inputfile a list of metals. The hw assignment wants me to as...
[2 replies] Last: You could also use the STL transform() algorithm. More details here: ... (by Duthomhas)
by Hotaru
making a bit field
 
For this project the upper nybble is level and lower nybble is observation data. Upper nybble Bits for upper level, middle level, lower level, vertically de...
[1 reply] : Unfortunately, the answer is that it is compiler and machine dependent... (by Duthomhas)
Help with String tokens
 
Hi All, Have a project that require me to write a program that gets data from the user and you must calculate the wieght value of each word by using a given fo...
[1 reply] : Use a loop. const char greeting = "Hello world!"; int i; for ... (by Duthomhas)
by amrcn
Templates
 
Alright, I've got a .h file with 3 class templates in it and a bunch of prototyped methods. I'm just wondering how I declare these methods in a .cc (or .cpp) fi...
[3 replies] Last: It is dangerous to include .cc files! In this particular case, the ... (by Duthomhas)
i need some help about my assignment can anyone help me it is urgent .plss....
 
C-style cast or function-style cast what is it??? give can you give some idea///?? plsss..
[6 replies] Last: thank you thank you very much.i dont know how to repay your so good in... (by takemewithyou)
Help with array processing!
 
Program functionality: 1.) Design a rudimentary spread sheet. 2.) Provide provision for the entry of a formula, i.e. cell#?? = value, cell#?? = operation, cel...
[2 replies] Last: this is just the code that generates the grid. sorry about that here i... (by derek414)
need some help here.
 
i was doing this homework for class. Is to create a program that will tell you how much you get paid, given the amount of hours and the amount of money you get ...
[1 reply] : Hi, Is this what you want? I doubt it but try it out. #include <... (by closed account L1T0RXSz)
by jat22
help with loop
 
Hello everyone. I am currently writing a program for class. the criteria of the program is as follows. 1# write a program that reads in the size of a squar...
[1 reply] : Hi, basic problem is that you can't simply 'draw' a symmetric square, ... (by hackitsoft)
by TheSec
Threads
 
Hi guys, i'm new around here and i was googleing on Threads and come a cross a lot of different things. But not really any simple explination on how to work ...
[no replies]
Public?
 
Public keeps poping up in things I read like this class Firework : public cyclone::Particle { public: cyclone::real age; }; does public have a par...
[2 replies] Last: Okay thanks for clearing that one up :D (by Googol PL3X)
Randon Access Array Processing
 
Program functionality: 1.) Design a rudimentary spread sheet. 2.) Provide provision for the entry of a formula, i.e. cell#?? = value, cell#?? = operation, c...
[no replies]
using cos/tan/sine with C++
 
I'm in a programming class and we're using Starting out With C++ by Tony Gaddis (5th Ed.) as a text. I haven't had any form of a math class in like 3 years and...
[2 replies] Last: xtandyx, please don't spam multiple forums for information. People hat... (by Duthomhas)
back to normal after sorting
 
Hello Good day to all. I have a problem with the sorting. After sorting, and view the arrays I get a jumbled data array. How can I return it to the normal arra...
[2 replies] Last: Hello Duoas, Thank you I will try Karl (by Karlinods)
i need help..
 
good day to all..i am new in this website and i didn't know much about c++.can you help me?? all i need is a code of a password,but unfortunately i don't know ...
[1 reply] : Actually you don't need 'strcpy' ,strcpy is for copying and you don't ... (by croconile)
beginner's games
 
hi...can somebody help me with my school project.we were instructed to make a hangman and a snakes and ladders game in C++...and i have no idea of how to start ...
[1 reply] : You should get 3DBuzz - C++ - Issue 3. It teaches you how to make a g... (by croconile)
beginner study group C++ (1,2,3)
 
Hi people, I'm learning C++. I'm looking for people to form an online study group.We could comminucate via msn or an irc channel or e-mail. I'm learning C++ ...
[59 replies] Last: Hello Bluewave, I'm Akash and I'm 11 (I know that's sort of young t... (by closed account L1T0RXSz)
by Setlec
struct date
 
Hello i'm having some problem to finish this assignment. The assigment is "Create a program that an user will input his birthday date in the following format dd...
[no replies]
March 2008 Pages: 1... 12131415
  Archived months: [feb2008] [apr2008]

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