Search:

Type: Posts; User: glo

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Should I use tasm?

    by glo
    Replies
    14
    Views
    2,573

    Thanks for the suggestions, The architecture I...

    Thanks for the suggestions,

    The architecture I study is 8086 and I'd really like to use nasm.
    The thing is, I can not assemble the hello world example my teacher assistant provided. It appears...
  2. Thread: Should I use tasm?

    by glo
    Replies
    14
    Views
    2,573

    Should I use tasm?

    Hi there

    I'm taking a course in assembly for my computer science degree.

    I was very surprised to see the requirement to download a list of programs that date back to 1997: tasm, borland, etc!
    ...
  3. Replies
    39
    Views
    5,837

    When was the last time you went to a mall? Or...

    When was the last time you went to a mall? Or shopping in general.
  4. Replies
    4
    Views
    2,185

    Yea I agree that it's all about tastes. But...

    Yea I agree that it's all about tastes.

    But this is more of an open question. Want to hear what was it like for people to contribute.
    And if some project has taken your attention lately, it would...
  5. Replies
    4
    Views
    2,185

    Do you contribute to oss?

    Do you or did you contribute to open source projects?
    What are interesting projects that can use a coder's hand?

    I feel I can use the experience : )
  6. Replies
    5
    Views
    4,985

    Thanks for taking a look at this, Salem I used...

    Thanks for taking a look at this, Salem

    I used mingw to compile the code under Windows 7. The fact that it worked for you under ubuntu had me try something...
    I converted the text file format to...
  7. Replies
    5
    Views
    4,985

    Get a specific line from ifstream

    Hiya

    I'm coding a parser for text files, and need some help figuring out why the stl is playing tricks on me.

    What I want:
    The parser will go through the text, line by line, and do some stuff....
  8. Replies
    22
    Views
    7,508

    Compile? I like this idea.

    Compile?

    I like this idea.
  9. Replies
    46
    Views
    15,026

    You should check out rcgroups...

    You should check out rcgroups if you haven't already. They had some very interesting designs, plus videos of how theirs got destroyed.
  10. Replies
    18
    Views
    8,473

    Did you install "Guest Additions"? It used to...

    Did you install "Guest Additions"? It used to sort resolution problems for me back in the day.
  11. Thread: Starcraft 2

    by glo
    Replies
    19
    Views
    2,935

    Now, where's that Diablo 3 I've been waiting for?

    Now, where's that Diablo 3 I've been waiting for?
  12. Replies
    15
    Views
    2,691

    I enjoy music when I'm out clubbing. Not when I...

    I enjoy music when I'm out clubbing. Not when I code.
  13. Replies
    17
    Views
    3,042

    In fact, I just recently went to Hamat Gader...

    In fact, I just recently went to Hamat Gader. There are several kinds of Alligators and Crocodiles that were brought from around the world.
  14. Replies
    23
    Views
    4,861

    ^Truth. Creativity is a big player in many fields...

    ^Truth. Creativity is a big player in many fields : )
  15. Thread: Nerds and needles

    by glo
    Replies
    25
    Views
    4,968

    Wtf man?

    Wtf man?
  16. Thread: Nerds and needles

    by glo
    Replies
    25
    Views
    4,968

    I was given so many injections during my life, I...

    I was given so many injections during my life, I really don't care much about other people stabbing me.
  17. Replies
    5
    Views
    1,925

    You didn't say what n was, is it initialized? in...

    You didn't say what n was, is it initialized? in which case, to what? and where?
  18. Replies
    5
    Views
    2,124

    Widescreen advantage in multiplayer?

    Hi there.

    Lately as more widescreen monitors are used for gaming, it makes me wonder:
    Does it give someone an advantage over a 4:3 monitor player, especially in multiplayer games? Particularly...
  19. Replies
    6
    Views
    2,211

    There are several ways to break a line when it...

    There are several ways to break a line when it reaches the end.
    In a default command prompt for example, there are 80 characters in each line. Does that give you any ideas?
  20. Replies
    13
    Views
    4,345

    Updating the list? Open command, cd to the...

    Updating the list?

    Open command, cd to the folder,

    dir /B > c:\list.txt
    And open the file in Excel.

    From there on it's just some string manipulation functions to extract the ISBN from the...
  21. Replies
    13
    Views
    4,345

    Excel and other spreadsheet editors offer a Sort...

    Excel and other spreadsheet editors offer a Sort feature. You should be able to populate the fields by reading the content of the folder etc.
  22. Replies
    6
    Views
    1,678

    Right, I overlooked that check.

    Right, I overlooked that check.
  23. Replies
    6
    Views
    1,678

    Or even better, since you don't know what...

    Or even better, since you don't know what uninitialized array members may contain, try for looping like so:


    int length=strlen(letter);
    for (int i = 0; i < length; i++) {
  24. Replies
    76
    Views
    10,809

    Students asking for solutions to homework? How...

    Students asking for solutions to homework?

    How about a project that prints funny notes to the teacher when you run it the next day?
  25. Replies
    32
    Views
    100,062

    Being a Windows user, I was also raised with a...

    Being a Windows user, I was also raised with a silver mouse in my hand. Applications offering sleek GUI, animated tool-tips and decorated buttons are all around the place. These applications take...
Results 1 to 25 of 169
Page 1 of 7 1 2 3 4