Beginners - August 2008 (Page 4)

I'm making a program to teach myself first year algebra
 
Strange, right? I would like to do a c++ program to teach myself Algebra 1. I figure if I get the formulas plugged in right, I can have a program spit a number ...
[9 replies] Last: thanks (by CoffeeBreath)
Functions
 
I am trying to write a funtion for a program called nextLetter. This function needs to take the user input (in this case a letter) and tell the user what the ne...
[1 reply] : You are on the right track, although there are a few problems. Firs... (by mahlerfive)
by kaisin
how to create tabsheet? feel stupid asking this
 
hi i feel stupid asking this, but how do i create a tabsheet on a page control. where do i add them on the componentlist? can someone help? am new to c++
[1 reply] : Windows Forms? WPL? WxWidgets? GTK? QT? (by Zaita)
by utua69
conio?!!
 
Guys can you pls. answer my question, 'If i use "#include<conio.h>" there is no such thing of "using namespace std;"' Pls. response!. tnx and Godbless!. ...
[1 reply] : That's not a question and I don't quite understand what you're saying,... (by helios)
by utua69
Guys i nid example programs!
 
hi guys! i'm joshua and i'm a student of information technology 1st yr. can you pls. help me on my project. Can you guys give me 5 simple examples each of whi...
[1 reply] : Hey, You can google the types of loops you are looking for and find p... (by tnjones)
by Pis
How to convert .cpp to .exe using code(command prompt)?
 
/*************************************************************** Author: Abdul Hafiz Bin Ibrahim Date: 24/08/2008 Description: Calculate total of (credits...
[2 replies] Last: Oh, ok thanks! (by Pis)
Cannot keep the "output" open :(
 
I can't keep it open! When I run the file, a black screen just flashes and go away! I wanted to test out this: #include <iostream> using namespace std; ...
[2 replies] Last: http://www.cplusplus.com/forum/beginner/1988/ (by helios)
by lain
An Address Database - minor problems with the menu and display
 
Accept a series of names and addresses from the console. The user's input should be written to a text file in the CSV format described in the lecture. But, do...
[no replies]
Saying hi and posting my first code.
 
Hi, Like most people posting here in beginners i am new to C++ .. Although I do not have a specific question in mind I would like to post my first code (beside...
[10 replies] Last: Agreed. :-) (by Duthomhas)
by Sysem
Array error
 
I have an array, map which has the folloing data: maze = "#------*> "; maze = "l...f..l> "; maze = "l......l> "; ...
[10 replies] Last: Of course, whenever you expected your old array, you now have to use t... (by exception)
only key in the right values ?
 
#include <iostream> #include <conio> #include <iomanip> int main() { char ch; int loan,interest; cout <<"This program would generate a report to ...
[1 reply] : The cin >> loan; waits for an integer, if you enter something differ... (by Mitsakos)
by Gonen
problem with Header and cpp files.
 
Hello, I wrote a class that called CRational. I wrote its header , and its cpp files. I want to use my CRational class in other cpp file(that file is l...
[5 replies] Last: mahlerfive , It worked. thanks a lot. and thank you too exceptio... (by Gonen)
by mcomo
Read Info From a Web Site
 
Hello, It's been awhile since I programmed in C++, but I would like to do the following in a program: 1. Read sales data from different sites that I am affi...
[no replies]
problem in running graphics program
 
i have recently download the latest version of devc++ 4.9.9.2 when i run the graphics program it shows errors one of the errors is sstream : no such file...
[2 replies] Last: Coming from someone who also started with Dev-C++, I would suggest you... (by mahlerfive)
Reading ints from a .txt file
 
so i am making a game and i want to make a hgihscore.txt. the txt file only has one int in it. the score is measured in time so i only want it to replace the pr...
[2 replies] Last: ok, theres a lot for me to learn here, i'm really new to coding in gen... (by kartracer12)
Linker error (again) + constructors
 
w.h #ifndef W_H_ #define W_H_ #endif class whateyva { int neg; int pos; int tot; void bal(){ tot = neg + pos;} public: wha...
[4 replies] Last: Fixed it! Thanks. #include <iostream> #include "w.h" using namespa... (by QWERTYman)
Dat files
 
Asking for recommendations about how to deal with data. Here is what I am doing: I have created baseball sim. Within that sim I am trying to create a w...
[2 replies] Last: Thanks for the reply. That makes sense the "one file one responsibili... (by rrgriola)
by tyler
calc. number of elements in array
 
I need help in calculating the number of elements stored in an array. For example if i have something like, int one = {12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2...
[7 replies] Last: mahlerfive 's solution is correct, and it is the only way to learn th... (by Duthomhas)
I want to ask about the tutorials...
 
Hi, My name is Dilyan Yosifov. I want to ask, can I create a simple tutorial on my site on C++ with the knoledge I gained after your tutorials? Are there any c...
[7 replies] Last: Thanks, That was helpful. The tutorial to which you gave me the link ... (by Dillyto666)
Is there a way to open a file for hex editing?
 
I know that you can open a file for binary editing by using something like this: ifstream myFile ("data.bin", ios::in | ios::binary); Here's my situation:...
[3 replies] Last: It works... I made once such a hexeditor myself (a long as you are usi... (by jmc)
August 2008 Pages: 123456... 14
  Archived months: [jul2008] [sep2008]

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