I want to run C programs in windows 8 but I'm unable to find a suitable compiler. Can someone please suggest a good compiler ?
I have downloaded Visual Studio Express for Desktop on my laptop but it gives the following error when I run it...
I'm unable to find the Project properties
hi i am using windows 7 ultimate 64 bit , anyone please tell me good compiler for c (i need to work with some graphics functions in c), i tried to install TURBO C but i am unable to install it..please tell me a good compiler for working with graphics under c for windows 7 64 bit...
i am using codeblocks for doing my c and c++ program , everybody knows that object code for a program is generated by complier .and that source code will vary depending upon the OS , for a same program. but my question is that is the compiler comes with the codeblocks software,or it is...
include"stdio.h"
#define prod(x) (x*x)
void main()
{
int i=3,j,k,l;
j=prod(i+1);
k=prod(i++);
l=prod(++i);
printf("%d\n%d\n%d",j,k,l);
}
i got the output in gcc compiler as 7,9,and 49
please explain me how the output will be like this..
Hi guys,
I urgently need an c compiler for windows 7 64 bit.
I tried to search a lot on google but i could not find anything.
I have my exams next month and i need it to practice.
It would be nice if anyone can provide me a link or something.
Thanks in advance.
I wrote this code#include<stdio.h>
void main()
{
int i,j;
i=3;
j=++i*++i*++i;
printf("%d\n",j);
}
I am getting 216 as output in windows compiler and 150 in ubuntu compiler,but I anticipated that it should be 120.
So guys plz tell me how this code is working?? and one more thing...
EKOPath 4 is a high performance compiler suite that had until now been a commercial offering by PathScale, and for a large sum of $1795 nonetheless. Now PathScale has announced that they will make the sources of this compiler suite available for free under the GPL3...
Hi,
i have been preparing to make the robot following the guidelines in digit's fast-track and dvd. on compiling the code in ccs compiler, it is pointing out an error in another window which it opened automatically. because of this error, it is not creating the hex file. i dunno wat it means. i...
i am unable to find a c/c++ compiler for my windows 7 32-bit,i tried 5 or 6 different compiler but they are unable to run,so please u guys can suggest me a suitable compiler for windows 7,32-bit
So you're willing to write your own code in C or C++, or simply compile someone else's code? This guide has been designed to get you started.
References and Source for some of the content
FAQ: Compiling your first C or C++ programs - Ubuntu Forums
Welcome to FOSS Powered Wiki - FOSS Powered...
i am relatively new to ASP but well educated on C# & C
i have multiples problems.
1. i want to develop asp page like the codepad. now limiting to compiling only C codes. i choose tiny c compiler . it says it can take program inputs from standard input but on win xp it says "declaration...
Which is the best C compiler for win 7 64 bit version? please help me......
I tried Turbo C but does not work, DevC and CodeBlock do not have complete library....so i am totally confused as what to choose :?
Hey,
Im in class 12 right now, and pretty much a linux noob. How do I get the non ANSI code that we do in school to work? I tried installing g++ via build-essentials but it didn't support it. Even tried geany but no help there either. Is there a way for me to install the borland c++ compiler...
While using Relo with borland c++ compiler, the run window does not show up. Only a command prompt window comes up and goes away in a sec before I can see the output! And the same thing happens with turbo c++ ! What's happening?
Hi, I had windows xp 32-bit earlier and my Turbo C++ worked fine.
I installed Windows 7 RC x64 and now i am not able to install it. (Seems the installer is a 16-bit one). Anyone know a good C/C++ compiler that works on Windows 7 x64 systems?
I didnt know where to post this, whether in...
guyz plz can someone tell me a c++ compiler with bgi graphics support or any alternative to it.
i dled relo and dev c++ but cannot run anything.i can compile though but i'm not seeing any output.
can any1 plz upload their working copy with everything configured.
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.