He notado que generalmente cuando se obtiene un paquete de desarrollo (p.e borland c++ o visual studio 6.0) viene incluida una ayuda con todas las funciones, para qué sirven, cómo usarlas y qué cabeceras deben incluirse, cuando descargué el paquete de dev c++ 4.9 no encontré estas ayudas, me gustaría que me dijeran donde obtener una ayuda que sea compatible con el compilador predeterminado de dev c++ 4.9
Gracias
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have noticed that generally when a package of development is obtained (p.e borland c++ or line of vision studio 6,0) comes including an aid with all the functions, so that they serve, how to use them and what heads I must include themselves, when I unloaded the package of dev c++ 4,9 I did not find these aids, would like that they said to me where to obtain an aid that is compatible with the compiler predetermined of dev c++ 4,9
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-09-10
Alta Vista Babel Fish Translation:
I have noticed that generally when a package of development is obtained (p.e borland c++ or line of vision studio 6,0) comes including an aid with all the functions, why serve, how to use them and what heads I must include themselves, when I unloaded the package of dev c++ 4,9 I did not find these aids, would like that they said to me where to obtain an aid that is compatible with the compiler predetermined of dev c++ 4.9
Thanks
Dev-C++ itself is just an IDE. It is supplied with tools and libraries from more than one source. You need to look at the primary source of these to obtain documentation.
Hola Wayne Keen, gracias por todas las respuestas, ya he visitado los vínculos que usted ha mostrado y encontré las funciones de c++ en las páginas de microsoft, también las funciones de la API de windows, sin embargo también necesito las funciones que funcionan en linux, si no estoy mal gcc fue diseñado inicialmente para linux pero luego crearon un equivalente en windows.
También debe tener cuiado en consultar las ayudas de visual studio .net (cualquier versión), ya que yo he usado esos programas y me he dado cuenta que cambiaron la sintaxis y forma de uso de muchas funciones que no son solo de la API de windows.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Wayne Keen, thanks for all the answers, already I have visited the bonds that you have shown and I found the functions of c++ in the Microsoft pages, also the functions of the API of Windows, nevertheless also I need the functions that work in linux, if I am not bad GCC were designed initially for linux but soon they created an equivalent one in Windows.
Also studio .net must have cuiado in consulting the line of vision aids (any version), since I have used those programs and I have occurred account that changed the syntax and form of use of many functions that are not single of the API of Windows.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No puedo editar los mensajes que ya he enviado así que me tocó enviar otro complementario, voy a buscar esas funciones en google, aunque estos días voy a estar ocupado, así que volveré por estas páginas en alrededor de una semana.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I cannot publish the messages that already I have sent so it was called on to me to send another complementary one, I am going to look for those functions in google, although these days I am going to be occupied, so I will return by these pages in around one week.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
He notado que generalmente cuando se obtiene un paquete de desarrollo (p.e borland c++ o visual studio 6.0) viene incluida una ayuda con todas las funciones, para qué sirven, cómo usarlas y qué cabeceras deben incluirse, cuando descargué el paquete de dev c++ 4.9 no encontré estas ayudas, me gustaría que me dijeran donde obtener una ayuda que sea compatible con el compilador predeterminado de dev c++ 4.9
Gracias
wheres Wayne and his amazing technicoloured Translater.
Machine Translation:
I have noticed that generally when a package of development is obtained (p.e borland c++ or line of vision studio 6,0) comes including an aid with all the functions, so that they serve, how to use them and what heads I must include themselves, when I unloaded the package of dev c++ 4,9 I did not find these aids, would like that they said to me where to obtain an aid that is compatible with the compiler predetermined of dev c++ 4,9
http://gcc.gnu.org/onlinedocs/
That only documents the compiler not the libraries - which is what the OP appears to be asking for.
I was actually going to see if he followed up with a question along those lines.
You cut me off at the pass. :)
Wayne
Use the version for GCC-3.4.6
Alta Vista Babel Fish Translation:
I have noticed that generally when a package of development is obtained (p.e borland c++ or line of vision studio 6,0) comes including an aid with all the functions, why serve, how to use them and what heads I must include themselves, when I unloaded the package of dev c++ 4,9 I did not find these aids, would like that they said to me where to obtain an aid that is compatible with the compiler predetermined of dev c++ 4.9
Thanks
Dev-C++ itself is just an IDE. It is supplied with tools and libraries from more than one source. You need to look at the primary source of these to obtain documentation.
The C Library is Microsoft's: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/crthm.asp
The Win32 API is Microsoft's: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/crthm.asp
The C++ Standard Library is standard, and documented in many places (in varying degrees of completeness and usability:
http://www.dinkumware.com/manuals/
http://www.cplusplus.com/reference/
http://www.cppreference.com
Dev-C++ sí mismo es justo un IDE. Se provee de las herramientas y de las bibliotecas de más de una fuente. Usted necesita mirar la fuente primaria de éstos para obtener la documentación.
La biblioteca de C es Microsoft: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/crthm.asp
El Win32 API es Microsoft: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/crthm.asp
La biblioteca estándar de C++ es estándar, y documentado en muchos lugares (grados que varían de lo completo y de utilidad: http://www.dinkumware.com/manuals/
http://www.cplusplus.com/reference/
http://www.cppreference.com
Clifford
Hola Wayne Keen, gracias por todas las respuestas, ya he visitado los vínculos que usted ha mostrado y encontré las funciones de c++ en las páginas de microsoft, también las funciones de la API de windows, sin embargo también necesito las funciones que funcionan en linux, si no estoy mal gcc fue diseñado inicialmente para linux pero luego crearon un equivalente en windows.
También debe tener cuiado en consultar las ayudas de visual studio .net (cualquier versión), ya que yo he usado esos programas y me he dado cuenta que cambiaron la sintaxis y forma de uso de muchas funciones que no son solo de la API de windows.
Hello Wayne Keen, thanks for all the answers, already I have visited the bonds that you have shown and I found the functions of c++ in the Microsoft pages, also the functions of the API of Windows, nevertheless also I need the functions that work in linux, if I am not bad GCC were designed initially for linux but soon they created an equivalent one in Windows.
Also studio .net must have cuiado in consulting the line of vision aids (any version), since I have used those programs and I have occurred account that changed the syntax and form of use of many functions that are not single of the API of Windows.
No puedo editar los mensajes que ya he enviado así que me tocó enviar otro complementario, voy a buscar esas funciones en google, aunque estos días voy a estar ocupado, así que volveré por estas páginas en alrededor de una semana.
I cannot publish the messages that already I have sent so it was called on to me to send another complementary one, I am going to look for those functions in google, although these days I am going to be occupied, so I will return by these pages in around one week.
Por último: Aunque voy a hacer esa búsqueda, si usted me ayuda le estaría agradecido.
Finally: Although I am going to make that search, if you help me would be thanked for to him.
How come Wayne gets the credit for the links I posted!? ;-)
I have been stealing credit for stuff you do for years.
Please talk to the powers-that-be and have me fired and thrown out of here.
Wayne