Search:

Type: Posts; User: unmeshghosh

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,169

    I recognize that in C++ there is a scope...

    I recognize that in C++ there is a scope resolution operator but whenever it is called it only calls the global and doesn't pay heed to local nested variables. But is there a way to do it in C++, if...
  2. Replies
    153
    Views
    695,865

    Sticky: Well a must read for all C++ serious programmers...

    Well a must read for all C++ serious programmers is:-
    "The Design and Evolution of C++" by Bjarne Stroustrup (Creator of C++).
    Far from being nasty and boring this books gives the detailed...
  3. Replies
    7
    Views
    1,169

    Accessing Globals With Same Name

    I want to ask how do we access the global variables if we know that the same name also occurs in the local function. So according to C local function with override the global but what if i want to...
  4. Thread: Timer In C

    by unmeshghosh
    Replies
    10
    Views
    4,149

    Thanks you all for paying such attention by the...

    Thanks you all for paying such attention by the way the operating system i am talkin is Fedora Core 3 and compiler is gcc.
  5. Thread: Timer In C

    by unmeshghosh
    Replies
    10
    Views
    4,149

    Timer In C

    I just want to know whether anyone does know about the timer control in C, the problem is that when we use any input function like getchar(),getche() or even scanf(), then if user doesn't give the...
  6. Replies
    8
    Views
    1,998

    How to Stop Compiler to See Output

    This problem can be easily resolved if you use a function named getch(), which would force compiler to stop and you can view you output, but don't forget to put conio.h file in the header section and...
Results 1 to 6 of 6