Search:

Type: Posts; User: Derek5272

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    40
    Views
    5,476

    Oh... There have been times where dropping the .h...

    Oh... There have been times where dropping the .h hasn't worked for me, so I tend to leave the .h there. Also, I've gotten the program to work for sorting numbers that the user types in, but...
  2. Replies
    40
    Views
    5,476

    I will try it, I was just using the first one...

    I will try it, I was just using the first one thrown at me to get it to work. And, hey, it did. Its interesting though... I dropped the .h from the end of cstdlib and cstdio and it worked. Now I just...
  3. Replies
    40
    Views
    5,476

    Ok, I haven't copied that completely out onto my...

    Ok, I haven't copied that completely out onto my laptop, but for some reason cstdlib and cstdio aren't on there, but they're on this computer. So, I don't think that will work on it. I'll give it a...
  4. Replies
    40
    Views
    5,476

    Hey, that actually worked... Now I've gotta get...

    Hey, that actually worked... Now I've gotta get it on my laptop @_@ Anyway, thanks.
  5. Replies
    40
    Views
    5,476

    I said cstdlib.h can't be used... And Cat, if...

    I said cstdlib.h can't be used...

    And Cat, if there were multiple problems, why did you only tell me of the one? I fixed the Index thing, and it says that before the sort it is "5" and after it is...
  6. Replies
    40
    Views
    5,476

    Ok, neither of those work, and I'm not even going...

    Ok, neither of those work, and I'm not even going to bother putting the errors up. Does anybody know a way to fix my code that will actually work?
  7. Replies
    40
    Views
    5,476

    Ok, sorry... #include ...

    Ok, sorry...



    #include <iostream.h>
    #include <stdlib.h>
    #include <stdio.h>

    #define SWAP(a,b,c) { a=c; c=b; }
    #define INDEX 8
  8. Replies
    40
    Views
    5,476

    Ok, I'm gonna bump this before it slips off the...

    Ok, I'm gonna bump this before it slips off the page... Can't anybody help me?
  9. Replies
    40
    Views
    5,476

    Ok, thanks. It still gives me an error though. It...

    Ok, thanks. It still gives me an error though. It says that 'std' doesn't exist or isn't a namespace.

    Also, it said it couldn't use cstdlib.h, so I just removed that line.

    Edit: Ok, I commented...
  10. Replies
    40
    Views
    5,476

    Ok, thanks. I thought I may have just been...

    Ok, thanks. I thought I may have just been missing something because I had to copy from one computer to another... Thanks. By the way, do you know of a way that I could make the values strings...
  11. Replies
    40
    Views
    5,476

    Ok, here it is: #include ...

    Ok, here it is:



    #include <iostream.h>
    #include <stdio.h>
    #include <stdlib.h>

    #define SWAP(a,b) {int t; t=a; a=b; b=t}
    #define INDEX 8
  12. Replies
    4
    Views
    869

    Because most people only post the code they're...

    Because most people only post the code they're having trouble with, not the entire thing.
  13. Replies
    40
    Views
    5,476

    Ok... Now, could we get back on topic and answer...

    Ok... Now, could we get back on topic and answer my question? Thanks :)
  14. Replies
    40
    Views
    5,476

    Ok, I'm starting to get really confused... ...

    Ok, I'm starting to get really confused...

    Anyway, yesterday I found code for this in the source code section of this site (here). I copied that out, modified it to C++ commands and stuff, and it...
  15. Replies
    40
    Views
    5,476

    Nobody can help me out anymore? Guess I have to...

    Nobody can help me out anymore? Guess I have to wait another 5 hours.
  16. Replies
    40
    Views
    5,476

    Thank you! Now I've gotta copy it onto my...

    Thank you! Now I've gotta copy it onto my laptop... Ah well. Thanks again.

    Edit: Sorry, maybe I'm just stupid. I can't figure out how that works. Could you possibly tell me how?
  17. Replies
    40
    Views
    5,476

    Um... That's exactly what I don't know how to do....

    Um... That's exactly what I don't know how to do. Can you post a snippet of code to get me started?
  18. Replies
    40
    Views
    5,476

    Sorting Strings

    I'm about to start work on a program that will sort strings in alphabetical/numerical order. I searched the tutorials and the FAQ, but I didn't see anything that would help with this. Could anybody...
  19. Replies
    4
    Views
    1,638

    :-( The download site isn't up so I can't...

    :-( The download site isn't up so I can't download it... But that would be a LOT of code.
  20. Replies
    7
    Views
    2,831

    For the 2nd problem, it shows that when you have...

    For the 2nd problem, it shows that when you have edited your code since you last executed it. The compiler notices that the executable file's code doesn't match your source code, so it decides that...
  21. Thread: Messengers?

    by Derek5272
    Replies
    15
    Views
    5,953

    Poll: I use both MSN and AIM, but I am on MSN much more...

    I use both MSN and AIM, but I am on MSN much more than I am on AIM.
  22. Replies
    15
    Views
    2,314

    Considering he wants code that will output...

    Considering he wants code that will output "Hello" in a color, I'd say he wants it to have colored text in the dos window
  23. Replies
    33
    Views
    5,374

    MS VC++ 6.0 Intro Ed.

    MS VC++ 6.0 Intro Ed.
  24. Replies
    18
    Views
    2,054

    I think its installed with the compiler. You'll...

    I think its installed with the compiler. You'll have to give her the .dll too if you want her to be able to run your program.

    And I think you'd have to make the dll part of the install file...
  25. Replies
    18
    Views
    2,054

    msvcp60.dll or something like that... It should...

    msvcp60.dll or something like that... It should be in C:\Windows\System
Results 1 to 25 of 44
Page 1 of 2 1 2