<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[WinAPI Hauptfragen]]></title><description><![CDATA[<p>moin</p>
<p>könnte mir einer von euch da draußen erklären, wozu bzw. was winapi darstellen soll?<br />
ich meine man könnte ja auch nur mit &quot;OpenGL&quot; coden,indem man bbei einem compiler unter Projekte ein neues OpenGL projekt startet ein fenster coden,aber worin liegt da der unterschied?<br />
kännte man auch mit winapi linux progr. basteln auch wenn es mit &quot;WIN&quot; beginnt?</p>
<p>liebe grüße</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/178257/winapi-hauptfragen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 15:53:17 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/178257.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Apr 2007 17:48:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WinAPI Hauptfragen on Mon, 09 Apr 2007 17:48:33 GMT]]></title><description><![CDATA[<p>moin</p>
<p>könnte mir einer von euch da draußen erklären, wozu bzw. was winapi darstellen soll?<br />
ich meine man könnte ja auch nur mit &quot;OpenGL&quot; coden,indem man bbei einem compiler unter Projekte ein neues OpenGL projekt startet ein fenster coden,aber worin liegt da der unterschied?<br />
kännte man auch mit winapi linux progr. basteln auch wenn es mit &quot;WIN&quot; beginnt?</p>
<p>liebe grüße</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1262447</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1262447</guid><dc:creator><![CDATA[YoungMen]]></dc:creator><pubDate>Mon, 09 Apr 2007 17:48:33 GMT</pubDate></item><item><title><![CDATA[Reply to WinAPI Hauptfragen on Mon, 09 Apr 2007 17:51:44 GMT]]></title><description><![CDATA[<p>mit OpenGL kann man keine Fenster erstellen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1262451</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1262451</guid><dc:creator><![CDATA[?????]]></dc:creator><pubDate>Mon, 09 Apr 2007 17:51:44 GMT</pubDate></item><item><title><![CDATA[Reply to WinAPI Hauptfragen on Mon, 09 Apr 2007 18:00:56 GMT]]></title><description><![CDATA[<p>YoungMen schrieb:</p>
<blockquote>
<p>moin</p>
<p>könnte mir einer von euch da draußen erklären, wozu bzw. was winapi darstellen soll?</p>
</blockquote>
<p><a href="http://msdn2.microsoft.com/en-us/library/aa383750.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/aa383750.aspx</a></p>
<blockquote>
<p><strong>Purpose</strong><br />
The Microsoft Windows application programming interface (API) provides services used by all Windows-based applications. You can provide your application with a graphical user interface; access system resources such as memory and devices; display graphics and formatted text; incorporate audio, video, networking, or security.</p>
</blockquote>
<p><a href="http://msdn2.microsoft.com/en-us/library/aa383750.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/aa383750.aspx</a></p>
<blockquote>
<p><strong>Overview of the Windows API</strong></p>
<p>The Microsoft Windows application programming interface (API) enables applications to exploit the power of the Windows family of operating systems. Using this API, you can develop applications that run successfully on all versions of Windows while taking advantage of the features and capabilities unique to each version. (Note that this was formerly called the Win32 API. The name Windows API more accurately reflects its roots in 16-bit Windows and its support on 64-bit Windows.)</p>
<p>Differences in the implementation of the programming elements depend on the capabilities of the underlying operating system. These differences are noted in the documentation for the element.</p>
<p>The Windows API consists of the following functional categories:</p>
<p>* Administration and Management<br />
* Graphics and Multimedia<br />
* Networking<br />
* Security<br />
* System Services<br />
* User Interface</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1262457</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1262457</guid><dc:creator><![CDATA[Vertexwahn]]></dc:creator><pubDate>Mon, 09 Apr 2007 18:00:56 GMT</pubDate></item><item><title><![CDATA[Reply to WinAPI Hauptfragen on Mon, 09 Apr 2007 18:08:50 GMT]]></title><description><![CDATA[<blockquote>
<p><strong>1.2 What is the OpenGL Graphics System?</strong><br />
OpenGL (for “Open Graphics Library”) is a software interface to graphics hardware.<br />
The interface consists of a set of several hundred procedures and functions<br />
that allow a programmer to specify the objects and operations involved in producing<br />
high-quality graphical images, specifically color images of three-dimensional<br />
objects.</p>
</blockquote>
<blockquote>
<p>unter Projekte ein neues OpenGL projekt startet ein fenster coden,aber worin liegt da der unterschied?</p>
</blockquote>
<p>OpenGL kümmert sich nur um Grafik - hauptsächlich um 3D Rastergrafiken. WinAPI dagegen stellt keine Möglichkeit für 3D Grafiken bereit.</p>
<blockquote>
<p>kännte man auch mit winapi linux progr. basteln auch wenn es mit &quot;WIN&quot; beginnt?</p>
</blockquote>
<p>WinAPI wird nich von Linux unterstüzt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1262464</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1262464</guid><dc:creator><![CDATA[Vertexwahn]]></dc:creator><pubDate>Mon, 09 Apr 2007 18:08:50 GMT</pubDate></item></channel></rss>