Search:

Type: Posts; User: Perica

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,112

    File Acess under Windows (Using MSVC++ 6)

    When Opening a File (using stream i/o)

    How could i acess a file as an array, for example:
    var = file[0]; -- How would i do something like that?
  2. Replies
    6
    Views
    2,259

    Alright, thanks for the Help! I'll Create my...

    Alright, thanks for the Help!

    I'll Create my Own Function that Converts letters to lower-case.

    Cya.
  3. Replies
    6
    Views
    2,259

    Comparing Strings

    Hey,

    What i want to do is Compare two Strings, but when i compare them -- i want to make it compare Lower Case and Uppercase Letters. For Example, if i wanted to compare two strings:

    str1 =...
  4. Well, that's why i told you :) Yes i am aware...

    Well, that's why i told you :)

    Yes i am aware of the 3D-World Chat-Engines, but there aren't many that represent Sierra AGI/SCI Games!

    That's the Reason i told you'se, so you people go to it! I...
  5. You like Classic AGI/SCI Games??, Try the Chat!!

    Hey Everybody,

    There's this really Cool new Chat thing, if you know what AGI and SCI are, then you should like this (Even if you don't -- Read on ;D);

    Alright, a brand new chat engine where you...
  6. I'm sorry, but it doesn't work. I noticed the...

    I'm sorry, but it doesn't work. I noticed the Semi-Colon Error Before, i fixed this before even using the Code.

    Is there another way??
  7. This Doesn't seem to work, Does somebody else...

    This Doesn't seem to work, Does somebody else know how to do this??
  8. Making Binary Output to files using VC++ 6's "fstream"

    Hey,

    How can i make Non-ASCII (Binary) Output to files using MSC++ 6's File Stream Classes??

    I Hope my Question is Clear :D

    Cya.
  9. Replies
    1
    Views
    1,598

    BIOS Interrupts in VC++

    Hey,

    The Windows Console Programs run in Virtual 8086 Mode, so it is possible to Acess BIOS Interrupts. How would i do this in VC++ 6?? When i try to acess an Interrupt using the _asm Keyword the...
  10. Replies
    2
    Views
    1,447

    "printf" Style Function

    Hi,

    I'd like to know how printf works, i know how the "%i" and other things work; But how do the variables at the end get passed off as arguments, for example:

    printf("%i", variable /* <<-- How...
  11. Replies
    1
    Views
    1,491

    malloc(); and free();

    What do malloc(); and free(); do?

    What are they used for? Could somebody please show me an example?

    Also, what header files do i include to use these functions?

    I use MSVC++ 6!

    Cya.
  12. Thread: Graphics Mode!

    by Perica
    Replies
    32
    Views
    7,135

    Hey, I don't get it. How do i put a pixel to...

    Hey,

    I don't get it. How do i put a pixel to the screen??

    And how does the colour system work???

    Could somebody please post exaple code, or tell me where to get a good tutorial!!

    Ciao ;)
  13. Thread: Delay

    by Perica
    Replies
    5
    Views
    1,677

    thanx, this function is very useful ;) Ciao ;)

    thanx, this function is very useful ;)

    Ciao ;)
  14. Thread: Graphics Mode!

    by Perica
    Replies
    32
    Views
    7,135

    That's what i want to do, i want to recompile it,...

    That's what i want to do, i want to recompile it, BUT HOW??

    And stealing, such a harsh word, i like to call it 'borrowing'

    Nah joking, jokin.

    I will put Allegro in my game's credits ;)
    ...
  15. Thread: Graphics Mode!

    by Perica
    Replies
    32
    Views
    7,135

    Yeh, I figured that out, BUT i want to change...

    Yeh,

    I figured that out, BUT i want to change the actuall names in the library.

    It just bugs me, i want the names to be set out my way ;D

    Ciao ;)
  16. Replies
    9
    Views
    11,480

    God bless #pragma!!! NOW I KNOW HOW TO USE...

    God bless #pragma!!!

    NOW I KNOW HOW TO USE IT!!!!!

    Ciao ;)

    Ohhh yeah, what the hell does #pragma once do???

    NOTE: I use MSVC++ 6
  17. Thread: Graphics Mode!

    by Perica
    Replies
    32
    Views
    7,135

    Hey, I'd rather not do that, and i don't think...

    Hey,

    I'd rather not do that, and i don't think it would work, i haven't tried it, but i don't think it would work.

    Because i don't think it would define this:

    #define Set_ColourDepth()...
  18. Thread: Delay

    by Perica
    Replies
    5
    Views
    1,677

    Hey, What header file do i need to include,...

    Hey,

    What header file do i need to include, and how do i use the function??

    Ciao ;)
  19. Thread: Delay

    by Perica
    Replies
    5
    Views
    1,677

    Delay

    Is there a delay routine for C/C++ programs.

    I want a delay function that pauses my program, stops execution for a certain amount of seconds/microseconds.

    Does one already exist?? (In the...
  20. Thread: Graphics Mode!

    by Perica
    Replies
    32
    Views
    7,135

    Hey, I want to change the names of the...

    Hey,

    I want to change the names of the functions of allegro, so i can remember them better.

    How do i do this, i use the msvc dll thingy, but i statically link it, i change the files in the src...
  21. Thread: Graphics Mode!

    by Perica
    Replies
    32
    Views
    7,135

    Ok i will, Also one more thang, How do i...

    Ok i will,

    Also one more thang, How do i automatically include the library, from the source code, i think the #pragma directive is surposed to be used, but i have never used #pragma and i don't...
  22. Thread: Graphics Mode!

    by Perica
    Replies
    32
    Views
    7,135

    Hey, How do i Put a Pixel to the screen using...

    Hey,

    How do i Put a Pixel to the screen using Allegro??

    Ciao ;)
  23. Thread: Graphics Mode!

    by Perica
    Replies
    32
    Views
    7,135

    IT WORKS IT...

    IT WORKS IT WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    I GOT ALLEGRO TO WORK WITH VC++ YEAHHHHHHHHHH!!!!!!!!!
  24. Thread: Graphics Mode!

    by Perica
    Replies
    32
    Views
    7,135

    I got the precompiled dynamically linked...

    I got the precompiled dynamically linked librarys, (DLL's) EXCEPT i don't know how to use them, somebody please help out :D

    Please, somebody tell me how to load the DLL, so i can just use the...
  25. Thread: Graphics Mode!

    by Perica
    Replies
    32
    Views
    7,135

    Ok i am going to use allegro, but i don't know...

    Ok i am going to use allegro, but i don't know how to compile it, i want to compile it for djgpp??

    Does anybody know where to get a precompiled version??
Results 1 to 25 of 70
Page 1 of 3 1 2 3