Search:

Type: Posts; User: mas0

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. nope it the flushing of the last character issue....

    nope it the flushing of the last character issue. twhen u enter (new line) a character you also hit enter. the enter is stored and when u use scanf to read into a new char that new char is...
  2. try that? although it was done in a few...

    try that? although it was done in a few seconds... i think it makes more sense than your code?



    #include <stdio.h>
    #include <math.h>

    void roundNumbers( void );

    int main()
  3. Replies
    13
    Views
    1,932

    try telnet. it seems it wont let me connectn...

    try telnet. it seems it wont let me connectn either. its not a bug in your code, maybe the settings arent right? maybe its a possibility that gmail-smtp-in.l.google.com isnt good?
  4. Thread: again :(

    by mas0
    Replies
    4
    Views
    2,181

    http://rapidshare.com/files/10041105/Server.zip ...

    http://rapidshare.com/files/10041105/Server.zip

    i did not change ANYTHING in the settings of the program. and it used to work perfectly fine before here is a download link to the code with custom...
  5. Thread: again :(

    by mas0
    Replies
    4
    Views
    2,181

    program crashes at execution. i commented the...

    program crashes at execution. i commented the pragmas. no result. i have some warnings but the pragmas are linker to reduce size (at least that's what ive read-copied). program compiles fine. and for...
  6. Thread: again :(

    by mas0
    Replies
    4
    Views
    2,181

    again :(

    So here I am again with my C strings. This time something weird has been happenning. I have been working on that thing for a couple days at so far it worked fine... I have made my functions and my...
  7. Replies
    31
    Views
    7,163

    cracker. depending now. are you hex editing by...

    cracker. depending now. are you hex editing by yourself OR watching videos or reading step by step guides on how to do it(step by step guide for the program in question?) then again.... this is...
  8. Replies
    31
    Views
    7,163

    WRONG! Technology changes everyday improving...

    WRONG!

    Technology changes everyday improving becoming more challenging. Let me take a simple example. Firewall bypassing using a trojan.

    At the beginning, trojans couldnt bypass firewalls or...
  9. Replies
    31
    Views
    7,163

    he would be a script kiddie. not creating...

    he would be a script kiddie. not creating original concepts wud take him out of the hacking set. iwould say that he made the keylogger to make it undetectable to antiviruses so id say even not even...
  10. Replies
    9
    Views
    1,626

    C++ is not an option unfortunately. I am learning...

    C++ is not an option unfortunately. I am learning C and will stick to that for the time being. Most if not all of my coding will be api oriented, system calls etc and so far i have been doing a great...
  11. Replies
    31
    Views
    7,163

    creating a keylogger doesnt make you a hacker......

    creating a keylogger doesnt make you a hacker... it makes you a coder
    spying on people you know using a trojan doesnt make you a hacker... its just makes u a trojan user
    coding a trojan (which i...
  12. Replies
    9
    Views
    1,626

    so if i want to be totally safe and efficient i...

    so if i want to be totally safe and efficient i will have to make my code full of malloc() checks and a whole lot of free(). sounds tedious. what are my other options? if any.

    bearing in mind that...
  13. Replies
    9
    Views
    1,626

    in what case does malloc fail?

    in what case does malloc fail?
  14. I beleive the real answer would be size and...

    I beleive the real answer would be size and portability. Let me get into more specifics:

    When working with buffer overflows i.e exploits you want shellcode that is microscopic you need to be down...
  15. Replies
    9
    Views
    1,626

    String Handling in C

    Hi, here is a theory question, which makes my coding painful. I beleive that understanding the concept of "strings" in C is the hardest for people with previous coding experience in other languages. ...
  16. Replies
    6
    Views
    1,673

    true

    true
  17. Replies
    2
    Views
    873

    Making my code better?

    I am required to make a few programs for school. Very simple ones. Any way i could improve that?



    #include <stdlib.h>

    int main()
    {

    int i;
  18. Replies
    6
    Views
    1,673

    thanks man

    thanks man
  19. Replies
    6
    Views
    1,673

    Simple C Program [for loops?]

    #include <stdlib.h>

    int main()
    {

    int i,total;

    for (i = 2; i<=31;i++)
    {
    if ( i%2 == 0) {
  20. Replies
    8
    Views
    3,520

    thnx man

    you helped me fig out the cause of that pbm, but instead of getchar i used fflush (stdin);
  21. Replies
    8
    Views
    3,520

    Newbie mind wrecking glitch

    Hi guys, im working on my school assignment and there is that glitch in my program. it basically skips or ignores my code to read a char. I cant fig it out. my code is as it should be. Please dont...
  22. Thread: Newbie Help

    by mas0
    Replies
    6
    Views
    881

    replace end1 by endl (there exists no end1, endl...

    replace end1 by endl (there exists no end1, endl stands for end line)

    Wow... i replied to this question after 3 mins of posting yeah to me :D
  23. [Whole program] a beginner in c++ needs help finding this "memory leak"

    after this thread http://cboard.cprogramming.com/showthread.php?t=74581 , i havent been able to fix my issues so well maybe the code is found elsewhere. maybe someone can help me with this one... coz...
  24. Replies
    6
    Views
    13,825

    Ok... i have no clue of what you are asking here...

    Ok... i have no clue of what you are asking here but maybe just guessing u want the application visible and opened on the desktop (foreground).



    WinExec("C:\\Program Files\\MyApp.exe" ,...
  25. thanks for you replies. Yes Im not sure where...

    thanks for you replies.

    Yes Im not sure where or how but... i have tried doing a 100 time loop of a MessageBox with the result, over the 100 loops memory usage increases normally by 4-8k (Task...
Results 1 to 25 of 30
Page 1 of 2 1 2