CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Graphic

Search: Search took 0.04 seconds.

  1. Thread: Maths

    by Graphic
    Replies
    17
    Views
    1,860

    Re: Maths

    It's been my professional experience that programming that DOESN'T either require A. extremely careful detailed architecture design (designing a whole system from the ground up) or B. "maths" are...
  2. Replies
    8
    Views
    7,355

    Re: Looking for C++ Mentor!

    I would not start with C++ if you want to make a game, there are a lot of lower things you have to muck about with before you can even get to the game logic. To be honest I really would suggest you...
  3. Replies
    2
    Views
    6,423

    Re: istream::get(char*, int) problem

    Thank you! That was it, I'm guessing it was hitting a delim character when I was using get, but using read worked great. Sorry I'm still really new at C++.
  4. Re: which java framework do you like to see in c++

    I'm currently considering using boost for at least threading, would you recommend against this? The only experience I have with threading is using pthreads on linux in plain old C, boost::thread...
  5. Replies
    2
    Views
    6,423

    istream::get(char*, int) problem

    First please don't waste your time and my time by telling me to store my images on disk instead of a database. There are advantages to both and in this case it is much easier to manage these images...
  6. Replies
    3
    Views
    2,213

    Re: OpenSource FTPLib++ Compile Problems

    You are a gentle man and a scholar good sir! That did the ticket, I've never had to define those before through compiler (most of the stuff I write at school usually doesn't require anything more...
  7. Replies
    3
    Views
    2,213

    OpenSource FTPLib++ Compile Problems

    Currently I am using G++ on windows via cygwin. I am trying to use an OpenSource implementation of FTP called FTPLib++ rather than trying to implement FTP myself with sockets. The source for FTPLib++...
  8. Re: Convert raw binary (of an image) to Java Image

    Thank you very much, I'll start playing with that class immediately.
  9. Convert raw binary (of an image) to Java Image

    First I will ask for your forgiveness if the question I am asking has been asked before. If it has, please kindly point me to the post that explains it. I have looked around other forums and haven't...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured