Search:

Type: Posts; User: siavoshkc

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    1,945

    Made only one static member which receives "this"...

    Made only one static member which receives "this" and do the job by itself. Thanks.
  2. Replies
    9
    Views
    1,463

    What I wanted to do was a nightmare. Well at...

    What I wanted to do was a nightmare. Well at least now I know about pointer to member functions.

    You mean storing this in an static member pointer? Can you please provide an example? Really sorry...
  3. Replies
    7
    Views
    1,945

    This static member should call non static members...

    This static member should call non static members to handle the callback. In the mean time I have a pair of one static and one non static function for each handler (As been told by FLTK manual) which...
  4. Replies
    7
    Views
    1,945

    I want to have one static member for all...

    I want to have one static member for all callbacks.
  5. Replies
    9
    Views
    1,463

    Now how can I send address of a member function...

    Now how can I send address of a member function to my object? The object should be aware of "this" for the member function. Can I define a function pointer which accepts a member function address?
  6. Replies
    9
    Views
    1,463

    So simply I can create an object which can hold...

    So simply I can create an object which can hold the method address and then give it to callback as the second argument. Sure.

    If FLTK could accept class member addresses there would be no need for...
  7. Replies
    9
    Views
    1,463

    Hello laserlight, it was a long time...:) Is...

    Hello laserlight, it was a long time...:)

    Is it because of virtual functions? The address of the function I am trying to get is fixed during the lifetime of that class object. I don't see any...
  8. Replies
    9
    Views
    1,463

    Forceful type cast not working

    I am writing a program with FLTK and in event handling part wanted to send the address of the handler function to callback function. Type cast just does not wrok.
    ...
  9. Replies
    7
    Views
    1,945

    So I also use one static private function. Now...

    So I also use one static private function. Now the question is how to choose a specific differentiator value for each handler. For example we can give a button integer 1 and another 2 two. Then in...
  10. Replies
    7
    Views
    1,945

    FLTK Event Handling

    In FLTK when you create a widget you may assign a callback function to it. This event handler cannot be a non static class member. From what I read and understood there are three ways you can handle...
  11. Replies
    5
    Views
    1,208

    Incorrect. Compiler ignores /arch:ia32 when is...

    Incorrect. Compiler ignores /arch:ia32 when is creating x64 executive. That is because there is no x64 CPU with no SSE in real world.
  12. I think at this point you should not worry about...

    I think at this point you should not worry about how compiler implements it. Just care about the logic of recursion which is the main point. You may provide a non-recursive function to do the job but...
  13. Replies
    5
    Views
    1,208

    Thanks for sharing your opinion but when you see...

    Thanks for sharing your opinion but when you see the assembly it is not CL. The answer is here.
  14. Replies
    3
    Views
    1,139

    :D Really?

    :D Really?
  15. Replies
    5
    Views
    1,208

    VS2013 FP code generation

    int c =0;
    000000013FD223B5 mov dword ptr [rsp+20h],0
    float f=0;
    000000013FD223BD xorps xmm0,xmm0
    000000013FD223C0 movss dword ptr [rsp+24h],xmm0
    int a = c + f;...
  16. Thread: Ubuntu Touch

    by siavoshkc
    Replies
    7
    Views
    3,162

    Sorry. What I meant was limiting normal users is...

    Sorry. What I meant was limiting normal users is being done by creating a UI that doesn't give anyone the ability to change fundamental settings. You don't have to limit the OS itself.
  17. Thread: Ubuntu Touch

    by siavoshkc
    Replies
    7
    Views
    3,162

    It only relates to UI.

    It only relates to UI.
  18. Thread: Ubuntu Touch

    by siavoshkc
    Replies
    7
    Views
    3,162

    No doubt Android is better than symbian or maybe...

    No doubt Android is better than symbian or maybe Windows mobile. But not being able to run native Linux Apps was a real frustration.

    So far mobile OSes were being like a cage. Not flexible at all....
  19. Thread: Ubuntu Touch

    by siavoshkc
    Replies
    7
    Views
    3,162

    Ubuntu Touch

    After having so much frustration with Android and abandoning of alternatives like MeeGo, there is a new hope.

    A new Ubuntu distro named Touch has been created by Canonical:Ubuntu for phones |...
  20. Replies
    13
    Views
    2,573

    Thank you. I will continue studying...

    Thank you. I will continue studying frameworks/GUIs and find a good combination. Have anybody ever used Ultimate++, eGUI or Win32++?
  21. Replies
    2
    Views
    2,761

    When to use Database

    I can serialize my data to harddisk. How can I know it is time to use a database to store my data?
  22. Replies
    13
    Views
    2,573

    You can also bind data to .Net controls. ...

    You can also bind data to .Net controls.



    So you say we should not use Qt or MFC?
  23. Replies
    0
    Views
    931

    COM property page

    This COM was being around for a long time till recently I decided to see what it is. So I created the COM Control project from MSDN walk-through. First problem was that my control was not registered...
  24. Replies
    13
    Views
    2,573

    It was better if it was one lib for everything....

    It was better if it was one lib for everything. But I have no problem with combining libs if they are good quality and compatible. I'm an idealist generally but this time I need a practical solution...
  25. Replies
    13
    Views
    2,573

    What is the benefit of WPF over .Net controls.

    What is the benefit of WPF over .Net controls.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4