Search:

Type: Posts; User: Marcux

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    5,773

    Start program when USB-memory is inserted?

    Hello!
    I am writing a program that is supposed to be stored on a USB-memory.
    When the USB-memory is inserted into the computer I want the program to start by it self.
    Is this possible?
    How can I...
  2. Newbee: Define a struct with scoop outside file?

    Hi all!
    I am a newbee to ANSI C and have got stuck on struct.
    If I define a struct like:


    struct myStruct{
    int aMember;
    int twoMember;
    };
  3. Replies
    7
    Views
    3,360

    Hi brewbuck! Please breaf me in! So I do not...

    Hi brewbuck!
    Please breaf me in!
    So I do not need the configure script?
    It is generated by autoconfig, how does it work, what does autoconfig generate?
    I am about to finish a terminal program...
  4. Replies
    7
    Views
    3,360

    Yes, ok, that is the way of making tarballs, but...

    Yes, ok, that is the way of making tarballs, but I realy want to get the whole chain and understanding of the "standard" linux way of packing programs.
    As I have understod it so far, I put my...
  5. Replies
    7
    Views
    3,360

    How to make tarball (.tgz) for app?

    Hi all!
    I am new to Linux programming and been googling for "how to" for making tarball packages for my apps.
    I haven't found what I am looking for and that is why my question ends up in this...
  6. Thread: Sub-standards?

    by Marcux
    Replies
    5
    Views
    1,489

    Thanks dwk! You realy put me in the right...

    Thanks dwk!
    You realy put me in the right direction, thanks!
    As I understand it by reading a bit is that Open group does the POSIX standards, right?
    Second of all where do I find a good list on...
  7. Thread: Sub-standards?

    by Marcux
    Replies
    5
    Views
    1,489

    Sub-standards?

    Hi!
    While I was figuring out how it works to get everything in a folder, I got the tip on dirent.h and that worked realy good.
    When I read a bit about the header file I got the impression of that...
  8. I have got an application that in a specific...

    I have got an application that in a specific situation produces files in a folder and will not stop untill hd is full ( a bugg ofcause) but til the owner of that software has fixed the bugg I want to...
  9. How to get names to all files/folders in a folder?

    Hi all!
    I am quite new to ANSI C so here comes a newbee question:
    How to get names to all files/folders in a folder without knowing their names?
    fopen() workes fine when you know the name of the...
Results 1 to 9 of 9