Search:

Type: Posts; User: nikhil22

Search: Search took 0.00 seconds.

  1. Thanks Salem and grumpy! Like grumpy put it, my...

    Thanks Salem and grumpy!
    Like grumpy put it, my approach was definitely the premature optimisation type.

    >>grumpy

    Which tools can be used to check memory usage?
    I'm using DevC++ and haven't...
  2. using char to store an integer in the range [128,127]

    Hi,
    This is a simple code i've attempted.


    void main()
    {
    char n1 = 10;
    printf("n1 is %d.",n1);
    }
Results 1 to 2 of 2