Search:

Type: Posts; User: SlpCtrl

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    2,470

    Thanks :D. Now is char only a single letter?

    Thanks :D. Now is char only a single letter?
  2. Replies
    12
    Views
    2,470

    Few more noob questions

    Alright, I've got a few more noobie questions. What is the difference between the variable types:

    char
    int
    float
    double

    I kind of understand these, but I don't know what the practical...
  3. Thread: Pointer help

    by SlpCtrl
    Replies
    2
    Views
    921

    Pointer help

    Alright, I'm learning C right now, and following the tutorial on the main page here. I know how to use pointers I guess, but what is the point of using pointers? I don't really understand them at all...
  4. Replies
    7
    Views
    1,658

    Code::Blocks is very good, thanks.

    Code::Blocks is very good, thanks.
  5. Replies
    7
    Views
    1,658

    Hello, sorry to bother you, but are you sure...

    Hello, sorry to bother you, but are you sure there's a C compiler in visual C++ 2008? I've downloaded and installed it; and see no C compiler or any possible way to make a c file anywhere. Only C++.
  6. Replies
    7
    Views
    1,658

    Good C compilers

    Hello, what are some good C compilers for windows (that are free)? Thanks.
  7. Thread: Shell emulator

    by SlpCtrl
    Replies
    2
    Views
    2,435

    Shell emulator

    I have this shell emulator:



    #include <iostream>
    #include <string>
    #include <windows.h>
    using namespace std;
    int main()
    {
  8. Thread: Need some help

    by SlpCtrl
    Replies
    5
    Views
    904

    Ah, thanks. I was wondering why it was acting...

    Ah, thanks. I was wondering why it was acting 'funny'. Thanks.
  9. Thread: Need some help

    by SlpCtrl
    Replies
    5
    Views
    904

    Obviously this is wrong: #include...

    Obviously this is wrong:




    #include <iostream>
    #include <string>
    using namespace std;
    int main()
    {
  10. Thread: Need some help

    by SlpCtrl
    Replies
    5
    Views
    904

    Need some help

    Hi, I'm trying to make a simple program that will take a command and run that system command, but am having a little trouble. Here's my code:



    #include <iostream>
    using namespace std;
    int...
  11. Thread: Help

    by SlpCtrl
    Replies
    1
    Views
    740

    Help

    Hello, I've recently been getting into C++ programming, however I'm getting stuck. Anyone know of any good tutorials around, and about how long did it take you to master C++?
  12. Thread: IRC bot

    by SlpCtrl
    Replies
    1
    Views
    1,644

    IRC bot

    Hello, I was wondering how would I go about making a program to open a socket and go into a chat room in C++? What's the simplest way of doing this? I'm a noob that is learning C++ and the first...
Results 1 to 12 of 12