Search:

Type: Posts; User: Brw_Abhi

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    933

    sorry i made a wrong posting :) its compiling ...

    sorry i made a wrong posting :)
    its compiling

    In some post it is stated that

    Member function declarations with the same name and the name parameter-type-list cannot be overloaded if any of...
  2. Replies
    3
    Views
    933

    confusion about overloading

    Why overloading is not allowed in below case event though arguments are different?
    how compiler interpret this program.



    class Test {
    static void fun() {}
    void fun(int i) {} }; ...
  3. Replies
    38
    Views
    3,981

    Const and macro

    Hi,
    can any one give proper reason why should i use const as compaire to macro ?
  4. Thread: assembly help

    by Brw_Abhi
    Replies
    19
    Views
    4,087

    i only want was the logic !! and i think, its...

    i only want was the logic !!
    and i think, its sufficient to try with.
  5. Thread: assembly help

    by Brw_Abhi
    Replies
    19
    Views
    4,087

    Hi MacGyver, you have give code :cool: ...

    Hi MacGyver,
    you have give code :cool:
    Thanks let me try with ur logic .
  6. Thread: assembly help

    by Brw_Abhi
    Replies
    19
    Views
    4,087

    Well, thanks all for your response.. ...

    Well,
    thanks all for your response..
    Its not a home work , its a part of image decoder code . and i am trying to convert it in C. So i asked for the logic in the assembly code.
  7. Thread: assembly help

    by Brw_Abhi
    Replies
    19
    Views
    4,087

    assembly help

    I need to understand, what this code is doing, i dont know assambly coding .
    what would be the impact, if i change this logic with corrosponding c code,
    thanks in adv.


    WORD lookKbits(BYTE k)...
  8. Replies
    2
    Views
    1,745

    Thank's salem, let me try it

    Thank's salem,
    let me try it
  9. Replies
    2
    Views
    1,745

    "Stringization" problem

    What can i predict from this code ?
    say ## is a Token merge
    and if this int* and char* are mine other structure pointer

    #define MyTest(MINE_CONST) \
    int* pInt, char*...
  10. Replies
    7
    Views
    4,478

    " void main() is evil. Use int main(). "

    " void main() is evil. Use int main(). "
    i read this message in the forum. but what is the main reason behind this ?
    say i do void main() in my programme then, if i am giving the scope for...
  11. Replies
    8
    Views
    2,111

    Thanks to all for your valuable suggestions. I...

    Thanks to all for your valuable suggestions.
    I will try to skick more to c++ manual.
  12. Replies
    8
    Views
    2,111

    thx salem, Did operator "new" resembles to...

    thx salem,
    Did operator "new" resembles to "realloc" functionality ?
    say i initilization for pointer in constructor and free memory in destructor. still my code
    gives run time...
  13. Replies
    8
    Views
    2,111

    How to free memory ?

    This is my code for operator overloading;
    where should i free memory in class with distructor ? if i do that i am getting exception.



    --------------------------------
    in Test.h file...
  14. Replies
    8
    Views
    11,486

    Thanks to all for your valuable comment. ...

    Thanks to all for your valuable comment.
    Regard's
  15. Replies
    8
    Views
    11,486

    Actually, i am using memory constrain mobile...

    Actually,
    i am using memory constrain mobile devices, so want to know whether any specific algorithm is there to find out this .
  16. Replies
    8
    Views
    11,486

    Ok, so you mean to say that what ever free...

    Ok,
    so you mean to say that what ever free memory is in my RAM is the max malloc i can do is it ? or something else ?
  17. Replies
    8
    Views
    11,486

    Max size of malloc

    How much max memory chunk can i allocate using a single malloc ? is there any size restriction for that ? on what this depends ?
Results 1 to 17 of 18