Search:

Type: Posts; User: LiNuX-dEmOn

Search: Search took 0.01 seconds.

  1. Thread: Tutorials

    by LiNuX-dEmOn
    Replies
    4
    Views
    860

    Sorry, I just took something from when I was...

    Sorry, I just took something from when I was starting and reading tuts and copy and pasted what I made. I forgot abouit the unneccessary parts.
  2. Thread: Tutorials

    by LiNuX-dEmOn
    Replies
    4
    Views
    860

    Tutorials

    Here, experienced C++ programmers can give beginners pointers. This is a great beginning program:


    #include <iostream>

    using namespace std;

    int main()
    {
    char letter;
  3. What is J++? I guess it is like C++ for J...

    What is J++? I guess it is like C++ for J (haha). Well, J was made in the late 90's by two programmers. It is yet again an object oriented language. It is basically the most powerful language out...
  4. Thread: C++ Files

    by LiNuX-dEmOn
    Replies
    11
    Views
    1,348

    Oh and when my program asks for a "color number"...

    Oh and when my program asks for a "color number" it means a chart I made with the understood colors for each number. When I find out how to attach files I will give you my program with everything...
  5. Thread: C++ Files

    by LiNuX-dEmOn
    Replies
    11
    Views
    1,348

    How do you attach files, do you need an ftp...

    How do you attach files, do you need an ftp server?
  6. Thread: C++ Files

    by LiNuX-dEmOn
    Replies
    11
    Views
    1,348

    I have made a Css (Cascading Style Sheet) editor...

    I have made a Css (Cascading Style Sheet) editor with C++. It was done early in my learning so it runs on MS DOS, but I think I did a good job on it.


    //CSS EDITOR BASIC beta V.1 by Andrew...
  7. Hello, I am a Linux user, but recently I have...

    Hello, I am a Linux user, but recently I have been using the J programming language. J is more powerful and terse, but it can get more cryptic. It is good though.
Results 1 to 7 of 7