Search:

Type: Posts; User: dead_cell

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,742

    ack, line formatting

    BTW: pardon the line formatting -- emacs isn't nice when it comes to doing direct copying into gedit, and then to an HTML form.

    Sorry about that,

    Dead Cell
  2. Replies
    3
    Views
    3,742

    My little Caesar cipher emulator

    Hey guys & gals,

    Wow, I haven't been on these boards in a while -- but now, I've been working on this for the past eight hours straight (don't ask why -- It's for an independant study) and I can't...
  3. Replies
    13
    Views
    2,065

    simulate_keypress()

    simulate_keypress() is under Allegro's keyboard.h

    It's defined as:


    AL_FUNC(void, simulate_keypress, (int keycode));


    The simulated keypress would look something like this:
  4. Replies
    13
    Views
    2,065

    I don't think simulate_keypress() would work...

    I don't think simulate_keypress() would work here, would it?

    The only other way i could see this being done would indeed be through a win32 API function call and drawing the image data to the...
  5. Replies
    9
    Views
    8,190

    Maybe if you're feeling a little creative, you...

    Maybe if you're feeling a little creative, you could build something along the lines of a networked game. All of the networking libs for the sockets are available on sourceforge, and they're pretty...
  6. Replies
    4
    Views
    1,545

    YES!!!

    It's ok now, i got allegro to work with Dev-C++4. Apparently, I screwed up the entire install by not installing the correct minGW32 package... oh well. At least now, I've got the latest stable beta.
  7. Replies
    4
    Views
    1,545

    Yes, I'm using mingw32 for compiling, but It's...

    Yes, I'm using mingw32 for compiling, but It's just that, I really messed up when I was installing Dev-C++, so I'll just run bcwipe and kill off everything I screwed up and start over:D

    Thanks...
  8. Replies
    4
    Views
    1,545

    really odd error codes

    I've just finished compiling the libraries for Allegro in Dev-C++4, and when I go to compile the demo project (code below), I get the error codes below:

    1 demo.c undefined or invalid # directive...
  9. thanks

    Thanks everyone. I've been getting bored with C++ for the last little bit (they're making me learn VB @ school... bletch!!!). Anyway, I think I'll try my hand at a little bit of allegro, then some...
  10. Replies
    3
    Views
    1,124

    *.rc (2)

    In Micro$oft's Visual C++.NET, under your solution explorer, add a resource file if you haven't done so already, then right-click on the resource file and hit "Open". You should now see the resource...
  11. Replies
    3
    Views
    1,124

    *.rc

    In Bloodshed Dev-C++ 4.0, Click on the [Project] tab in the menu bar at the top of the screen, then click [Edit resource file]. From there, you can manually ad a resource by naming the resource...
  12. Replies
    11
    Views
    1,357

    *sigh*

    If I were in a bad mood, i'd say RTFM, but since you're new here, I'll explain.

    When you're outputting a string of text or variables in C++, you normally use iostream to handle the output and...
  13. Replies
    11
    Views
    1,357

    You might want to guard against tampering with the year and date options

    #include <iostream>
    using namespace std;

    int main(){

    int birth_year,birth_month,birth_day;

    //current date info
    // ( in reality this should not be hardcoded )
    int year = 2002;
  14. Need some help choosing a good graphics library

    Hey all,

    I've been getting bored with console-based C++ programming lately and was thinking about doing a little bit of grahpics work in C++ before I move on to full-fledged windows apps and the...
  15. Replies
    6
    Views
    1,756

    Yeah I just figured that out. I've been reading...

    Yeah I just figured that out. I've been reading on the C++ board for so long that I lost track of where I was... Sorry 'bout that.
  16. Replies
    6
    Views
    1,756

    Graphics libraries... Which one?

    Hey all,

    I've been getting bored with console-based C++ programming lately and was thinking about doing a little bit of grahpics work in C++ before I move on to full-fledged windows apps. The...
  17. Replies
    2
    Views
    2,220

    Never mind, I figured it out myself...

    Never mind, I figured it out myself...
  18. Replies
    1
    Views
    917

    oh no...

    BTW: this was in response to the post about "MFC in .NET"... I hit the wrong button (again)... just ignore my idiocy and continue on with your coding
  19. Replies
    1
    Views
    917

    user error... sorry

    I didn't know about the hidden menu under the properties section of the project handler... All I had to do was to make the option for the implication of MFC to "Use MFC in a Static Library".

    Once...
  20. Replies
    9
    Views
    1,533

    You might want to check out digitalmars.com

    I've offered it before, and as far as I can see, I'll offer it again.

    Check out http://www.digitalmars.com/rtl/rtl.html - It may be for their compiler, but all the runtime libraries are common in...
  21. Replies
    2
    Views
    2,220

    MFC with .NET

    I've recently bought Programming Windows with MFC by Jeff Prosise, and I must say, it is a great book so far, but when I went to compile the sample source in MSVC++.NET, it would not compile. I've...
  22. Replies
    17
    Views
    2,751

    Take a look...

    Here, look here - http://www.allegro.cc/files/install-devcpp.html - It's straight from the Allegro homepage so It should be accurate.
  23. Replies
    7
    Views
    3,839

    A little problem... tell me if I'm doing it right

    I've split the menu and the actual action functions, but I encountered a warning - the app still compiled correctly - it's just that warnings annoy me and the fact that the code won't compile...
  24. Replies
    2,805
    Views
    7,060,991

    dunno... :confused: If you were to be...

    dunno... :confused:

    If you were to be programmed in a language, what would it be? COBOL, Assembly, or FORTRAN?
  25. Replies
    7
    Views
    3,839

    BTW:

    by the way, I'm compiling this in MSVC++.NET so the indentation is a little awry in some places... Sorry for any inconveniences
Results 1 to 25 of 44
Page 1 of 2 1 2