Search:

Type: Posts; User: Bluesun159

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Menu

    by Bluesun159
    Replies
    2
    Views
    1,168

    Menu

    I'm programming a text editor and I'd like to use a graphical user interface for a menu and text editing. I don't know much about Windows programming, so I'm going to need a lot of help. I'm...
  2. Thread: Text editor

    by Bluesun159
    Replies
    5
    Views
    1,108

    How do I program and use a console. Also, I'm...

    How do I program and use a console. Also, I'm having a problem with my current code. The strings aren't working properly, it's only writing one character to the file so it's only importing one...
  3. Thread: Text editor

    by Bluesun159
    Replies
    5
    Views
    1,108

    Text editor

    I want to program a text editor to demonstrate use of fstream. Can you create a File Edit etc. menu using C++? And how do I allow users to open files and freely edit them?
  4. Replies
    18
    Views
    2,562

    #ifndef INCLUDED_DINEOUT_H #define...

    #ifndef INCLUDED_DINEOUT_H
    #define INCLUDED_DINEOUT_H

    class DineOut
    {
    public:
    DineOut(); //void constructor
    ~DineOut(); //void destructor
    int FiftyTimes(int x);
    int Twice(int x);
  5. Replies
    18
    Views
    2,562

    Does myObject have to all ready be declared in...

    Does myObject have to all ready be declared in my class or do I make it up on the spot??
  6. Replies
    18
    Views
    2,562

    What about my other problems???

    What about my other problems???
  7. Where do I find some exellent tutorials on beginning game programming with allegro?

    I've just learned C++, and I've been told to use allegro, now where d I find some good tutorials on the internet for game programming with allegro.
  8. Replies
    6
    Views
    9,020

    What is the purpose of a DLL?

    I've seen them all over the place, what are they and what do they do?
  9. Replies
    18
    Views
    2,562

    DineOut.h #indef INCLUDED_DINEOUT_H...

    DineOut.h




    #indef INCLUDED_DINEOUT_H
    #define INCLUDED_DINEOUT_H

    class DineOut
    {
  10. Replies
    18
    Views
    2,562

    I changed the code, but it still doesn't work for...

    I changed the code, but it still doesn't work for me.

    DineOut.h




    class DineOut
    {
    public:
  11. Replies
    18
    Views
    2,562

    Here is the revised program: DineOut.cpp ...

    Here is the revised program:

    DineOut.cpp




    #include <iostream>
    #include <cstdlib>
    #include "DineOut.h"
  12. Replies
    18
    Views
    2,562

    As I said the other time I posted this program,...

    As I said the other time I posted this program, none of the iostream.h functions are working in the executable. I just want to know it the program works perfectly in anyone else's complier.
  13. Replies
    18
    Views
    2,562

    Does This Program Work For Anyone???

    Here is the program:

    DineOut.h




    class DineOut
    {
    public:
  14. Replies
    87
    Views
    12,235

    I'll try, but it's probably gonna take me forever...

    I'll try, but it's probably gonna take me forever to learn how to code a compresser.
  15. Replies
    16
    Views
    3,648

    It's actually compiling and not printing, it used...

    It's actually compiling and not printing, it used to have a linker problem, but it's not showing one anymore.

    Is there anyone who can try the program and see if it works for them?
  16. Replies
    16
    Views
    3,648

    I even tried that, it must be something to do...

    I even tried that, it must be something to do with the complier, or maybe iostream.h got messed up.
  17. Replies
    6
    Views
    1,799

    Can I program a game in 2-D?

    Also, can I take .bmp files and .gif files and program them into a game or should I be looking for a program that will do that for me.
  18. Replies
    16
    Views
    3,648

    changed to: #include ...

    changed to:




    #include <iostream>
    #include <cstdlib>
    #include "DineOut.h"

    int main()
  19. Replies
    16
    Views
    3,648

    reinstalling did not work

    reinstalling did not work
  20. Replies
    16
    Views
    3,648

    I'll try that zornthrohacker, but here is the...

    I'll try that zornthrohacker, but here is the code



    #include <iostream.h>
    #include <stdlib.h>
    #include <DineOut.h>

    int main()
    {
  21. Replies
    4
    Views
    1,377

    Need something to do!

    Could somebody make up and assignment that will at least require loops, arrays, and boolean operators? I've finished a program recently and can't find something else to program. It might help my...
  22. Replies
    16
    Views
    3,648

    Still will not work!!!

    I changed all the slashes and tried the standard versions of cout<< and cin>>, but it still will not work.

    I'm using Dev-C++ version 4, if it's the complier, please let me know.
  23. Replies
    16
    Views
    3,648

    iostream.h functions not working!

    I can't get any iostream functions to work, when I run the program there is no output except for stdlib.h functions.

    My source code is posted the the tread : "Can't figure out this darn linker!"
  24. Replies
    3
    Views
    1,179

    Analyzing Header Files

    How do I identify functions in header files like conio.h and understand what they do? Can I even do this?
  25. Replies
    7
    Views
    1,318

    I changed all of them, but it's still not...

    I changed all of them, but it's still not working.
    I DON"T GET IT :S
Results 1 to 25 of 49
Page 1 of 2 1 2