Search:

Type: Posts; User: Dr.Xperience

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thank You

    Thank You
  2. Thanks buddy .I really appreciate your concern...

    Thanks buddy .I really appreciate your concern and thank you again for helping me.
    If you may, can you explain the cin.ignore or can you give me website referrence from where I can understand it...
  3. help with cin.get() program trying to use cin.get instead of getch()

    Hi ! everyone I was trying to use cin.get() like we used to use getch() .
    By which I mean using getch()/cin.get() to pause screen till a character is entered.

    Here is the code


    ...
  4. Replies
    2
    Views
    2,289

    Help with alternative of gotoxy()

    Please can any one help regarding an alternative for gotoxy function. Like in the this program snippet I wish to goto the previous line . Is their anything defined in standard C++ which may help me...
  5. Thread: rdtsc()

    by Dr.Xperience
    Replies
    1
    Views
    1,734

    rdtsc()

    Can anyone tell how to use this function in Dev C++.
  6. Replies
    15
    Views
    1,770

    Okay Thank You

    Okay Thank You
  7. Replies
    15
    Views
    1,770

    Yup thank you and by modern books which book you...

    Yup thank you and by modern books which book you mean
  8. Replies
    15
    Views
    1,770

    Thanks for the advice . Infact to do so I have...

    Thanks for the advice . Infact to do so I have joint this forum to know new things. To learn more by myself.
  9. Replies
    6
    Views
    1,079

    hmm interesting. Well thankyou for giving it a...

    hmm interesting. Well thankyou for giving it a thought .
  10. Replies
    15
    Views
    1,770

    I came across the fact but still until they are...

    I came across the fact but still until they are in practise it will take some time to reach India more specifically our university.
  11. Replies
    15
    Views
    1,770

    Thank You very much

    Thank You very much
  12. Replies
    15
    Views
    1,770

    Impressive never thought of that. I wonder how is...

    Impressive never thought of that. I wonder how is ANSI C++ without borland extentions. If you may please reffer me any book or site from which I can learn core aspects of ANSIc++. I mean I can never...
  13. Replies
    15
    Views
    1,770

    hmm but if you use a primitive compiler like...

    hmm but if you use a primitive compiler like turbo C++ it doesn't give an error and ouput is also seems to be alright when x==1. And thank you all for your time and comments. I just wanted to...
  14. Replies
    15
    Views
    1,770

    Help with Dynamic memory

    I wanted to know if I want an dynamic array so which method is more suitable and why is it more suitable

    method 1:

    int *p,x;

    p= new int;

    cin>>x;//input the limit of array
  15. Replies
    6
    Views
    1,079

    umm if I am not wrong you mean that since integer...

    umm if I am not wrong you mean that since integer is of 4bytes in x64 environment(64 bit compiler) i.e. it will have limit from -2147483648 to 2147483647. So, since the answere of intermediate...
  16. Replies
    5
    Views
    2,202

    Thanks for reply and sorry for extra %d in printf...

    Thanks for reply and sorry for extra %d in printf statement.

    But tilll the extend I have got the idea here '0' represent zero and we are reducing var ie. character variable var with '0'. So the...
  17. Replies
    5
    Views
    2,202

    help with a printf statement

    #include<stdio.h>
    #include<conio.h>

    void main()
    {
    char var;

    scanf("%c",&var);
    printf("%c\n%d\n%d ",var-'0',(int)var);
    getch();
  18. Replies
    11
    Views
    1,496

    I understood........ No solution for my problem....

    I understood........ No solution for my problem.
    Huh.... I guess I have to try in different way.
    Probably I have to begin from scratch.
    Anyway thank you everyone.
  19. Replies
    11
    Views
    1,496

    No it would be improper to say that university is...

    No it would be improper to say that university is stuck in past. Just we are going through thorough analysis of C from Basic to Advance . I am just stuck because of these stuff.

    Ok... Then do you...
  20. Replies
    11
    Views
    1,496

    Need help with compiler

    Urgent need of a 64 bit compiler for windows 7 which supports borland extentions like clrscr() , getch() and gotoxy().
  21. Replies
    16
    Views
    4,756

    Whatever

    Whatever
  22. Replies
    16
    Views
    4,756

    First thing I want to clear I am aspiring to do...

    First thing I want to clear I am aspiring to do PHD in CSE. So I am not a Docter right now but soon I will be. And thanks codecaine I got what i needed buddy.

    Thanks all guys for viewing my thread.
  23. Replies
    16
    Views
    4,756

    I need a defination buddy. I know what are they...

    I need a defination buddy. I know what are they but need a formal defination.
  24. Replies
    18
    Views
    37,287

    yup I will use switch case when i have to...

    yup
    I will use switch case when i have to compare single value with multiple value. For comparing one value or to compare multiple values with multiple values i will use if else. Though both have...
  25. Replies
    16
    Views
    4,756

    need a defination

    Can anyone define Formatted and Unformatted functions
Results 1 to 25 of 32
Page 1 of 2 1 2