Search:

Type: Posts; User: Atheist

Page 1 of 13 1 2 3 4

Search: Search took 0.64 seconds.

  1. Replies
    10
    Views
    10,303

    Re: Socket Module Needed

    What kind of module? A DLL? Or a class in a specific language? If so, what language?
  2. Replies
    35
    Views
    4,615

    Re: Any converts to Linux?

    I might try it! :thumb:
  3. Replies
    35
    Views
    4,615

    Re: Any converts to Linux?

    I use Ubuntu. Altough since my upgrade from Windows 7 to Window 10 resulted in not being able to boot the computer at all, and I accidentally formatted the wrong disk... I currently have no linux...
  4. Replies
    35
    Views
    4,615

    Re: Any converts to Linux?

    Using and developing on Linux is such a joy compared to Windows, so yes, I have semi-converted. I still use Windows for gaming.

    Edit: I want to mention I still have the displeasure of using...
  5. Thread: Ahmed Mohamed

    by Atheist
    Replies
    43
    Views
    2,672

    Re: Ahmed Mohamed

    Oh no, I absolutely agree that its a bit exaggerated. I understand that since this has blown up in the media, public figures do what they can to show where they stand on the issue. Be it to win votes...
  6. Replies
    1,154
    Views
    386,762

    Re: [RESOLVED] artificial intelligence

    I.. am not aware of such section :blush:
  7. Thread: Ahmed Mohamed

    by Atheist
    Replies
    43
    Views
    2,672

    Re: Ahmed Mohamed

    It sounds from your post that you think he is getting all this positive support just for "creating" that clock. Is it so?

    I think its absolutely disgraceful that a kid can be arrested like that.
  8. Replies
    13
    Views
    1,613

    Re: Thanks Wossname

    Interesting for your glad. Looks project.
  9. Replies
    1,154
    Views
    386,762

    Re: [RESOLVED] artificial intelligence

    So, Moti, when can I get hold of a signed copy of Battle Programming? I hear it contains a vast list of professions and skills.
  10. Thread: Farewell?

    by Atheist
    Replies
    98
    Views
    23,892

    Re: Farewell?

    I cant remember approving any of these posts!! :mad:
  11. Re: How to setup an HttpListener in C++

    Yeah I have! It's the library for HTTP communication in C and C++ :thumb:
  12. Re: How to setup an HttpListener in C++

    Hey szlamany. I would recommend looking at libcurl (http://curl.haxx.se/libcurl/) for HTTP requests. HTTP is only one of the protocols it supports, it's a neat library.
  13. Thread: Post Race!

    by Atheist
    Replies
    68,852
    Views
    17,966,241

    Re: Post Race!

    I would have to agree.

    There are lots of great chit chat threads... anyone by moti barski for example. Who can forget classics such as this one
  14. Thread: Post Race!

    by Atheist
    Replies
    68,852
    Views
    17,966,241

    Re: Post Race!

    All this talk of cows is making me hungry.
  15. Re: Convert MD5 (Hash) To Original Text

    Have you tried to google for information about encryption in VB6 (assuming that is the language you are using)?
  16. Replies
    3
    Views
    938

    Re: TCP/IP Server unresponsive

    Does it always get slow after a set amount of time, or is it after a certain number of clients have connected, or a certain amount of data has been transfered?

    Also, is there any relevant code in...
  17. Replies
    77
    Views
    6,398

    Re: GoTo is still alive!

    Shaaaagggyyyyyy!!

    *breathing pause*

    Hiiiikkkkeeeerrr!!
  18. Re: [RESOLVED] What languages are databases back-ends created in

    I'd just like to add to the discussion that, if you are interested in the internal working of a database management system, take a look at the SQLite source code. It's really interesting to build the...
  19. Replies
    8
    Views
    1,114

    Re: Database problem

    The sqlite shell is a small application that you can use to manage your SQLite databases. Dont put it in the system32 folder.
    I would advice you to look at the various SQLite wrappers that are...
  20. Replies
    77
    Views
    6,398

    Re: GoTo is still alive!

    Wossnaaaame!!!
  21. Replies
    58
    Views
    7,463

    Re: What watch do you wear?

    I wear an Omega Speedmaster 3570. I like it alot, but I've been thinking about trading it for another watch in the near future.
  22. Replies
    2
    Views
    1,051

    Re: Void Pointer Function type

    No unfortunately that is not correct. What you are doing is that you are casting size to a pointer type. That basically means that you are giving the caller a pointer pointing at memory that you do...
  23. Replies
    2
    Views
    2,201

    Re: how build a dynamic array from a struture?

    There are many different types of containers in the standard library. Take a look at the vector class for instance (http://http://www.cplusplus.com/reference/vector/vector/)
  24. Replies
    1
    Views
    988

    Re: Having trouble switching endians

    To swap endianness, you need to "mirror" the bytes in the value. For instance, to swap the endianness of a 32-bit integer, you'd do something like this:



    int32_t swap(int32_t in)
    {
    return...
  25. Replies
    205
    Views
    24,972

    Re: The State of VBForums

    You are all sponges in my book.
  26. Replies
    6
    Views
    2,887

    Re: [C++] - strange things:(

    Do you mean it takes a long period of time to open the project, or to run the project?
    If it is the latter, I would suggest you look in the output-window of the build process. What is happening when...
  27. Replies
    6
    Views
    2,887

    Re: [C++] - strange things:(

    Comparing name and "exit" will only compare the pointers, there will be no string comparison. Take a look at strcmp
  28. Thread: C vs C++

    by Atheist
    Replies
    2
    Views
    1,821

    Re: C vs C++

    What do you mean when you say that you only work with timers?
  29. Replies
    12
    Views
    3,341

    Re: problem with memory alocation

    Why not run it with Valgrind to find out if there is a problem or not?
  30. Replies
    13
    Views
    2,591

    Re: C++ Help library

    You will never learn if you do not try. Having other people write your homework assignments for you will not get you anywhere.
  31. Replies
    13
    Views
    2,591

    Re: C++ Help library

    What kind of help are you expecting to get? Should someone write the entire project for you?
  32. Replies
    13
    Views
    2,591

    Re: C++ Help library

    Just break the task into manageable pieces and solve it one step at a time. If you get stuck, do not hesitate to post a question!
  33. Replies
    13
    Views
    2,591

    Re: C++ Help library

    Have you read anything about reading and writing to files? Take a look here.
    I guess how well-designed this project should be depends on your level of knowledge and the level of the course you are...
  34. Replies
    13
    Views
    2,591

    Re: C++ Help library

    Your problem description is a little vague.
    Are you supposed to be able to enter book information that will be save to a database? Or a file of some sort? Or perhaps just in-memory?
    Is this C or...
  35. Replies
    13
    Views
    2,591

    Re: C++ Help library

    Is this homework of some kind? Have you got anything so far?
  36. Replies
    12
    Views
    3,341

    Re: problem with memory alocation

    I dont see any attached files.
  37. Replies
    1
    Views
    5,080

    Re: cin.get() and cin.ignore() in C++

    You should read some introductory article on c++ streams, such as this one: http://www.cprogramming.com/tutorial/c++-iostreams.html
    I haven't personally read that specific article, but it seems OK....
  38. Replies
    2
    Views
    1,771

    Re: Output isn't showing

    That is the debug output.
    You are writing to the standard output, which in this case is the console windows output. You're just not seeing it because the window closes so fast.
    You can always read...
  39. Re: Passing too many arguments - can I make some kind of structure for these?

    Yes you can create a struct or a class to hold them all, and pass it instead.



    class Rule
    {
    public:
    bool cwOn;
    WCHAR cwR;
    // etc..
  40. Replies
    8
    Views
    1,767

    Re: C++ Create an Array in a loop

    I actually enjoy rolling my own implementations every now and then, depending on what needs to be done.

    Implementations given to you by, for instance, the standard template library, are written to...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width