Search:

Type: Posts; User: codegirl

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Product Keys

    by codegirl
    Replies
    6
    Views
    1,546

    That just seems to be the key for Word (or...

    That just seems to be the key for Word (or whatever program you look at), not the key for MS Office itself -- it's not even the right number of digits!

    I thought I heard somewhere that you can't...
  2. Thread: Product Keys

    by codegirl
    Replies
    6
    Views
    1,546

    Product Keys

    I have Office installed on my old computer and want to install it on my new one, but I cannot find the product key. My husband downloaded Magic Jellybean to find the product key, but the key it gave...
  3. Replies
    1
    Views
    1,395

    emacs and key mapping help

    Hi, does anyone have a "standard" .emacsrc file I can look at? The .emacsrc I have was customized by another user and has a bunch of special key mappings set up that I don't like, but I don't know...
  4. Replies
    6
    Views
    3,188

    Thanks for the suggestions! Prelude, may I ask...

    Thanks for the suggestions!

    Prelude, may I ask what recursive internals are? I don't think I've heard that term before.

    quicksort would definitely be too easy for a project, that would be...
  5. Replies
    6
    Views
    3,188

    Help me design a class project!

    Hey guys, I have to design a difficult, two-week project on recursion for the first semester programming class I'm teaching. But I'm having a hard time finding something that's difficult yet doesn't...
  6. Replies
    4
    Views
    2,327

    If filename == "frame0000.tif", then that line of...

    If filename == "frame0000.tif", then that line of code should set filename to "frame0001.tif." I've even got the old program where I've pulled that trick, but it must have only worked under that...
  7. Replies
    4
    Views
    2,327

    Changing one character in a char[]

    This is probably a really silly question but I haven't been able to find an answer... But Visual C++ will not let me do the following code (I get a run-time error):



    // In header file
    char...
  8. Replies
    4
    Views
    2,973

    Yes, I have defined all the other functions...

    Yes, I have defined all the other functions (destructor, constructor) in MyVector.cpp. I've used MyVector in another project where the files were included in the project as velius described, but I...
  9. Replies
    4
    Views
    2,973

    Linker errors with Visual C++

    I am using Visual C++ .NET 2003 and included some header files that I wrote for an earlier project. I will be using these header files in several future projects, so instead of adding a copy to each...
  10. Replies
    160
    Views
    63,999

    hmm, I was going to post a more lengthy reply,...

    hmm, I was going to post a more lengthy reply, but FYB seems to think this will just turn into an argument, so I'll just keep it short. (Although I can't help but wonder, if you don't like...
  11. Replies
    3
    Views
    1,749

    Was your assignment more specific on where/how to...

    Was your assignment more specific on where/how to use pointers? This does not seem like a program where you would even need pointers...
  12. I agree with Shiro, but I couldn't help wondering...

    I agree with Shiro, but I couldn't help wondering -- is this a good friend of yours, or just some random person you met online? IMHO, how well you know him and how close you are also influences how...
  13. Replies
    6
    Views
    2,336

    If you're comp sci major, then I'm sure you'll...

    If you're comp sci major, then I'm sure you'll learn more than you ever wanted to know about such things in a Programming Languages and/or Compilers course.... I know I sure did :P
  14. Replies
    31
    Views
    7,396

    I have heard that German is easier than Spanish...

    I have heard that German is easier than Spanish or French for English-speaking people to learn, because a lot of the grammar rules are the same. But in languages like Spanish, you always put the...
  15. Replies
    8
    Views
    1,144

    A good way to think of it (or at least the way I...

    A good way to think of it (or at least the way I think of it), is that when you do A && B ("A and B"), the loop or if statement only executes if A and B are both true. With A || B ("A or B"), the...
  16. Thread: Suits.

    by codegirl
    Replies
    28
    Views
    6,101

    OK, OK, I know I'm a girl, but this is something...

    OK, OK, I know I'm a girl, but this is something I learned in a silly required class where they teach you how to write resumes and do job interviews... Anyways, they said overweight men should not...
  17. Replies
    8
    Views
    2,056

    First, I absolutely love the title of your post...

    First, I absolutely love the title of your post :)

    Anyways, here how I would do it. It's always safest to pass the length of the array, too, so that in the function you can check that the index...
  18. Replies
    22
    Views
    5,001

    Poll: Sorry, mart_man, but I don't think I'd make a...

    Sorry, mart_man, but I don't think I'd make a very good Linux babe. About all I know how to do in Linux is change directories, create very simple shell scripts, and compile C++ programs :)
  19. Replies
    22
    Views
    5,001

    Poll: The BSD girl? Do you have a link to that...

    The BSD girl? Do you have a link to that picture, or are you making a joke about the BSD devil that I don't get? (Hey, it's always a possibility... sometimes I'm pretty clueless!)
  20. Replies
    22
    Views
    5,001

    Poll: Tux, of course, he's the cutest! :)

    Tux, of course, he's the cutest! :)
  21. Hey, when you're taking 14 hrs with half of them...

    Hey, when you're taking 14 hrs with half of them being upper-level CS classes, and have to log at least 20 hrs/week on senior project, and trying to get A's in all your classes... well you just can't...
  22. Hey, there's nothing wrong with 7 hours of...

    Hey, there's nothing wrong with 7 hours of coding! Last year there were days where I put in 8 or more hours on my senior project, with the only breaks being for food and going to class... besides...
  23. the length of time I work before I give up keeps...

    the length of time I work before I give up keeps increasing each year... I used to think 3 or 4 non-productive hours on an assignment was ridiculous, but here at work I just scrapped 2 weeks worth...
  24. Replies
    13
    Views
    3,085

    I haven't used VS for C++ before, but if I had to...

    I haven't used VS for C++ before, but if I had to guess they're trying to get away from the old C-style .h header files. There's quite a few threads on header files floating around here, but...
  25. Replies
    6
    Views
    1,885

    My compiler throws some sort of exception when I...

    My compiler throws some sort of exception when I run out of memory -- like when I forget to deallocate something in a function that's called many times, and finally at some point I'll call new and...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4