Search:

Type: Posts; User: kuchiku

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    6,303

    It is actually the debug stuffs that made the...

    It is actually the debug stuffs that made the size larger.

    I just check the makefile of the program that I am compiling and found out that the argument "-g" is included in the parameters that is...
  2. Replies
    2
    Views
    3,452

    When should I use pragma pack?

    When should I use pragma pack?

    I found this code on some source files while other sources do not have the pragma pack()

    #pragma pack (1)
    typedef struct _net_ip_header_t {
    uint8...
  3. Replies
    9
    Views
    6,303

    Large exe file on mingw

    I installed mingw on my linux computer to compile executable files for windows. The problem is the generated exe files are so large around 5-8mb. Is that normal for mingw compiler? How can I make my...
  4. Replies
    12
    Views
    1,408

    I am new in c programming. Could you please give...

    I am new in c programming. Could you please give an example code in using that struct?

    how would you assign the value "869144826000" to that?
  5. Replies
    12
    Views
    1,408

    I am new in c programming. Could you please give...

    I am new in c programming. Could you please give an example code in using that struct?

    how would you assign the value "869144826000" to that?
Results 1 to 5 of 5