User Profile

Collapse

Profile Sidebar

Collapse
TYF
TYF
Last Activity: Jun 16 '08, 05:11 PM
Joined: Nov 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • TYF
    replied to hide cgi c code
    in C
    ok, thanks sicarie and weaknessforcats . i will try this out and let you know how it goes.
    See more | Go to post

    Leave a comment:


  • TYF
    replied to hide cgi c code
    in C
    yes, you guessed right. its the code on the system which i want to hide. especially the hardcoded parts.

    isnt there any code based solution?
    See more | Go to post

    Leave a comment:


  • TYF
    started a topic hide cgi c code
    in C

    hide cgi c code

    hi,
    i do have some cgi application with hardcoded data which is visible in plain text to anyone. is there any way to hide those code? preventing users from accessing this file isn't an option.
    See more | Go to post

  • TYF
    started a topic easy way to debug c cgi app's
    in C

    easy way to debug c cgi app's

    hello,
    a while ago i just started coding a cgi app.just a minute later, i was realizing that debugging isnt that trivial.this brings up some questions.is there any easy way to debug cgi app's writen in c ?

    i have vs 05 and apache installed, and i dont want to install iis or other useless things.
    See more | Go to post

  • TYF
    replied to algorithm
    in C
    i want a ferrari. where is my ferrari, why can't I have a ferrari ????
    See more | Go to post

    Leave a comment:


  • TYF
    replied to please explain this macro
    in C
    thanks for the explain, jos. this helps me alot! its still a little cryptic for me, but i think i understand most of it now. i will try it out and play with it later on, cause i need to do some app testing now.
    See more | Go to post

    Leave a comment:


  • TYF
    started a topic please explain this macro
    in C

    please explain this macro

    hi,
    can any one explain me what this little macro is doing?
    Code:
    #define pos_of(h, f)	((short int) &((h *) 0)->f)
    h is a struct
    f is a member of it

    i have no clue, i only know it has something to do with the position.
    See more | Go to post

  • TYF
    replied to store data in a struct
    in C
    hello,
    i wasnt able to work on at the w-end, sorry for not posting.im so sorry leaving you confused, im still confused too.i do and did alot of researching before bothering you guys posting on this forum.but i just didnt found the relevant infos.i didnt post any code cause of security and copyright reason.and i use wrong terminology and bad english cause english isnt my native language and i never learned something about programming at school.for...
    See more | Go to post

    Leave a comment:


  • TYF
    replied to store data in a struct
    in C
    too bad, im still on the office working on this.

    new question. is there any way to get the size of, or indexing a void type buffer?
    for now, i malloced some space and put all the data in this temp buffer to work with, but i guess there is some better ways to do this.
    See more | Go to post

    Leave a comment:


  • TYF
    replied to store data in a struct
    in C
    thx zodilla58, i read all this, but its not exactly what im looking for and i also know most of them already. i should be more specific, but how when i have absolutely no clue what to do!! damn, thanks god its w-end!
    See more | Go to post

    Leave a comment:


  • TYF
    started a topic store data in a struct
    in C

    store data in a struct

    hello, im completely new to c and programming.

    now i need to store data from a input buffer in a struct and then sending the struct back, not the buffer, but i dont know how to start.any help would be nice. thx
    See more | Go to post
No activity results to display
Show More
Working...