Search:

Type: Posts; User: sguruprasanna

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,790

    C++ Certification Exams...

    Hi,

    Is there any certification exams for C++ (like JCP for java) which has a good recognition?

    thanks & regards,
    S.Guruprasanna
  2. Hammer, Thanks for your suggestions... ...

    Hammer,

    Thanks for your suggestions...

    Regards,
    S.Guruprasanna
  3. Replies
    4
    Views
    1,348

    Plz help me with this requirement...

    Hi,

    I have 4 classes like A,B,C & D.
    I need to store the objects of these classes in a one-dimensional array kind of data structure so that i can get those objects just by using an index. For...
  4. Replies
    4
    Views
    1,348

    Plz help me with this requirement...

    Hi,

    I have 4 classes like A,B,C & D.
    I need to store the objects of these classes in a one-dimensional array kind of data structure so that i can get those objects just by using an index. For...
  5. You can have a look at this code: void main()...

    You can have a look at this code:

    void main()
    {
    char s[] = {"ABCDE"};

    for(int i=0; i<5; i++)
    {
    for(int j=i; j<i+5; j++)
    {
Results 1 to 5 of 5