rl is only for people who can't manage their vl ;P
hauptman
Posts
-
I'm so tired.... -
I'm so tired....drink coke and then sleep. When I drink coke and sleep I get the best sleep I can imagine -.- maybe because I have a constant level of coke in my body ^^
-
Best Beginning C++ Book? [edit]I would say you can create graphics applications nowadays with Visual Basic 6 and of course 7 too. As a beginner he won't make any topedge applications so I think Vb 6 in addition with Direct Graphics 9 is a good approach for a beginner in making games
-
Best Beginning C++ Book? [edit]hmm, yeah, I click the "link[^]" button but I have Firefox. maybe I should use IE -.-
-
Best Beginning C++ Book? [edit]What about Inside Visual C++? I think this is one of the best books ... btw, how do I make these Link [^]? I'm not able to form this ^^
-
Impressive .NET applicationsArena Wars[^] This is a rts game written with C#
-
Only in america?it's not only because of playing in a sanctioned country look here: http://www.ariannaonline.com/forums/archive/index.php/t-7209.html
-
Ask Jeeves sells for 1.85 billionoO wow But as I said here in Austria noone knows about them. Google is here the most commong search engine.
-
Can't get enough of blogs?hmm, who needs something? The Microsoft Web casts are pretty cool but videos in blogs. I don't really see any sense in there. But however I don't read any private blogs ...
-
Ask Jeeves sells for 1.85 billionI have never heared of Ask Jeeves -.- Not a very big company
-
Astonishing bug (XP)It's not a bug, it's a feauture -.-
-
dynamic content in user controlThanks, this is exactly what I need.
-
dynamic content in user controlyes. I just need to now which class embeds the user control ...
-
fgets??char buffer[HOPEFULLY_BIG_ENOUGH]; int i = 0; while( !feof(filep)) { buffer[i] = fgetc(filep); ++i; }
-
Going to ChicagoChicago O'Hare airport. One of the largest airports in world(8 runways) -.-
-
primitive data types in .NETI would say that .net doesn't have any primitive types but the languages can have. I come to this conclusion as in the Visual Basic specification(point 7.3) stands: "The primitive types are identified through keywords, which are aliases for predefined types in the System namespace." http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbls7/html/vblrfvbspec6\_2.asp So for the framework there are no primitive types just value types and reference types but for languages there can exists primitive types.
-
DLL HELLDLL hell means that if you install an application and this application replaces an old DLL with a new DLL and another application depends on this old DLL that the already installed application has a problem. The resource files of Win32 have a version resource but the operating system itself doesn't have any versioning rules.
-
dynamic content in user controlHi! I have the situation that I have an user control and some aspx sites which host this control. Now I would like to say that if the site a.aspx has embedded the control the control shall view the image a.jpeg, if the site b.aspx has embedded the control it should view b.jpeg and so on. Any ideas?
-
C++iostream.h is a header which doesn't meet the standard. However, before the new c++ standard came iostream.h was the standard, but now all all standard headers have no extension(simply iostream, string etc.) Also conio(without h) is a header which doesn't exist. There is just a conio.h but which is only available with windows. Tell your teachers that iostream.h is obsolete and therefore should not be used.
-
How to create / use a simple bootloaderWhat about http://www.osdev.org/?