Search:

Type: Posts; User: bjl

Search: Search took 0.00 seconds.

  1. Thread: Coloring My Text

    by bjl
    Replies
    10
    Views
    2,323

    You know, seeing as I'm not understanding all of...

    You know, seeing as I'm not understanding all of what you're saying, I'll probably forgo coloring my text until I learn more about the language as you said ;). Thanks though.
  2. Thread: Coloring My Text

    by bjl
    Replies
    10
    Views
    2,323

    Nope, unfortunately not. Here is the top part of...

    Nope, unfortunately not. Here is the top part of the code:



    #include <windows.h>
    #include <iostream>
    #include <stdlib.h>
    #include <time.h>
    #include <conio.h>
    using namespace std;
  3. Thread: Coloring My Text

    by bjl
    Replies
    10
    Views
    2,323

    So in order to do this, I need to save it as a...

    So in order to do this, I need to save it as a header file and include it in the preprocessor, correct? If you could give a step-by-step that would be great. Sorry, I've never used any library...
  4. Thread: Coloring My Text

    by bjl
    Replies
    10
    Views
    2,323

    Coloring My Text

    Hey, everyone. Right now, I'm trying to change the color of both my text and my background. I searched in the FAQ section, but it wasn't clear enough for me to understand it. I'm currently running...
  5. Replies
    15
    Views
    2,782

    Ok, I think I finally got it, thanks a bunch.

    Ok, I think I finally got it, thanks a bunch.
  6. Replies
    15
    Views
    2,782

    Alright , so does that look better.

    Alright , so does that look better.
  7. Replies
    15
    Views
    2,782

    I haven't run into the switch statement yet in my...

    I haven't run into the switch statement yet in my studies, what is the basic syntax of that?

    Thanks for the comments guys.
  8. Replies
    15
    Views
    2,782

    First Program (Calculator)

    Hey, everyone, I'm a beginner to all types of programming, so I figured I'd place my first original (i.e. completely solved by me) up for comments and criticisms. I'm mainly looking on how to make...
  9. Replies
    4
    Views
    1,456

    cout

    cout << endl

    happy now :p
  10. Replies
    4
    Views
    1,456

    All right, will do. Thanks a bunch. Also, I...

    All right, will do. Thanks a bunch. Also, I feel kind of dumb about the \n things now. I've been using the cout >> endl the entire time :p
  11. Replies
    4
    Views
    1,456

    Beginner's Questions

    Hey, everybody, I'm a beginning C++ programmer, and I've started out using the Code::Blocks editing environment with the Microsoft Visual C++ compiler. I've had a couple of problems, the first one...
Results 1 to 11 of 11