Search:

Type: Posts; User: bdeepak23

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    3,582

    Netbeans+Gcc is the answer my friend

    I would recommend Netbeans6.5 with GCC (Cygwin) it is an Opensource/Free Software. Please find the installation details here.


    http://www.netbeans.org/kb/60/cnd/setup-Windows.html
  2. Hi all, Thanks a ton for all the help. I...

    Hi all,

    Thanks a ton for all the help. I appreciate it! Finally I was able to successfully compile/run this program.

    Turbo C 3.0 and 4.5 int overflow
    Gcc on Ubuntu I think I have not yet...
  3. Thank you!

    Thanks for the quick response matsp and slingerland. I did have a clue that the value for iSum was overflowing from int but was not very sure.I did change to iSum += i thanks again.

    I tried with...
  4. Find the sum of all the multiples of 3 or 5 below 1000.

    Hi all I have written the following code in C language to 'Find the sum of all the multiples of 3 or 5 below 1000' it works fine for i<10 and i<100 and also gives the right answer but for condition...
Results 1 to 4 of 4