Search:

Type: Posts; User: BujarM

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,387

    from "Software Engineering Class" what concerns...

    from "Software Engineering Class" what concerns "programmers":
    to reduce complexity, a project/program is decomposed in smaller parts i.e sub-systems( divide and conquer way of thinking ). A...
  2. Replies
    4
    Views
    1,767

    i am restricting the length to 6, i.e. end the...

    i am restricting the length to 6, i.e. end the buffer manually
    when dealing with large amounts of code to debug in a command-line compiler,
    you tend to be safe, than sorry.( :/ )



    thank you...
  3. Replies
    4
    Views
    1,767

    you make a good point, but i already covered this...

    you make a good point, but i already covered this
    i did test it in VS and GCC, and it works
    thats why im soo confused,
    i am just hoping someone with more experience
    can point out my errors


    ...
  4. Replies
    4
    Views
    1,767

    Client/server in C ( linux )

    1) assigning a normal char array[], to another char *array[i], ( the result suggests so )


    thanks in advance
    BujarM
  5. Replies
    3
    Views
    1,665

    geting input in C, problem in getting input

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

    int main(int argc, char *argv[])
    {
    while(1)
    {
    char *client_balance[]={"20000", "18000", "16000", "14000", "12000"};
    int client_num=2;
    ...
Results 1 to 5 of 5