Search:

Type: Posts; User: fastmonkey

Search: Search took 0.00 seconds.

  1. Printing to a printer....I already did a search :)

    I'm in the process of writing a program for my father's pizza restraunt to handle order taking and cash handling. I would like the program to be able to print the food order to a printer we have set...
  2. Replies
    18
    Views
    7,573

    the 2nd pic is actually making fun of the rice...

    the 2nd pic is actually making fun of the rice seen. A bunch of my buddies and I took all of our cars...a 90 Mustang GT, 86 Mustang 351W, 71 Mustang 351C, and a 02 281S and riced them all out! We...
  3. Replies
    17
    Views
    4,291

    Thanks for all the replies! Oh, and I did a...

    Thanks for all the replies! Oh, and I did a search didn't find exactially what I wanted...In fact your search page in my homepage...I'm not on the board all that often because I USE the search...
    ...
  4. Replies
    17
    Views
    4,291

    Who here programs for a living?

    I'm headed back to school in a week or so. I've got 2 years left for my CS degree and was wondering how the job market's looking? What kind of stuff would an employer be looking for, I'm obviously...
  5. Replies
    5
    Views
    1,078

    I"m currently using the winprog tutorial and I do...

    I"m currently using the winprog tutorial and I do have Visual Studio Professional Edition...When you have a friend that worked for microsoft you get tons of free stuff...
  6. Replies
    5
    Views
    1,078

    Am I ready for Win32 programming?

    Ok, I have what I would consider a very solid understanding of C++. I'm currently majoring in Computer Science. I went ahead and started reading Winprog tutorial for win32 programming and it makes...
  7. Replies
    11
    Views
    2,745

    I've started using this...

    I've started using this tutorial. It's been extreamly helpful.
  8. Replies
    5
    Views
    1,614

    Sorry, I didn't fully understand what you were...

    Sorry, I didn't fully understand what you were asking.
  9. Replies
    5
    Views
    1,614

    Toss it in a complier and find out. Not trying...

    Toss it in a complier and find out. Not trying to be rude, but you will find out that when beginning C++ you will do this often. I use VC++ and used to open 2 versions of the program, 1 for the...
  10. Replies
    14
    Views
    1,456

    It will be getting much bigger, I perfer to start...

    It will be getting much bigger, I perfer to start the program object oriented...I could have done it all in the main file, but I didn't...
  11. Replies
    14
    Views
    1,456

    Ok, I've finnished the first part of the program....

    Ok, I've finnished the first part of the program. I have about 30 minutes into this which I feel is really good considering it's been 1 year since I've done any programming...(I had to go back and...
  12. Replies
    5
    Views
    2,633

    I just got back from a national car show...I got...

    I just got back from a national car show...I got a bunch of awesom ideas to modify my 86 stang.

    For starters I saw a 54 GMC pick-up, the fenders and hood opened like a corvet rotating forward,...
  13. Replies
    5
    Views
    2,633

    Well It's nice to know i'm not an oddity. Having...

    Well It's nice to know i'm not an oddity. Having interests in computers as well as cars...I love spending money just as much as I love making it...lol....
  14. Replies
    5
    Views
    2,633

    Automotive enthusits!

    I was just wondering if their was any other car enthuists here. I use my cars as a getaway from the computer. It's just as satisfying as programing, I get to take something apart and build it from...
  15. Thread: difference?

    by fastmonkey
    Replies
    9
    Views
    1,727

    lol...I came to this portion of the board to ask...

    lol...I came to this portion of the board to ask the same question...I"m glad I scaned the posts before doing so...What's the difference between C# and C++?
  16. Replies
    6
    Views
    894

    Re: reply

    that would probably be the most effictive or if you just want to change your current code try this



    #include <iostream.h>
    int main();
    {
    char directions; //can't you use a char* for a...
  17. Replies
    14
    Views
    1,456

    That makes since...thanks...I think the 2nd link...

    That makes since...thanks...I think the 2nd link explained why you need to understand the difference between little and big endian where as the 1st best described the differences and what they...
  18. Replies
    14
    Views
    1,456

    ah...so I was on the right track...I kinda recall...

    ah...so I was on the right track...I kinda recall bit shifting...let me go dig out my old c++ book and see what I can find out...this shouldn't take that long....I think I'll start off with what you...
  19. Replies
    14
    Views
    1,456

    do you mean user input 1 consol output 0001 ...

    do you mean

    user input 1 consol output 0001
    user input 2 consol output 0010

    (EDIT)
    That would be a binary pattern....sorry
  20. Replies
    14
    Views
    1,456

    Ok, I feel embarassed asking but, explain please....

    Ok, I feel embarassed asking but, explain please. How about an example of a bit pattern....I don't recall what that is...man if we went over this and I don't remember I really am out of practice.
  21. Replies
    14
    Views
    1,456

    I need something to do!

    Ok, I'm new here, I'm not new to C++ however, I have been out of practice for about a year. I was the best in my class and want to get my edge back for fall quarter....if somebody could give me a...
  22. Thread: VC++ or C++

    by fastmonkey
    Replies
    8
    Views
    1,096

    VC++ or C++

    Is their a difference between VC++ and C++? I've been using VC++ from the begining and was wondering if their was anything different between the languages (other then the compiler).
  23. Thread: New User

    by fastmonkey
    Replies
    2
    Views
    1,042

    New User

    I just thought I'd say hi. I'm a new user here. I'm majoring in Computer Science at Eastern Washington University. I've already finnished all my C++ classes but have been out of it for about a...
Results 1 to 23 of 23