gcc « windows « C Q&A

Home
C Q&A
1.assembly
2.buffer
3.Card
4.Cast
5.compile
6.console
7.const
8.constructor
9.database
10.Date
11.Debug
12.Design
13.Development
14.DLL
15.encrypt
16.enum
17.eof
18.Event
19.fork
20.Format
21.gcc
22.gdb
23.graph
24.graphics
25.gui
26.Holiday Event
27.image
28.IP
29.iterator
30.macro
31.makefile
32.malloc
33.Menu
34.mysql
35.network
36.openssl
37.operator
38.password
39.pipe
40.preprocessor
41.printf
42.pthread
43.Regular expression
44.scanf
45.semaphore
46.SerialPort
47.server
48.Socket
49.sql
50.SQLserver
51.sscanf
52.std
53.stdin
54.stdout
55.stl
56.strcmp
57.stream
58.switch
59.Template
60.thread
61.timer
62.unix
63.video
64.Virtual
65.visualstudio
66.winapi
67.windows
68.xml
C Q&A » windows » gcc 

1. GCC compiler error on Windows XP    stackoverflow.com

I'm getting a totally bizzare error trying to compile a C program using GCC. Here is the batch file I am using:

echo Now compiling, assembling, and linking the core:
nasm -f aout ...

2. C(++) Compiler Transition - Make DJGPP go away please    stackoverflow.com

I'm working on writing a kernel, and I have a few friends working with me on the project. We've been using DJGPP to compile the project for a while, but we're ...

3. How to compile a C program?    stackoverflow.com

I haven't done C in a long time. I'd like to compile this program, but I have no idea how to proceed. It seems like the ...

4. Link User32 with gcc    stackoverflow.com

I have a C program which has a function call that is defined in windows.h (which I have included), however, when I try and compile it with gcc, I get ...

5. How to use SSE with both Windows compiler and GCC compiler?    stackoverflow.com

I have to optimize a piece of code using SSE extensions. My target platforms are Windows and Linux, so I build my application using MS compiler (VStudio) and GCC compiler. What approach ...

6. Tools/techniques for diagnosing C app crash on Windows    stackoverflow.com

I have written an application in C, which runs as a Windows service. Most users can run the app without any problems, but a significant minority experience crashes caused by an ...

7. using GraphViz on Windows    stackoverflow.com

How do I compile the example files? It keeps saying it cant find the library but even after i manually added the 30 or so library folders with -I argument to gcc ...

8. Is there a gcc equivalent in windows?    stackoverflow.com

Visual studio is ok, but i really hate the fact that you have to go through all the process of project creation just to compile one source file. Is there any ...

9. Windows GCC 4.6 with XercesC error when throwing an exception    stackoverflow.com

I'm currently using MinGW with a gcc 4.6 (nuwen distribution, also tried another one) and whenever an exception is about to be thrown in my application, the application crashes and I ...

10. Gcc for windows    bytes.com

11. gcc compiler for windows?    cboard.cprogramming.com

Hi all, Currently, I have been compiling my school projects on our unix machines, ya know, connecting via x windows or putty as a terminal, and also using an FTP program to transfer files. More importantly, I have been doing this because I don't have any Microsoft Visual Studio on my home computer, so I use the Unix's GCC to compile ...

12. I dont get this working on gcc it works fine in windows    cboard.cprogramming.com

Iam new to this forum and new to c programmin. Help me if you can The program compiles and it works ok until certain extend. This are some few things that i see the program is not working as it suppose too. 1. The save function or when i save a new question and the answers. It prints "write operation completed ...

13. C programs and differances between windows c compilers and gnu gcc    cboard.cprogramming.com

Hello I was doing a home work assignment for my C programming class and I came across a problem. The assignment is a simple program that demonstrates how to use the "continue" statement. Code: // Fig. 4.12 fig04_12.c // Using the continue statement in a for statement #include int main() { int x; for ( x = 1; x <= ...

14. gcc on windows    cboard.cprogramming.com

15. GCC C Compiler on Windows    forums.devshed.com

This might be a stupid question, but I'm a little stuck as to what to do. I'm trying to install the GCC C compiler onto my Windows PC, although I'm not sure how to do it. I installed Cygwin and it contains some web pages detailing how to build it. The only problem is that, it isn't recognising the the command ...

16. SciTE and gcc on Windows 7 - Tools options disabled    forums.devshed.com

I've been given an install CD as part of a programming course. The installation has a combined gcc & SciTE installer. I've installed this onto a Windows 7 PC but when I create a program in SciTE none of the compiler related options (Compile, Build, Go) are enabled in the Tools menu. I've added the following folders (C:\Program Files\gcc\bin & C:\Program ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.