Search:

Type: Posts; User: drdodirty2002

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Windows server 2003 "No active mixer device found"

    Hello all, I've just recently installed server 2003 on my laptop, and for some reason or another I have no audio now. I was wondering if anybody knows how to go about fixing this problem. I'm running...
  2. Replies
    2
    Views
    1,314

    Knoppix Help

    Hi all, I've just recently started booting my pc using the knoppix cd. I liked what I saw and have decided to stick with the system. However there is one big problem. I have read several tutorials on...
  3. Replies
    1
    Views
    1,557

    Open GL issues

    Hi all I'm getting ready to spend some time doing open GL in Between semesters. Anyways, I was just trying to compile this stuff and I get an unresolved external error message. and quote

    error...
  4. Replies
    5
    Views
    2,820

    Whoa Whoa Whoa

    Anyone , Anyone
  5. Replies
    5
    Views
    2,820

    clock_t problems

    hi all I'm trying to build a couple of algorithms here for, my advanced data structures course and get the run times however I cant seem to get the clock_t variables to output to the screen at all....
  6. class inheritence with constructor parameters

    okay all I'm a little rusty on class inheritence here so if you could all refresh my memory please I have the following classes here
    the constructor recieves two values an integer and a double so if...
  7. Replies
    1
    Views
    698

    conversion

    Hello all I was just wondering if there is a good way to change the output of something from a char to an int observe the following code.



    #include <iostream>
    #include <fstream>
    #include...
  8. Replies
    2
    Views
    954

    wierd error message

    Hi there everyone I'm trying to output an array to a text file but for some reason I keep getting an error message. Would anyone have any advice


    #include <iostream>
    #include <fstream>
    #include...
  9. Replies
    9
    Views
    3,736

    I knew that already

    I already knew all of that my friend I'm talking about a bunch of ones stacked on top of one another, for integer addition its easy you just carry over but for binary addition its totally different...
  10. Replies
    9
    Views
    3,736

    alrighty but

    Okay but what do you when you are carrying to the next column I mean do you you carry all of the ones or keep the zero or what
  11. Replies
    9
    Views
    3,736

    somebody help

    Hello all. I'm having a horrible time studying binary numbers I already know the following

    1+0=1
    0+1=1
    0+0=0
    1+1=10
    which is all well and good but what happens when I get someting like this ...
  12. Replies
    2
    Views
    1,489

    binary help

    hello there fellas I am completley lost right now. We are required to take low level languages here and we just recently started to do binary multiplication and the teacher is an idiot straight up....
  13. Replies
    14
    Views
    1,452

    That is correct for you for now sir.

    That is correct for you for now sir.
  14. Replies
    0
    Views
    1,006

    Having SDK trouble

    Okay I have come to my wits end with this sdk kit every time I compile this stuff I get the same errors and I quote:

    syntax error : missing ';' before '.'
    'ddstruct' : missing storage-class or...
  15. Replies
    4
    Views
    1,382

    The tools

    The compiler that I have is Visual Studion 6.0, the reason that I ask is that I have just recently purchased a book on game programming and one of the libraries that is in some of the example code is...
  16. Replies
    4
    Views
    1,382

    How to install SDK

    Hello there everyone. I was trying to to install the directx sdk kit. I was just wondering is there a specific location I am supposed to install this kit too or should it not matter
  17. Replies
    7
    Views
    2,640

    tried it but not sure in what context though

    I did try that bit of code but I'm not to sure in what context I'm supposed to use it feel free to fill in the blanks where neccessary


    #include <iostream>
    #include <string>
    using namespace...
  18. Replies
    7
    Views
    2,640

    okay friends how about a small hint

    okay buds I give up can anybody just send me in the right direction at all with this whole leaf thing. I'm lost all of the algorithms I've tried fail miserably. So please be merciful and throw me a...
  19. Replies
    7
    Views
    2,640

    where though

    Where should I put an else if statement in this problem to get it working
  20. Replies
    7
    Views
    2,640

    leaves on a binary tree

    okay the problem is to display only the leaves of the binary tree check the code its running but somehow I don't think the output is quite right.



    #include <iostream>
    #include <string>
    using...
  21. Replies
    1
    Views
    810

    Binary Tree 911

    Hi all I'm so close to getting this stupid binary tree to work except I keep getting some wack ass error message. It says
    and I quote error C2440: '=' : cannot convert from 'char' to 'char12]'...
  22. Replies
    1
    Views
    1,265

    binary trees

    Hi there all. We are doing binary search trees. I'm having a little bit of trouble here though. Okay I need to as a few questions though.
    here is the code observe



    #include <iostream>
    ...
  23. Replies
    2
    Views
    917

    Binary Tree beginner

    Hello there everybody. We were just given an assignment before we were sent out on vacation for the thanksgiving holiday. I understand mostly everything the only thing I'm having trouble with is how...
  24. Replies
    1
    Views
    955

    in need of help

    hi all I need advice here I'm having a bit of a dilemma with this algorithm. We just started reading info from a text file check it out.



    #include < iostream.h >
    #include < fstream.h >
    ...
  25. Replies
    8
    Views
    1,951

    try this algorithm dude

    #include <iostream>
    #include <iomanip>
    #include <string>
    #include <time.h>
    using namespace std;

    //===============================CLASSE DEFINITION FOR...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4