Search:

Type: Posts; User: siavoshkc

Search: Search took 0.02 seconds.

  1. Replies
    74
    Views
    17,994

    Are you sure? So lets see the DETAILED answer. ...

    Are you sure? So lets see the DETAILED answer.

    If I didn't want to use .Net, I had to use MFC. I choosed .Net:
    -I don't know any portable UI like wxWidgets.
    -.Net is supposed to be portable, MFC...
  2. Replies
    74
    Views
    17,994

    Yes.

    Yes.
  3. Replies
    74
    Views
    17,994

    I don't like this and that is meaningless. You...

    I don't like this and that is meaningless. You will need something and you will use it, thats all.

    [EDIT]

    No, but it was a better program in a managed environment if all data were managed.
  4. Replies
    74
    Views
    17,994

    There is just a little problem in seperation....

    There is just a little problem in seperation. Program keeps keywords in managed ArrayLists. Now I thing I should use native lists. It involves changing the whole code.
  5. Replies
    74
    Views
    17,994

    So there is only one way. I have to seperate the...

    So there is only one way.
    I have to seperate the UI and the main program completely, make UI platform specific and main part portable.
    [EDIT]
    It is not hard to be done. In my current design they...
  6. Replies
    74
    Views
    17,994

    Which UI works on any OS? [edit] .NET is...

    Which UI works on any OS?

    [edit]

    .NET is supposed to be portable, like Java.
  7. Replies
    74
    Views
    17,994

    It wont do anything bad to you. I know what is in...

    It wont do anything bad to you. I know what is in your mind, but you will need it soon to run some programs.

    [edit]
    My package is only 1.57 MB and it will install all its needs.
  8. Replies
    74
    Views
    17,994

    Why?

    Why?
  9. Replies
    74
    Views
    17,994

    Newer version Download link: NO [edit] Newer...

    Newer version
    Download link: NO

    [edit]
    Newer
    Download link: http://www.webfile.ws/d/11114
  10. Replies
    74
    Views
    17,994

    Now it has a setup and will install frame work. ...

    Now it has a setup and will install frame work.

    Download link: http://www.webfile.ws/d/10903

    [edit] No password is required.
  11. Replies
    74
    Views
    17,994

    http://www.microsoft.com/downloads/details.aspx?Fa...

    http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en
  12. Replies
    74
    Views
    17,994

    OK i found one by googling at last. Download...

    OK i found one by googling at last.
    Download link: http://www.webfile.ws/d/10799
    Password: cpppainter
  13. Replies
    74
    Views
    17,994

    If you give it this /*//*/ /* foo // bar */...

    If you give it this

    /*//*/
    /* foo // bar */

    /*/



    It gives you this:
  14. Replies
    74
    Views
    17,994

    Of course, but I don't have any in mind. And lazy...

    Of course, but I don't have any in mind. And lazy to google. Just direct me to a good one please.
  15. Replies
    74
    Views
    17,994

    Where can I place it? I mean a site so you can...

    Where can I place it? I mean a site so you can download it.
  16. Replies
    74
    Views
    17,994

    Now you can change keywords and they will be...

    Now you can change keywords and they will be saved on HDD for future use.

    [EDIT]
    MS Form designer is knocked out and I'm writting the code myself. It gives error about circular ownership and...
  17. Replies
    74
    Views
    17,994

    The reason I voted no is not because they are...

    The reason I voted no is not because they are useless. Because I thought script may not be helpful. Don't get angry of me, change my vote if it is really that important.

    I am now making big...
  18. Replies
    74
    Views
    17,994

    What the other taggers can do that mine can't?...

    What the other taggers can do that mine can't?
    Soon it will detect preprocessor dirctive next keywords like "once" for #pragma, and will make <afile> next of #include red.

    Where can I get dwks's...
  19. Replies
    74
    Views
    17,994

    Thanks. No, by .NET. Just double click...

    Thanks.


    No, by .NET.


    Just double click on tagged TextBox. "Painter Instruct.PNG" explains it.


    If I saw its code as good enough to be seen by others.
  20. Replies
    74
    Views
    17,994

    Here is some screenshots.

    Here is some screenshots.
  21. Replies
    74
    Views
    17,994

    I corrected the program so it will look like: ...

    I corrected the program so it will look like:

    printf("hi");

    #define /*what?*/ foo

    puts("\\\"");

    in\
    t x;
  22. Replies
    74
    Views
    17,994

    Oh I noticed this thread just now. I have...

    Oh I noticed this thread just now.
    I have written a code painter and it is in debugging phase.
  23. Replies
    74
    Views
    17,994

    /*Split from...

    /*Split from http://cboard.cprogramming.com/showthread.php?t=82493&page=2 ~ kenfitlike*/

    It is just your code, but painted:

    #include <iostream>
    using namespace std;

    struct node {
    int x;...
Results 1 to 23 of 23