Search:

Type: Posts; User: Caldus

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,599

    Nevermind, wasn't as hard to do the new project...

    Nevermind, wasn't as hard to do the new project idea as I thought it would be.
  2. Replies
    1
    Views
    1,599

    Preprocessor Directives in MFC Applications

    Hi,

    I have defined a preprocessor define #SHOW_LJ_DATA in my project settings. In another .h file, I have the following:



    #define LJ_DATA_SERVER_PORT_NUM 5003
    #define...
  3. Replies
    13
    Views
    43,371

    How to get the decimal part of a number...

    Say for example I have a double value like 237.3455. For some reason, I can't figure out how to just get the .3455 part of that number. I tried modding it by 1 (as this works for the Google...
  4. Replies
    3
    Views
    2,450

    Thanks guys. I'm still confused with the usage...

    Thanks guys.

    I'm still confused with the usage of this class though.

    Also, is this a built-in class for C++?
  5. Replies
    3
    Views
    2,450

    Converting Zulu Time to Current Time

    Does anyone know how to go about doing this in C++? Is there like some kind of date class that takes care of all of this?
  6. Thread: What to make?

    by Caldus
    Replies
    4
    Views
    1,802

    Oh, so like you would make an object representing...

    Oh, so like you would make an object representing a table row and then the blog object would be a child of the row object?
  7. Thread: What to make?

    by Caldus
    Replies
    4
    Views
    1,802

    How exactly would I be able to apply inheritence...

    How exactly would I be able to apply inheritence with those? I can't see a way.
  8. Thread: What to make?

    by Caldus
    Replies
    4
    Views
    1,802

    What to make?

    I need to make a program that connects to a database (or some kind of client-server relationship going on), grabs information, makes use of some classes (and inherited classes as well), and applies...
  9. Replies
    5
    Views
    1,094

    *bump* What kind of C++ programs should I show...

    *bump*

    What kind of C++ programs should I show to them? Just any program that uses OOP principles?
  10. Replies
    5
    Views
    1,094

    Yes, but do I show a C++ program that connects to...

    Yes, but do I show a C++ program that connects to a SQL database or what?
  11. Replies
    5
    Views
    1,094

    What do they expect?

    Hey guys,

    I'm going in for an interview for a small software company internship (I'm still in college). Their description is as follows:



    What kind of C++ programs should I show them in this...
Results 1 to 11 of 11