Search:

Type: Posts; User: Code Thug

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,549

    Actually I'm coding this as part of an AI. I...

    Actually I'm coding this as part of an AI. I think tabstop's link should work.
  2. Replies
    12
    Views
    1,549

    This may sound utterly stupid, but isn't there a...

    This may sound utterly stupid, but isn't there a way I can create a program that will, basically, do everything I would normally do to do all of those things?
  3. Replies
    12
    Views
    1,549

    Thanks, but isn't there a way to do this with...

    Thanks, but isn't there a way to do this with GetElementByID()?


    Pardon me if that's for something completely different.
  4. Replies
    12
    Views
    1,549

    Thanks, please post if you know any beginner...

    Thanks, please post if you know any beginner tutorials regarding this.


    I do know C++ basics.
  5. Replies
    12
    Views
    1,549

    C++ Web Functions?

    This is a really beginner question I'm assuming, but does C++ have capabilities of doing things like....I guess I'll give an example.

    Example:

    Program goes online, logs into an account, and...
  6. Replies
    16
    Views
    4,264

    Lol, thanks for all of your help guys. Started...

    Lol, thanks for all of your help guys. Started learning WinAPI programming from XoaX. Unless there's an easier tutorial list out there, please let me know.
  7. Replies
    16
    Views
    4,264

    Ah, yes thank you. I couldn't remember the...

    Ah, yes thank you. I couldn't remember the syntax for a string.

    Also, you guys took most of the bugs out, but when I compile this




    #include <stdafx.h>
    #include <cmath>
    #include <cstdlib>
  8. Replies
    16
    Views
    4,264

    XD. Hahaha Thanks for pointing out my mistakes,...

    XD. Hahaha Thanks for pointing out my mistakes, all of you. And thank you for adding that extra note Bernt. If I do want it to say 'corn', would it be the following in the vegetable class? :

    ...
  9. Replies
    153
    Views
    702,803

    Sticky: Lol, I recommend NOT reading C++ For Dummies...

    Lol, I recommend NOT reading C++ For Dummies. It starts out pretty slow, but once you get in midway, the author writes new syntax into his code, but doesn't explain it at all. 'Simple Talk' turns...
  10. Replies
    16
    Views
    4,264

    What's wrong with this code?

    Just something I was trying to do off of the top of my head.



    #include <stdafx.h>
    #include <cmath>
    #include <cstdlib>
    #include <iostream>

    using namespace std;
  11. Thread: Classes

    by Code Thug
    Replies
    10
    Views
    1,612

    Mind helping?

    Mind helping?
  12. Thread: Classes

    by Code Thug
    Replies
    10
    Views
    1,612

    Classes

    Yes, this is a newbie question, and yes, I do expect to get flamed for it. I'm not really understanding the whole structure of classes, declaring variables inside of them, etc. I know that this...
Results 1 to 12 of 13