Compilador c++ para windows?


14-02-2003 por cst
Compilador c++ para windows?
Compilador c++ para windows?

qual voces me indicam?
14-02-2003 por romulo
Comercial ou aberto? Se for comercial eu recomendo o Visual C++, o C++ Builder e o Code Warrior. Se for aberto, eu recomendo o Dev-C++.
15-02-2003 por homemgol
Citação:
Postado Originalmente por romulo
Comercial ou aberto? Se for comercial eu recomendo o Visual C++, o C++ Builder e o Code Warrior. Se for aberto, eu re...
C++ Builder na minha opnião o melhor.
16-02-2003 por cst
Citação:
Postado Originalmente por romulo
Comercial ou aberto? Se for comercial eu recomendo o Visual C++, o C++ Builder e o Code Warrior. Se for aberto, eu re...
entao baixei o DEV

fui compilar mas ele identifica erros e nao termina de criar o .exe,
tem alguma funcao que faca com que ele ignore os erros e termine a compilacao?


a muito tempo compilei esse mesmo codigo fonte que tenho .cpp
no borland e deu certo, mas nao lembro mais como compilar no borland ia no dos aquelas linhas de comandos, (nao sei nada de programar nem compilar por isso esass minhas duvidas).
17-02-2003 por romulo
Citação:
Postado Originalmente por cst
entao baixei o DEV

fui compilar mas ele identifica erros e nao termina de criar o .exe,
tem alguma funcao que fa...
Não. Posta aí o código pra gente ver se acha o erro.
17-02-2003 por cst
voce poderia me explicar como posso compilar com o borland 5.
17-02-2003 por romulo
Citação:
Postado Originalmente por cst
voce poderia me explicar como posso compilar com o borland 5.
Você está usando o IDE ou só as ferramentas de linha de comando?
17-02-2003 por cst
ferramentas de linhas de comando isso no borland


agora do dev alguns dos erros que apareceram na hora de compilar

Citação:
:/unzipped/key/Client.cpp:6: parse error before `##' token

C:/unzipped/key/Client.cpp:6: parse error before `#' token

C:/unzipped/key/Client.cpp:6: parse error before `++' token
C:/unzipped/key/Client.cpp:6: stray '\347' in program
C:/unzipped/key/Client.cpp:6: parse error before `##' token
C:/unzipped/key/Client.cpp:6: parse error before `#' token
C:/unzipped/key/Client.cpp:7: parse error before `##' token
C:/unzipped/key/Client.cpp:7: parse error before `#' token
C:/unzipped/key/Client.cpp:7: parse error before `##' token
C:/unzipped/key/Client.cpp:7: parse error before `#' token
In file included from C:/DEV-CPP/include/stdarg.h:6,
from C:/DEV-CPP/include/stdarg.h:6,
from C:/DEV-CPP/include/stdarg.h:6,
from C:/DEV-CPP/include/windows.h:47,
from C:/unzipped/key/Client.cpp:9:
C:/DEV-CPP/lib/gcc-lib/mingw32/3.2/include/stdarg.h:111: syntax error before `;
' token

In file included from C:/DEV-CPP/include/windows.h:51,
from C:/unzipped/key/Client.cpp:9:
C:/DEV-CPP/include/winbase.h:1107: type specifier omitted for parameter `
va_list'

C:/DEV-CPP/include/winbase.h:1107: parse error before `*' token

C:/DEV-CPP/include/winbase.h:1108: type specifier omitted for parameter `
va_list'
C:/DEV-CPP/include/winbase.h:1108: parse error before `*' token

In file included from C:/DEV-CPP/include/windows.h:56,
from C:/unzipped/key/Client.cpp:9:
C:/DEV-CPP/include/winuser.h:3233: type specifier omitted for parameter `
va_list'
C:/DEV-CPP/include/winuser.h:3233: parse error before `)' token
C:/DEV-CPP/include/winuser.h:3234: type specifier omitted for parameter `
va_list'
C:/DEV-CPP/include/winuser.h:3234: parse error before `)' token

In file included from C:/unzipped/key/Client.cpp:10:
C:/DEV-CPP/include/stdio.h:216: type specifier omitted for parameter `
__gnuc_va_list'
C:/DEV-CPP/include/stdio.h:217: type specifier omitted for parameter `
__gnuc_va_list'
C:/DEV-CPP/include/stdio.h:218: type specifier omitted for parameter `
__gnuc_va_list'
C:/DEV-CPP/include/stdio.h:219: type specifier omitted for parameter `
__gnuc_va_list'
C:/DEV-CPP/include/stdio.h:224: type specifier omitted for parameter `
__gnuc_va_list'
C:/DEV-CPP/include/stdio.h:224: parse error before `)' token

C:/DEV-CPP/include/stdio.h: In function `int vsnprintf(...)':
C:/DEV-CPP/include/stdio.h:225: `s' undeclared (first use this function)
C:/DEV-CPP/include/stdio.h:225: (Each undeclared identifier is reported only
once for each function it appears in.)
C:/DEV-CPP/include/stdio.h:225: `n' undeclared (first use this function)
C:/DEV-CPP/include/stdio.h:225: `format' undeclared (first use this function)
 
Guia do Hardware Melhores Tópicos