request

This section of C++ contains source codes of Programs implementing Object Oriented concepts in C++. Classes and Objects are the most important features of C++.

request

Postby asad on December 19th, 2008, 3:37 pm

sir i waz asking you to give as brief and relavent touch that how our input can go inside
the screen so iam waiting for ur reply plzzzzz plzzzzz plzzzzzz brief a code for my problem
kindly sir
<Muhammad asad kayani>
asad
 
Posts: 10
Joined: December 18th, 2008, 8:49 pm

Re: request

Postby Web Guru on December 23rd, 2008, 5:10 am

To get the user input and display it on the screen at a specific position is not a difficult task. Please understand the code below, it might not be 100% correct as i haven't compiled it, i am just writing here so that you can understand the way.

Code: Select all
  char c;
  int x =10;
  int y = 10;

  gotoxy(x, y);
 
  while(1)
  {
    c = getch( );

   cout << c;
  }
User avatar
Web Guru
 
Posts: 89
Joined: March 24th, 2008, 7:59 am
Location: Lahore, Pakistan

code reply `

Postby asad on December 25th, 2008, 5:01 pm

sir the code you have written is some how working but with previous input it is overwritten
why this i can not understan if you can do this code with any other method as yout inteligence level can so it will be very helpful for me kindly sir reply soon and hrdly
:?: :?: :?:
Muhammad asad kayani
asad
 
Posts: 10
Joined: December 18th, 2008, 8:49 pm

Re: request

Postby asad on December 25th, 2008, 5:08 pm

code simpilification may lead to a good approach and graphics addition :!: :!: :!:
asad
 
Posts: 10
Joined: December 18th, 2008, 8:49 pm

Re: request

Postby asad on December 27th, 2008, 3:54 pm

salam,
sir i am waiting for yours responce for the two dayz plz reply so i can forward my work as i can proceed under your guiding
asad
 
Posts: 10
Joined: December 18th, 2008, 8:49 pm

Re: request

Postby asad on December 31st, 2008, 2:56 pm

reeeeeeeeeeeeeeeeeeeeeeppppppllllllllyyyyyyyyyyyyyyyy///////////////////
asad
 
Posts: 10
Joined: December 18th, 2008, 8:49 pm

Re: request

Postby zakaullah89 on January 3rd, 2009, 4:36 pm

Here i attach a small and a simple program which can be helpful for you (Asad). check it.
You do not have the required permissions to view the files attached to this post.
zakaullah89
 
Posts: 22
Joined: March 10th, 2008, 2:35 pm
Location: Muridke, Pakistan


Return to Object Oriented Programming (OOP)

Who is online

Users browsing this forum: No registered users and 0 guests

cron