Search:

Type: Posts; User: Kamikaze Badger; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    5,040

    Completely random errors...

    To me at least. Some of you may remember the old CPU burner I posted, written in C++, awhile back... well, after learning a bit of x86, I decided to really make it burn :).



    #include <iostream>...
  2. Replies
    4
    Views
    10,690

    Good question... So, updated now, with your...

    Good question...


    So, updated now, with your advice, and some other thinkanating:



    /* General math functions header file, (c) Sam Tootell. This piece of code
    ** was madeto be used openly...
  3. Replies
    4
    Views
    10,690

    General math functions header

    Sorry if this is the wrong place to post this, but since it said it was a place to share code...


    I got bored after chores :).



    /* General math functions header file, (c) Sam Tootell. This...
  4. Replies
    6
    Views
    14,639

    Getting Windows system time in C++

    As the title says, how do you get the system time in C++ on Windows? And putting it into a variable would be the same as any other typecasting thing, right?
  5. Replies
    2
    Views
    1,740

    While I have NO idea of wtf you mean by that... ...

    While I have NO idea of wtf you mean by that...



    I'll guess that it'll mean alot of damage?
  6. Replies
    2
    Views
    1,740

    Computer stupidities

    http://rinkworks.com/stupid/
  7. Replies
    1
    Views
    1,807

    Why you should avoid Dell

    http://digitalriotservers.com/userfiles/hobbes/Picture%20007.jpg




    Almost like the error message I had on a Tandy I bought for $5. "Keyboard error. Press any key to continue."
  8. Thanks :). I'll get to browsing the MSDN and...

    Thanks :). I'll get to browsing the MSDN and googling up some tutorials for it.






    You get a cookie!

    http://www.allenmugs.com/beads/cookie.jpg
  9. Question regarding multi-language use

    Is it possible to design and write a GUI in Visual Basic that then have it call a DLL or something to have it run a specific algorithm from a different language? In this case, that language would be...
  10. Replies
    7
    Views
    11,221

    Ok, did some work on it with the help of you guys...

    Ok, did some work on it with the help of you guys and guys from other forums, and here's the updated(and heavily fixed) code:



    #include <iostream>
    #include <string>

    using namespace...
  11. Go look up myg0t.

    Go look up myg0t.
  12. Replies
    7
    Views
    11,221

    How's it looking?

    On the program I've being working on for around a month now(I'm lazy...), I've finally got it towards final coding stages. Could someone please post any bugs and stuff they see in the raw code?


    ...
  13. Replies
    7
    Views
    6,466

    Interesting argument...

    Being chatting in an IRC room, and we got to the point of discussing virii. According to the people in the IRC room(which are very competent when it comes to computers, btw), the only reason there...
  14. Replies
    2
    Views
    3,999

    So it would be something like this? if(x...

    So it would be something like this?



    if(x != y)
    {
    z = (x * y);
    cout << "Current result: " << z << '\n";
    }
  15. Replies
    2
    Views
    3,999

    More questions

    Well, first off, when using the #define preproccessor in C++, can I keep it empty and fill it in later for an if-else statement block? Or do I have to fill them in right after declaring them?

    ...
  16. Replies
    2
    Views
    5,321

    You just answered my questions fully and in a way...

    You just answered my questions fully and in a way I can actually undersand :D. Thanks!




    COOKIE FOR YOU! Cookie --> @



    EDIT: And a Stresser program is something like Prime95 or Sandra....
  17. Replies
    7
    Views
    2,441

    How difficult is it, you say? From my...

    How difficult is it, you say?


    From my Computer Science book:





    I would suggest reading up on stuff at the IEEE Computer Society website at www.computer.org, and then learning about...
  18. Replies
    2
    Views
    5,321

    Question about functions in C++

    Ok, after learning a bit more C++, I've decided to take another shot at the stresser program.



    But, I've got two basic questions abou functions...


    When declaring a function with a data...
  19. Ok... as usual, I didn't get much out of what you...

    Ok... as usual, I didn't get much out of what you said(being that C is an evil language, IMO, and that the scripting language used for Admin Mod is most similar to C... yea...)



    So the strstr...
  20. Replies
    1
    Views
    1,491

    For all the CS players

    http://www.pwned.nl/



    Sadly, it manages to capture the server atmosphere quite well :D.
  21. Replies
    11
    Views
    9,184

    What are honeypots?

    Seeing the forum title, it got me thinking... and well, what are honeypots? And, are they any better than firewalls?
  22. Umm... I sort of forgot the question... ...

    Umm... I sort of forgot the question...






    The question is, how do you search for specific text in a string? An example in C would be the greatest help.
  23. Searching for specific text in a string

    For the anti-myg0t plugin I've gotten back to work on, all I need to do is set it up so it will scan a specific string for the term "[myg0t]" and then do the given actions. This would be most easily...
  24. How does x86-64 assembly differ from x86?

    Other than a bit of syntax changes, how is it better than x86 assembly? I've being curious about it...







    Also, http://www.x86-64.org/documentation/assembly for those of you who would...
  25. Replies
    10
    Views
    13,285

    Thanks for the advice, hypronix. Yea, I'm still...

    Thanks for the advice, hypronix. Yea, I'm still learning C++, so I'm doomed to make mistakes... the C++ gods dislike me...




    I'll work into getting some of what you said into the program. And...
Results 1 to 25 of 46
Page 1 of 2 1 2