Beginners - February 2008 (Page 5)

by Mike B
Question
 
Ok so I've practically figured it out except two problems. #include <iostream> using namespace std; int main () { float a, b, c, d, e, f, g (0...
[2 replies] Last: ^^ new question (by Mike B)
by faraaz
program wanted
 
hello guys i am in need of a project of about 1000 lines using functions loops class and structures.......
[2 replies] Last: I don't NORMALLY give this away. It is my (Beta testing needed) list.h... (by Graham)
please i need help!!
 
good day to all..i have trouble about how to create a lending program using c++, and i'm new here.could u give me a sample of your lending program please??..coz...
[2 replies] Last: I'd help (although it seems late), but you need some more criteria, li... (by Graham)
by berek
STL - how to find object in list?
 
Hello! I have a problem with my code. I have class named Book. When i put objects of class Book to the list i'm doin it like this for ex: list<Book>l; B...
[3 replies] Last: Yes, it is possible, but doing so is fairly advanced and you still see... (by Duthomhas)
Eng Units to Metric
 
i have to make a program that converts Eng Units to Metric does any one know of a chart or formulas to convert metric to Eng Units
[4 replies] Last: http://www.pbs.org/wgbh/nova/units.html (by Lion)
by gzero
Slowing down text ouput
 
Does anyone know how to slow down the computer's text output to the screen? I'm trying to write a short text program that displays the output a little at a tim...
[2 replies] Last: I just wanted to have it pause between outputting the letters. (For e... (by gzero)
Web Crawler
 
I would like to create my own webcrawler project but I am unsure where to start. I won't have any problem coding the socket portion but I am stumped on how I s...
[3 replies] Last: Dirk, if you have an example I would appreciate it. Unless of course ... (by chillyg69)
The Purpose of Pointers
 
I've done some scripting before, so I have a basic understanding of programming. C++ is my first "real" language, though. And introduces a lot of new concepts ...
[5 replies] Last: Thank you Gzero. That answers my question perfectly. Pass by value can... (by WarKirby)
Returning to different parts of script.
 
I hate C++ for Dummies. It doesn't explain anything. This is my script (so far)... // Find the midpoint of 2 points #include <iostream> #include <cstdl...
[1 reply] : Use a loop. To be simplistic: bool done = false; char ME; ... (by Duthomhas)
by Hotaru
discarding stdin
 
I have one more problem with my rot5/rot13 program. If the user types echo test12345 | rot --help it is wrong but a user can try anyway. I see tools li...
[1 reply] : That's because "Programs with a well-written command line interface di... (by Duthomhas)
Acces Violation
 
I'm having hard time with acces violations...I read here it's usually from bad choice of chars/strings/constant chars. I corrected all the mistaked i could...bu...
[4 replies] Last: Thx...i'll try to improve my style....yet you missed my point. I wante... (by LoLFactor)
Change icon
 
How do I change the icon on my programs? :D
[6 replies] Last: You can use "XN Resource Editor" to edit resources (like icons) in an ... (by dirk)
processing array problem
 
Hello all... have a relatively simple problem regarding processing single rows in a two dimensional array. I want to add the data in a single row and output it...
[1 reply] : Something like this. Also note the spacing and how it is more readable... (by dirk)
by Hotaru
trouble in do/while loop
 
int main( int argc, char* argv ) { short rotaction; char thischar; bool dorot5=false; bool dorot13=false; // command line parsing...
[3 replies] Last: I did switch to a while loop and added the cin >> thischar before the ... (by Hotaru)
uninstalling free compilers
 
Hi I've recently installed Dev-C++ (a really old version) and a Borland command line compiler/tool. I would like to remove these before I reinstall the latest ...
[1 reply] : If you installed any Borland product correctly, you can remove it usin... (by Duthomhas)
by Koab
I am StUCK:
 
I need help with the next code. I declared this array of "char". Then i send this array to a method called "operate_char"that expects a void pointer as argument...
[3 replies] Last: Dirk i wanted to work with void pointers but thnx for your input. G... (by Koab)
If anyone can help ill be very cgratefull
 
I have to make a program that has to show grade ,percentage and final grade.i started out float grade1; but thats all i know if anyone can help ill be grateful...
[5 replies] Last: ??? (by dirk)
by Lion
the simulation of life
 
Hi I am suposed to write this program for school , I am confused I dont know where to start can someone give me a little direction please. Thank you Bianka ...
[3 replies] Last: It's impossible to help because you have not said what the problem is.... (by dirk)
Help with displaying text on same line.
 
Hi. I am new here and I just got into C++. I bought C++ for dummies and am following it well. I am using Ubuntu Linux. I am trying to make a little program...
[5 replies] Last: You can't display it on the same line since you have to hit enter (whi... (by dirk)
Using cin in arrays
 
Hi, I cant figure out how to use the list of numbers that the user inputs to output back to the screen and show how many their is. I have tried the i++ and othe...
[3 replies] Last: Skroegs pointed you to quite a few things that you need to look at you... (by vraghavan3)
February 2008 Pages: 1... 34567... 10
  Archived months: [jan2008] [mar2008]

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