Search:

Type: Posts; User: ssm

Search: Search took 0.00 seconds.

  1. Thread: c++ class error

    by ssm
    Replies
    3
    Views
    1,200

    i found my error not its working

    i found my error not its working
  2. Thread: c++ class error

    by ssm
    Replies
    3
    Views
    1,200

    c++ class error

    i made a simple Animal class but when i try to build and run the class it give me many error i can't understand where i made mistake


    #include <iostream>


    using namespace std;


    class...
  3. Replies
    8
    Views
    2,468

    thanks very much now left shift and right shift...

    thanks very much now left shift and right shift is clear for me
  4. Replies
    8
    Views
    2,468

    sorry for if i am insisting with these questions ...

    sorry for if i am insisting with these questions
    if i want 3 <<= 2 so 00000011 <<= 00000010 so the result is 00001110 = 14 is it right ? but when i run on codelite the result is 12 why ??
  5. Replies
    8
    Views
    2,468

    your explanation is so good i understood very...

    your explanation is so good i understood very well explain me something about this function to check if bit is set or not


    typedef unsigned char byte;


    int isbitSet(byte ch,unsigned int i){...
  6. Replies
    8
    Views
    2,468

    c bit shift left and right

    i'm reading a book on c bit shift i trying to understand what's going on in this c program bit shift i uploaded picture of the result
    someone can explain me thanks very much
    i entered bit1...
Results 1 to 6 of 6