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
~974 People Reached
Favorite Forums
Favorite Tags
c++ x 9

8 Posted Topics

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
67
Member Avatar for godlike111

use a switch case for accessing the menu..then store the password to a variable and accept the string from the user and using strcmp compare the string with stored password.

Member Avatar for jrrr
-1
72
Member Avatar for babiker

see ,function prototypes basically tells the compiler what all functions are there in the program.in case you type the whole function before main then, you dont need to put a function prototype. like eg. #include< > void func() { --------- ------- ------- ------ } void main() { ------ ------ ---- …

Member Avatar for ArkM
0
98
Member Avatar for blackdove
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
49
Member Avatar for digital_ice7
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
64
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
104

The End.