Search:

Type: Posts; User: Mystic_Skies

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,357

    Thanks! :) It worked.

    Thanks! :) It worked.
  2. Replies
    4
    Views
    1,357

    Help with a missing ';' error

    Hello,
    I'm having a problem with a line of code that doesn't seem to be working right. I have no idea why it keeps telling me I have a missing ';' before '-'. Any help would be appreciated. ...
  3. Replies
    7
    Views
    1,572

    I'm still on Firefox 0.8.0 (haven't bothered...

    I'm still on Firefox 0.8.0 (haven't bothered upgrading in a while).
  4. Replies
    7
    Views
    1,572

    That's really strange. I have a logitech...

    That's really strange. I have a logitech wireless mouse with the back/forth buttons and they work with Firefox. For some odd reason though sometimes they don't once I'm too far in depth of pages...
  5. Replies
    46
    Views
    19,770

    Experience was definitely the biggest one but...

    Experience was definitely the biggest one but they told me after that is established, all they are really doing is giving you the "a-hole" test to make sure you can work with large groups. (at least...
  6. Replies
    46
    Views
    19,770

    Frequent Job Interviewing Questions

    Hello,

    I went on a job interview not too long ago for a software engineering internship and they had asked me some questions I thought were interesting. I was just looking around online and...
  7. The reason your count variable does not record...

    The reason your count variable does not record the new value of the word length is that it keeps being initialized to how long "word" is. If you keep assigning more and more letters to "word" it...
  8. Replies
    18
    Views
    5,104

    I like PS2 and XBox but I seem to only use the...

    I like PS2 and XBox but I seem to only use the PS2 to watch dvds in my car on long trips to school. The Xbox I'd rather see on a larger screen than the 5 inch display in my dash. Of course I have...
  9. Replies
    11
    Views
    3,266

    Some of the MC Hammer ones I saw weren't so great...

    Some of the MC Hammer ones I saw weren't so great but there was one really funny one with him. He's doing his "Can't touch this" dance in front of a mansion and nice car and then the next scene...
  10. Replies
    62
    Views
    14,239

    If the guidelines are under 100 million/per liter...

    If the guidelines are under 100 million/per liter though, why would you want to drink any somatic cells anyways? It sickens me personally.
  11. Replies
    62
    Views
    14,239

    I've been a vegetarian (almost vegan) for a while...

    I've been a vegetarian (almost vegan) for a while now and have to say that the protein ideology is way overblown. Plants have protein in them as well as some of the more higher sources like beans,...
  12. Replies
    21
    Views
    7,051

    I'm missing those beautifully done code...

    I'm missing those beautifully done code explanations by Prelude such as this one. I really learned a lot from those. :D
  13. Thread: Salsa

    by Mystic_Skies
    Replies
    22
    Views
    5,789

    Poll: I just got back from New Orleans and I have to...

    I just got back from New Orleans and I have to say I like it HOT! They have table set up in different places where you can sample around 20 different hot sauces that actually all taste different. ...
  14. Replies
    2
    Views
    2,650

    Alright thanks. I tried using VI editor but it...

    Alright thanks. I tried using VI editor but it seemed so complicated and then just found pico. Seems a lot easier. Thanks though. :)
  15. Replies
    2
    Views
    2,650

    Lex and Yacc

    Hello,
    I have a class where I'm supposed to create a program for lex and then one for yacc which on my school olympus account is flex and bison. I was wondering how do I go about creating...
  16. Replies
    5
    Views
    3,649

    I wouldn't mind seeing the demo. Looks pretty...

    I wouldn't mind seeing the demo. Looks pretty nice from the picture...
  17. Replies
    14
    Views
    2,023

    Instead of using an "if" statement for your menu...

    Instead of using an "if" statement for your menu why don't you try using the switch statement?


    switch ( value )
    {
    case 1:
    /* some statements */
    break;
    case 2:
    /*...
  18. Replies
    9
    Views
    2,924

    Happy Turkey Day! I'm thankful for everyone that...

    Happy Turkey Day! I'm thankful for everyone that posts so I can have fun reading them all day. Or am I crazy? :D
  19. Replies
    4
    Views
    1,973

    This website might have some help on what you're...

    This website might have some help on what you're looking for. Number 9 I believe: http://www.augustcouncil.com/~tgibson/tutorial/iotips.html
  20. Replies
    6
    Views
    14,039

    Thanks everyone for your great replies. ;)

    Thanks everyone for your great replies. ;)
  21. Replies
    6
    Views
    14,039

    Hello... I know how to convert hex to binary, but...

    Hello... I know how to convert hex to binary, but what I was asking is should I keep an array that represents what each 15 digits will be in binary and keep calling back to the array? Such as:


    ...
  22. Replies
    6
    Views
    14,039

    Printing Hex as Binary

    I'm doing a fairly large program that acts somewhat as a compiler. I've gotten to a part where I cannot seem to find out how to take the two character object code indexes (in hex) and print it out...
  23. Replies
    2
    Views
    1,226

    Thanks Thantos, helpful as always.

    Thanks Thantos, helpful as always.
  24. Replies
    2
    Views
    1,226

    Difference between '->' and '.'

    I was wondering, when making programs with structures, what is the difference when calling the structure's members using the '.' operator and the '->' operator? It seems like they would be the same...
  25. Replies
    7
    Views
    1,482

    Thanks for the help. Problem solved. :D

    Thanks for the help. Problem solved. :D
Results 1 to 25 of 33
Page 1 of 2 1 2