Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~940 People Reached
Favorite Forums
Favorite Tags
c++ x 9
Member Avatar for hjjayakrishnan

where can i download windows.h and mmsystem.h header file(for my turbo c++ v3.0)

Member Avatar for Ancient Dragon
0
65
Member Avatar for godlike111

Help me please i need a code for this menu.... Menu a) Clue b) change password c) Exit i need it badly please.... the password for this code is for string, and char. no numbers..... please can someone make me one for this.........

Member Avatar for jrrr
-1
70
Member Avatar for babiker

As you guys might have guessed form the threads name, I have a few questions that am going to post under one thread because i don't want to stuff the front page...thanks in advance. 1. Why are function prototypes mostly declared before the main(), but the actual function is under …

Member Avatar for ArkM
0
93
Member Avatar for blackdove

could someone atleast point me in the right direction? i'm new at this and i've been working on this program and I just hit a brick wall. Its like my brain stopped working or something... :confused: I have to make a "stop watch" program...have a class defined for stop_watch that …

Member Avatar for hjjayakrishnan
0
386
Member Avatar for hjjayakrishnan

is it possible to use fstream without using classes and structures since everi time i encountered a fstream code i saw this classes and structures used...im not into the portion of classes ...could anyone help me out in this case!!????

Member Avatar for Ancient Dragon
0
48
Member Avatar for digital_ice7

why cant i type in my address??? [CODE]#include <iostream> #include <fstream> #include <string> using namespace std; const int maxstring = 120; typedef char stringtype[maxstring]; void newuser(){ system ("cls"); stringtype name; string type, id, cnumber, address; double amount; ofstream out; cout << "ENTER YOUR NAME: "; cin >> name; out.open(name, ios::out); …

Member Avatar for skatamatic
0
119
Member Avatar for hjjayakrishnan

Hey actually when we are usin the random function we generally tend to take all the no.s eg.random(5) 012345 but i wanted to take random from only a few no.s like 3 5 7 5 9 and not ny other numbers.. cud neone help me

Member Avatar for WaltP
0
62
Member Avatar for hjjayakrishnan

hey i just created a game of hangman in c++ with multiplayer facilities and stuff...but i wanted to add some music to it...could anyone help me??

Member Avatar for vmanes
0
97