Search:

Type: Posts; User: ChadJohnson

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,240

    Thank you for the feedback. Let's suppose...

    Thank you for the feedback.

    Let's suppose there is only going to be one instance of Module at any given time. What would you think about, instead of passing a reference or pointer to the Module...
  2. Replies
    3
    Views
    1,240

    Messaging with composition

    *EDIT: a better title probably may have been, "Messaging between objects"*

    Suppose I have the following (please forgive syntax errors):


    class Module {
    public:
    Component...
  3. That may be true, but I did mark the Windows...

    That may be true, but I did mark the Windows partition as unformatted with no file system when I created it with GParted.

    The drive is under warranty, so I am going to hav them send me a new drive.
  4. Think I got it worked out. I was actually able to...

    Think I got it worked out. I was actually able to reimage the drive using an image of the Windows partition I made before the problems started. But I did use Active Kill DIsk to zero out the entire...
  5. Thanks guys. Yea I have a file server where I...

    Thanks guys. Yea I have a file server where I keep all my files, so at any point I can wipe out any of my OSes with no loss whatsoever.

    I will get an RMA on the drive.
  6. Thanks. So you feel that it is most likely the...

    Thanks.

    So you feel that it is most likely the harddrive that is causing the problems rather than any other hardware?
  7. Windows freezes during setup...really need advice, please

    What does this sound like – hardware issue? Software issue?

    Here are my system (laptop) specs. It's an MSI 1039, and I purchased this less than one month ago.

    Turion 64 MT-40 2.2GHz
    1GB...
  8. Replies
    1
    Views
    2,921

    ISA card with new computer?

    Hi, I have an expensive ISA card which I would like to make on a new computer. I see that I have 2 options, and I'm wondering which is most feasible. I am using Windows XP Pro.

    1) Find a new...
  9. Replies
    6
    Views
    5,005

    Sorry, didn't mean to post twice.

    Sorry, didn't mean to post twice.
  10. Replies
    6
    Views
    5,005

    Is this processor 64-bit?

    I ran FreshDiagnose on a computer, and I can't tell if it supports 64-bit instructions. It says the data bus width is 64-bit, but I'm not sure what that means. Here is the output.



    Processor...
  11. Database entry - avoiding duplicate records

    I'm working on a web application, and the application allows people to enter, edit, and search for people. I have one table that stores all people, and an autonumber is automatically assigned to a...
  12. Replies
    2
    Views
    1,133

    Flash and PHP

    I'm working for this place, and I'm the web developer and a girl is the web designer. I've done a ton of web development, and I'm very familiar with XHTML, CSS, and PHP. I have a very good feel for...
  13. Replies
    6
    Views
    3,497

    Thanks for the reply. I've never done a web...

    Thanks for the reply.

    I've never done a web site using an OO approach, and I really don't see how this could be done effectively. I mean there is no stucture object-wise for a web page - it's just...
  14. Replies
    6
    Views
    3,497

    UML for a PHP application?

    For a class I'm doing a web site in PHP for a project (see http://cboard.cprogramming.com/showthread.php?t=74740), and I have to produce a "class diagram."

    We're doing the site procedurally rather...
  15. Replies
    14
    Views
    8,756

    Very good point, GanglyLamb. I had have forgotten...

    Very good point, GanglyLamb. I had have forgotten entirely about transactions. This will make it so that if two users try to schedule themselves for a plane at the same time only one will get it.
    ...
  16. Replies
    14
    Views
    8,756

    Sounds like a great idea, CompiledMonkey. Do...

    Sounds like a great idea, CompiledMonkey.

    Do you think it's still possible if, for instance, a student needs to fly in a specific type of airplane with a specific instructor on Monday, Wednesday,...
  17. Replies
    14
    Views
    8,756

    Could you expand on this?

    Could you expand on this?
  18. Replies
    14
    Views
    8,756

    Flight scheduling algorithm?

    For a school project, my team is creating a web application which will automate the process of scheduling when aeronautical flight students will fly throughout the semester. Right now, the flight...
  19. Replies
    4
    Views
    1,783

    Thanks, that explains it well.

    Thanks, that explains it well.
  20. Replies
    4
    Views
    1,783

    I guess my question is: how does the compiler...

    I guess my question is: how does the compiler know the definitions (thos in the .cpp file) for the objects if only the .h file is included in your program?
  21. Replies
    4
    Views
    1,783

    .cpp and .h files - organization

    What it the advantage of having your program organized as follows - just organization?

    main.cpp - the main part of your program
    object.h - the defitions for an object your program uses...
  22. If you're streaming from a central server, and...

    If you're streaming from a central server, and the people hosting the server don't want you copying their music (which I think is what you mean), there would be ways around that.

    You could just...
  23. Thanks for your post and your insight. Sorry, I...

    Thanks for your post and your insight. Sorry, I didn't meant to make it seem like I was trying to shoot down your idea.

    I don't think that context should be represented by a database, but rather...
  24. I don't think you can use a GUI with Prolog. Can...

    I don't think you can use a GUI with Prolog. Can you use Prolog code from a C++ program somehow? I guess you could have an external prolog program/module. But Prolog also does not learn the language...
  25. Why not just load the whole thing in memory off...

    Why not just load the whole thing in memory off the server and not have the client copy? Wouldn't this put about the same strain on both machines?
Results 1 to 25 of 161
Page 1 of 7 1 2 3 4