General C++ Programming - May 2008 (Page 6)

last program
 
//String Function with Pointer //Micah Standing #include <iostream> using namespace std; void strcpy(char st1 , char st2 ); char strcat(char st3 , c...
[5 replies] Last: http://cplusplus.com/doc/tutorial/functions2.html Under "Overloadin... (by firedraco)
by Reiyn
Noob question about an error
 
Hello, I am writing an app to take in user name and bday, then return zodiac and birthstone..I am attempting to separate it into functions, am using switch, and...
[4 replies] Last: XD I figured it out, I needed a second set of brackets to include swit... (by Reiyn)
by Dacoda
Accessing Text Files
 
Hello, I am currently working on a simple program I can use to log user activity on a computer. Yes, I know, it's useless, but I can't think of anything better...
[2 replies] Last: Hey, this is pretty great. Thanks, I hadn't seen this page. I'll try... (by Dacoda)
by dookie
C++ Binary Search Tree
 
Hello, I have been trying to understand how binary search trees work. I found this example but struggle to understand how it works. Especially when its starts...
[2 replies] Last: Ok this code is good but i need to write it myself for an assinment. W... (by dookie)
Image Library??
 
Hello all, I kinda am looking for a Library to do some of work for me and I seem not to find anyone of them. I am looking for a Library that can fill in a...
[1 reply] : I've never used this lib, but stumbled upon it the other day. Hope it... (by enixi0s)
C++ Where are you??
 
Hi, I've recently been asked the following questions centred on C++. I would appreciate any thoughts you have. Thanks Geographically, where in the world...
[2 replies] Last: Up to £400,000 a year on this website, all in the UK http://jobs.tec... (by mrmarky2)
writing a password in c++
 
can anyone tell me how I can read a password in my program without appearing in a screen?? I want it apear like this: *******
[7 replies] Last: Zaita, Yes U r Right.. If someone redirects the cerr then it doesn't... (by DiptenduDas)
bitmap
 
i have this bitmap file that is defining all its constructors and it is not compliling proply can anyone see any errors..thanks using namespace std; b...
[12 replies] Last: "r u serious....man i tryd 2 do the code writing bit but it dont work ... (by Zaita)
random question...
 
random out of the box question... how would i go about putting quotations in a cout statement? ex: cout << "to quote shakespere "i actually dont know sh...
[4 replies] Last: Shakespeare, sorry, but... man... (by enixi0s)
by abrya
Play music in c++
 
does anyone know how to play music on c++
[1 reply] : You need an audio library to do this. DirectX (DirectShow/DirectMus... (by Zaita)
adding earthlib as reference in c++
 
Hi, i know in C#, adding earthlib as a reference/header/dll is a breeze, but i have been unfruitful in including it in c++. i managed to open the object brow...
[3 replies] Last: This will probably not be much help but... my guess, from your imag... (by closed account z05DSL3A)
need a help plz
 
hi all,I want to get an execution file for my c++ program. How I can do that ???
[2 replies] Last: If you are after the .exe file, it will be in either the debug or rele... (by closed account z05DSL3A)
Plz can anyone do thic c++ program???
 
C++ program that reads N family names (N should be declared as a constant in your program and it should be equal to the largest digit of your student id number...
[4 replies] Last: Hi, have a look at this example http://newdata.box.sk/bx/c/htm/ch14rv2... (by johwel)
by Galkon
Need C++ Coder to edit MetaSeq for me.
 
I need someone that is pretty good in C++ and JavaScript so they can analyze and compare java from a model viewer, and analyze the .dat format, and make it so m...
[1 reply] : Anybody? (by Galkon)
Opening New Window
 
Hello, I am making a program where I want to open multiple windows and enter text and continue the program in it. system("start") Opens a new window, ...
[6 replies] Last: Ok. This is how I believe it can be done. 1) Create a new proces... (by Zaita)
Why are some people so against helping wannabe programmers with homework??
 
So a programming student wants help with homework - he gets help and probably gets a better result and grade because of this help. A 'proffessional' program...
[5 replies] Last: I think this post http://www.codeguru.com/forum/showthread.php?t=3663... (by Zaita)
Would like some assistance please
 
This is my final project for engineering C++. The rules are: Allow for multiple games, must use a 2-D array, must use at least 3 functions, 2 player, prompt us...
[1 reply] : For cheaters: Check to see if the place the asked to put their "tok... (by firedraco)
by jrock
Void functions...need help!!
 
Write a program that calculates the average of a group of test scores, where the lowest score in the group is dropped. It should use the following functions: a...
[1 reply] : This post is posted across multiple forums, please respond in the foll... (by closed account z05DSL3A)
Inheritance compile error
 
Hello, Being relatively new to OOP, inheritance is the topic at hand in my class presently. I wrote a 3 mini-programs that each inherit from a base class ca...
[4 replies] Last: You guys ROCK, thanks! This worked. (by bschmitt78)
Arrays in Constructors
 
Hello, i'd like to write something that fixes the size of an array inside a constructor, instead of fixing the size when declaring the array. how do i do tha...
[3 replies] Last: thanks Grey Wolf, for your prompt reply. that really helped in getting... (by theChameleon)
May 2008 Pages: 1... 45678
  Archived months: [apr2008] [jun2008]

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