Search:

Type: Posts; User: paok

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,944

    I see that the address of the instruction_name...

    I see that the address of the instruction_name starts at 2358912 and the address of the register_name ends at 2358911
  2. Replies
    5
    Views
    2,944

    1. When fail happens the program is not running....

    1. When fail happens the program is not running. In my original code, I've a "check" boolean variable which turns to FALSE when the program fails to open the file. I thought that it wasn't needed....
  3. Replies
    5
    Views
    2,944

    Problem with file and array

    Hi! I've a problem with my code, please help me to undestand what is going on...
    I open a file and I save all it's characters in an array, which I call "instruction_name". Then I close the file....
  4. File reading: In which addresses is a file stored?

    Hi! Let's say that we have a program, written in C, which reads a file (in my case is a bitmap file). It's storing the file in some address space, right? Is there any way to find out in which...
  5. I've read some things about window programming,...

    I've read some things about window programming, but I don't understand....!! My code is written in c. Window Programming is something different? Is it like another programming language? Can I use my...
  6. Replies
    11
    Views
    3,507

    Ok! Thank you!!!! I'll do it using dynamic...

    Ok! Thank you!!!! I'll do it using dynamic allocated array!
  7. Replies
    11
    Views
    3,507

    Set an array with unknown dimensions as global

    Hi! In my code I use a 2d array which I need in more than two subroutines. This array doesn't have specific dimensions. The user gives them. Is there any way to declare it so it wouldn't be changed...
  8. How can I create a window application instead of a console one?

    Hi! I'd like to ask you if there is any way to "convert" a console application to a window one. I use Dev C++, and I see that there is an option for window application, but I don't know how to use...
Results 1 to 8 of 8