Search:

Type: Posts; User: irfanmasood

Search: Search took 0.00 seconds.

  1. Replies
    35
    Views
    5,719

    clock

    This is a clock which is handled by system and graphics mode but not in oop.
  2. table

    check this attachment
  3. Replies
    6
    Views
    1,154

    reply

    you can use getpass function in your program.Its very easy you donot ned to use array.You can explore ad tell me the result. I had also used it.
  4. Thread: Urgent

    by irfanmasood
    Replies
    3
    Views
    990

    reply

    I asked about c++.......
  5. Thread: Urgent

    by irfanmasood
    Replies
    3
    Views
    990

    Urgent

    How can we blink the text in Graphics .We can do it by using textcolor(color+128):How can we do that in Graphics......
  6. REPLY

    REPLY........
    We cannot do witout pointers.
    The syntax is that
    int *ptr;
    int n;
    cin>>n;
    ptr=new int [n];
    delete ptr;
  7. Thread: question

    by irfanmasood
    Replies
    1
    Views
    879

    question

    How can we change the value of a variable in Graphics without using pointers or the variable address.
    suppose
    for(int i=0;i<20;i++)
    cout<<i;
    How can we that in graphics.
  8. Replies
    3
    Views
    1,082

    Reply

    That's a good game ? I made it last week in c++ in oop with the help of graphics.By using just the num pad by giving it the pixels path quiet easily.Do you want the code?I donot know how do u want ot...
  9. Replies
    3
    Views
    1,054

    Important question

    How can we modify a constant variable?
    suppose
    const int x=12;
    How can we change its value????
    Please tell me.
  10. Replies
    1
    Views
    1,209

    hello You can show them in graphics by using...

    hello
    You can show them in graphics by using <graphics.h>.It will do that in the form of pixels of your screen(639*479).You can do anything then in graphics but u have to set the path for it like...
  11. Thread: Question

    by irfanmasood
    Replies
    1
    Views
    906

    Question

    I want to know about some file handling+mouse programming in c++.........Please help me in this topic.
Results 1 to 11 of 11