Search:

Type: Posts; User: Ajay Bahadur

Search: Search took 0.00 seconds.

  1. Yes...it is from Adobe test paper...

    Yes...it is from Adobe test paper...
  2. Thanks....

    THanks
  3. arithmatic operations without using them..

    Hi.

    I was reading a magzine.

    It had this question

    Without using /,% and * operators. write a function to divide a number by 3.

    Can anyone help...
  4. Replies
    4
    Views
    1,065

    Any Idea ...please help

    Hi ...

    I read this question in one magzine.

    2 ints A and B are given, find the no of bits that need to be flipped in A to get B.

    Can any one tell me how to solve this....

    Thanks in...
  5. Replies
    4
    Views
    1,040

    THANKS

    THANKS
  6. Replies
    4
    Views
    1,040

    Do you want to say that I should give ...

    Do you want to say that

    I should give

    C:\myproject\src\ g++ student.cpp C:\myproject\header\student.h

    Is above line correct.

    But if I use 5 header files then do I need to give the path...
  7. Replies
    4
    Views
    1,040

    compiling problem

    Hi All.

    I just created a myproject folder. This folder contains two sub folders i.e. src and include to hold .cpp and .h files.
    I created a simple class in student.h file and defined a simple...
  8. Replies
    2
    Views
    1,084

    Thanks....

    Thanks....
  9. Replies
    2
    Views
    1,084

    C++ and Oracle

    Hi All.

    Can any one tell how can I access a table in oracle database using C++.

    Please give me pointers where I can find material to read more about it.

    Thanks in advance........
  10. Replies
    6
    Views
    1,241

    Thanks for your response. It worked with...

    Thanks for your response.
    It worked with display(a[0],row, col)

    I was wondering if there is any other way to do this except this a[0] way......
  11. Replies
    6
    Views
    1,241

    compile errors

    The error coming while compiling is
    1) cannot convert ' int [2] * ' to ' int * '
    2) Type mismatch in parameter a in call to display
  12. Replies
    6
    Views
    1,241

    Array and Pointers

    Hi All.
    I was trying to compile this program....but it was not compiling.
    Can any one help..

    #include<iostream.h>

    void display(int *a,int row,int col){
    int i,j;
    for(i=0;i<row;i++)...
  13. Replies
    8
    Views
    1,317

    Inner classes

    Hi All.
    I just wanted to know that is it possible to have class within a class. If possible....which I think is true...how can we access members of inner class.
    I tried to write this code and tried...
  14. Replies
    3
    Views
    1,389

    Segmentation Fault

    Hi All.

    I am a Student of Computer Science. I have just started programming in C++.
    I was running this program which compiled and run successfully on Windows machine. But when I run it on Linux...
Results 1 to 14 of 15