Search:

Type: Posts; User: nitin1

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,389

    No problem if u run the program whether in c or...

    No problem if u run the program whether in c or c++
    it results in same ,it simply turn off the DOS ,BUT why it does so?
  2. Replies
    4
    Views
    1,389

    exit DOS through C?

    hi,
    i have a problem here in this code


    #include<stdio.h>
    #include<conio.h>
    #include<iostream.h>
    void main()
    {
  3. Thread: new operator

    by nitin1
    Replies
    9
    Views
    1,224

    thanks

    i want to give thanks to every on ewho answered my question because now i understand the concept.




    thanksssssssssssss.
  4. Thread: new operator

    by nitin1
    Replies
    9
    Views
    1,224

    new operator

    Ques:
    when we declear our class object of base using new operator and initialize it address of drived class object,like:
    [code\]

    base *ptr=new drive;


    then we have to use virtual...
  5. Replies
    7
    Views
    932

    Reply To Abhishek

    Dear Abhishek,

    books and teachers r the best source for learing the CPP. so go to teacher and beg before them.they r very kind hearted preson & for give u.
    ...
  6. Thread: printf/cout

    by nitin1
    Replies
    4
    Views
    1,321

    printf/cout

    here is the que:


    Q:-what is the basic difference between cout and printf?

    i know printf is defined in STDIO.H and cout in IOSTREAM.H.
  7. Replies
    10
    Views
    1,439

    Plz read my question carefully,my question is in...

    Plz read my question carefully,my question is in c++
    Q:-pointers uses two bytes to store an address of any variable ,but print the address of 4bytes like 0x879fffff which is 4 bytes how?
  8. Replies
    10
    Views
    1,439

    Pointers in C/C++

    Dear Sir,


    I have a question on pointers which is disturbing me for last three/four days .The question is :


    Q:- Memory gives pointers 2bytes to store the address of...
  9. Replies
    11
    Views
    2,462

    plz under

    To
    itsme86,
    cprogramming.
    Sir,
    First I will thank for my question.Plz try to understand me , i want a program which will swap the strings .

    For this...
  10. Replies
    11
    Views
    2,462

    pointer to array

    Dear Sir,
    I have a probleme in a program in which I cant send the address of a pointer to an array ,like this,

    char (*a)[10][10];
    ...
Results 1 to 10 of 10