Search:

Type: Posts; User: ekosix

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    2,378

    Security. :)

    Security. :)
  2. Replies
    13
    Views
    2,378

    ok, thanks! oogabooga, I was browsing around...

    ok, thanks!

    oogabooga, I was browsing around Pastebin.
  3. Replies
    13
    Views
    2,378

    You mean, it does not work?

    You mean, it does not work?
  4. Replies
    13
    Views
    2,378

    here: what is it exactly?? #include ...

    here:
    what is it exactly??

    #include <stdio.h>
    #include <string.h>
    #include <stdlib.h>

    char code[] =...
  5. Replies
    13
    Views
    2,378

    haha sorry... the "char array" is an array of...

    haha
    sorry...

    the "char array" is an array of type char...
    sorry, I separated them

    ((void (*)())char_array)();
  6. Replies
    13
    Views
    2,378

    ((void (*)())char array)();

    Hi guys..

    I've seen some sourcer around the web, and sometimes I've found this:
    ((void (*)())char array)();

    where "char array" was always an initialized one.

    How does that work?
    Is that...
  7. Replies
    4
    Views
    17,114

    Thanks guys! :D

    Thanks guys!
    :D
  8. Replies
    4
    Views
    17,114

    But why I should be using "const" instead of...

    But why I should be using "const" instead of "#define"?
  9. Replies
    4
    Views
    17,114

    [SOLVED] Can I use "#define" within a class?

    Hi guys...

    I was searching about it on the net, and I realized the best way to declare constants within a class is by using "enum".

    But I haven't found anything about using the preprocessor...
  10. wasn't sooooooo helpful but that's ok, thanks......

    wasn't sooooooo helpful but that's ok, thanks... :)
  11. anyone? :(

    anyone?
    :(
  12. sorry not to explain very well... My app has...

    sorry not to explain very well...
    My app has another app as a target. When the terget is executing, my app would check any internet connection from the target.
    I don't know HOW to make my app "see"...
  13. How to detect connections of an executing app?

    Hi guys,

    I need to test some tasks for myself and one of them is this:

    - the app's .exe name is pre-coded
    - my code checks if it's running... if NOT try again
    - if yes, retrieve a list of all...
  14. Replies
    5
    Views
    3,310

    Vc++ 2010

    Vc++ 2010
  15. Replies
    5
    Views
    3,310

    yeah, but, I want something that allows me to...

    yeah, but, I want something that allows me to freely draw 2d stuff on screen... and then use them
    i don't want the console.
    Like you said.... "Turn off the title bars and borders then resize the...
  16. Replies
    5
    Views
    3,310

    Which graphics library should I choose?

    I have an idea of developing a fullscreen app with graphics similar to a shell.
    I don't want to use PDCURSES once it is based on shell.
    I want something more "robust" like the examples in...
  17. Replies
    10
    Views
    3,640

    I used it with GWL_EXSTYLE, WS_EX_TOOLWINDOW and...

    I used it with GWL_EXSTYLE, WS_EX_TOOLWINDOW and it is the same style as my attachment... but it is still resizeable...
    I tested other conbinations and values instead of WS_EX_TOOLWINDOW, but...
  18. Replies
    10
    Views
    3,640

    Gosh, isn't there an easier way to block resizing...

    Gosh, isn't there an easier way to block resizing instead of capturing window events? :(
  19. Replies
    10
    Views
    3,640

    I did it, thanks! But, I had to modify the...

    I did it, thanks!
    But, I had to modify the screen buffers, because horizontal and vertical scroll bars were appearing on the window. I just adjusted the screen buffers and ok.
    But I still have a...
  20. Replies
    10
    Views
    3,640

    Change window style

    I want to make my console app window to be like this:
    10545

    A minimal style in other words...
    With no possibility to resize the window and with only the Close button
    How should I proceed?
  21. Replies
    3
    Views
    1,930

    Which edition of Visual Studio do you use...

    Which edition of Visual Studio do you use (Express, Ultimate, ...)?
  22. OR, you can try NCURSES library: ncurses -...

    OR, you can try NCURSES library: ncurses - Wikipedia, the free encyclopedia

    As you use Windows, you will need PDCURSES: PDCurses for Windows
    I like it very much, and if you want to know why, take...
  23. Replies
    14
    Views
    1,736

    :( I'm sorry...

    :(
    I'm sorry...
  24. Replies
    14
    Views
    1,736

    I recoded your solution: #include ...

    I recoded your solution:

    #include <stdio.h>
    #include <stdlib.h>

    int main(void)
    {
    int number, prime = 1;

    printf("Number: ");
  25. Replies
    2
    Views
    2,630

    First take a look at this flowchart instance:...

    First take a look at this flowchart instance: File:LampFlowchart.svg - Wikipedia, the free encyclopedia
    Now, analyse this code based on the flowchart above:

    void LampDoesNotWork(void)
    {
    ...
Results 1 to 25 of 44
Page 1 of 2 1 2