Search:

Type: Posts; User: tiweak

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,404

    at last found something: c project file...

    at last found something:
    c project file structure - Google Search
    c project folder structure - Google Search

    thanks to everybody for quick replies
  2. Replies
    8
    Views
    1,404

    thanks salem. it was very usefull. i knew...

    thanks salem. it was very usefull.

    i knew about the first 2. but my project would be medium sized. yeah it would be hard for project beginner. now you came to my question. how to call these...
  3. Replies
    8
    Views
    1,404

    yeah, i wrote that kind of things. now i want to...

    yeah, i wrote that kind of things. now i want to make a real program.
  4. Replies
    8
    Views
    1,404

    In projects i browsed were folders bin, doc, lib,...

    In projects i browsed were folders bin, doc, lib, src, include etc. In some projects makefile was in each folder. Confusing. I want to ask how to arrange files, how to name folders? Is there any...
  5. Replies
    8
    Views
    1,404

    c project how to

    Hello everybody. I know c good, but don't have any practice writing even little project (at least 1000 strings). Now i want to begin something but confused with project organization, how to organize...
  6. Replies
    4
    Views
    1,298

    it throws error because you are comparing pointer...

    it throws error because you are comparing pointer with int value.
  7. Replies
    4
    Views
    1,298

    your code is pretty buggy. check this: ...

    your code is pretty buggy. check this:


    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>


    int checknum(void);
    int randgen( int min, int max);
Results 1 to 7 of 7