Search:

Type: Posts; User: momo20016

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    809

    some help needed again

    I have two problems this time. We will have an exam on C in january - we will be required to write a given program. The problem is - we are going to use MS visual c++ 6.0 to write this exam in.
    ...
  2. Replies
    2
    Views
    1,074

    bit of support needed

    Could someone explain to me the use of the printf escape sequence:

    \f

    I know it's a form feed but i havn't yet managed to see it work in practice. The compilers i have come across just print a...
  3. Replies
    1
    Views
    1,363

    question on visual c++ (C) 6.0 - help

    Consider the simple following example:

    do
    {
    scanf("%d", &number);

    if ((number != 1) && (number != 2) && (number != 3) && (number != 4) && (number != 5))
    printf("Your...
  4. Replies
    41
    Views
    28,563

    It is not incorrect to use void main

    Cars that use rubber tires arn't no good (or incorrect to use) just because the rubber tire might burst or catch a hole in it once every five or so years.

    In the same way, it is not 'incorrect'...
  5. Replies
    9
    Views
    11,278

    pointers are very useful

    Pointers allow you to keep hold of an adress of a variable or literal. This adress can then be passed on from function to function without multiple variable declarations. Many OS's use pointers...
  6. Replies
    2
    Views
    1,806

    Linux Help needed

    I get my internet connection via anoter computer on a 2 computer network (gateway). Both computers are currently using Windows Me so there is no problem in using the internet from either. I am...
  7. Replies
    5
    Views
    2,564

    i think i have an idea

    Instead of using the getchar() function u can use the getch() or getche() function.

    It's just an idea
Results 1 to 7 of 9