Search:

Type: Posts; User: Baqualish

Search: Search took 0.01 seconds.

  1. why thank you! Merry christmas to you too!

    why thank you! Merry christmas to you too!
  2. A socket connecting to a website, and fetching the data returned

    Google wouldn't help me, and I didn't find anything on these boards either, so I'm just gonna go ahead and make a new thread.

    I'm not quite that good with C++ yet, but I'm not that much of a...
  3. Replies
    24
    Views
    2,390

    wouldn't a live CD with a compiler work...? ...

    wouldn't a live CD with a compiler work...?

    Well, you probably would need to have some storage medium like a floppy or an USB Stick, but in theory it should work...


    Edit: Ah wait, that's...
  4. Replies
    10
    Views
    5,197

    Well, I finally got around to re-writing this...

    Well, I finally got around to re-writing this thing, but now I have a problem I don't quite understand.


    #include <iostream>
    #include <string>
    #include <fstream>
    using namespace std;

    int...
  5. Replies
    10
    Views
    5,197

    A friend gave it to me... Well, if it's free,...

    A friend gave it to me... Well, if it's free, then I'll look into it. Good thing somebody tells me that before I get used to the compiler.

    Thanks once again, CornedBee!
  6. Replies
    10
    Views
    5,197

    Yeah, I knew the error, I just didn't know how to...

    Yeah, I knew the error, I just didn't know how to fix it.

    Well, thanks hk_mp5kpdw! That worked! I will convert the rest as soon as I get home from school.
  7. Replies
    10
    Views
    5,197

    Visual C++ 6. Oddly enough, it worked this time....

    Visual C++ 6. Oddly enough, it worked this time. I guess I misspelled it or something, I have no idea.

    However, I have yet another problem


    #include <iostream>
    #include <string>
    #include...
  8. Replies
    10
    Views
    5,197

    Well, wow. Thanks for that, I guess. I know...

    Well, wow. Thanks for that, I guess.

    I know about the int main(), but it would return an error when I tried doing that originally.

    same goes for the iostream without the .h


    I originally...
  9. Replies
    10
    Views
    5,197

    Cin newline space problem... or something

    For my first C++ program, I made a little text editor for the sake of understanding the whole fopen stuff. With my background knowledge of PHP this is going rather well, but I have encountered a...
Results 1 to 9 of 9