Search:

Type: Posts; User: vijoeyz

Search: Search took 0.00 seconds.

  1. Replies
    22
    Views
    3,722

    [QUOTE=omnificient;722179]I've been playing a bit...

    [QUOTE=omnificient;722179]I've been playing a bit with pointers and strings.


    #include <stdio.h>

    int main()
    {
    char string; //Sets up a character named string.
    ...
  2. Replies
    14
    Views
    3,113

    This program works well if GNU GCC is used. I...

    This program works well if GNU GCC is used. I believe it would not compile if -ansi switch is used.

    Thanks,
    Vijay Zanvar
  3. Replies
    11
    Views
    1,400

    Try this: unsigned *temp; /* equivalent to...

    Try this:


    unsigned *temp; /* equivalent to unsigned int *temp */
    unsigned ui;

    function(&ui); /* Call funciton() like this */

    --
    Vijay Zanvar
Results 1 to 3 of 3