- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
14 Posted Topics
Re: This program shouldn't be as near as long as that, by using the [URL="http://www.cplusplus.com/reference/iostream/manipulators/dec/"]C Plus Plus[/URL] website you can do what your doing, in about 10 lines, with the exception of binary... and hex shouldn't be too hard to convert to binary, considering that every 4 bits is the same … | |
Re: Talking about OOP, you haven't even used functions...lol ![]() | |
Hello, people on daniweb. I was programming in C++CX for a metro application I am making, and needed to do a little string manipulation. Does anyone know if there is a way to individually edit members of String^, like an array, or if there is some equivalent to stringstream on … | |
Re: Use code tags, and your mystery sound is the Beep() function. while(1==1){} is calling your beep function very fast, that is the problem. | |
Re: Steps to making a game: 1. Learn To Program 2. Learn A Graphics API and all other API's needed to make a game for your language 3. Make a game 4. Profit | |
Re: Umm, may I ask are you going to be building a game engine? You can make a game engine with both Direct3D and OpenGL, look at Unreal Engine (DirectX on Windows, OpenGL on everything else). Then you don't really need to worry about using either or, because you use both. | |
I am not really good at HTML, (I assume this is HTML, at least, I do C++ mainly). I found this thing called "passwordreset.htm" and I got a little curious(this is on a school computer). I decided to open it, and I found something that looks like a password reset … | |
I have a piece of software, that I would like to license and protect but I am having a hard time finding the right license, and how I would go about with it. Is there a license that allows: - Free distribution of the executable and DLL's - Costs money … | |
Hello everyone, I am currently taking up a project of making a Virtual Machine. I was wondering if anyone has any tips on making Bytecode interpreters, and Virtual machines. I am not really basing it on anything, I am just making a VM with 640k memory and about 8 32 … | |
I was wondering if anyone has some good examples of running python functions and scripts within C++ using the Python C API. I can't seem to understand the ways of the Python C API, and was expecting something more similar to the Lua C API. The real question is "What … | |
Well, I am quite disappointed when I figured out that realtek and BF3 has the same sound problem as BC:2, where you play multiplayer(single player is fine) and then your computer will go in an endless loop with a buzz and you have to press the power switch. Just letting … | |
Re: Try making it include: Your own scripting language OOP Design Loadable Scripts Threading Online support Script DLC, Script IDE, and a Script Store Static and Dynamic libraries, so on a small update you just release a DLL rather then a new .exe(besides on major updates) I am working on a … | |
I am looking for a replacement for _getch(); Yes I have seen other threads like this, but they do not really satisfy my need(And I do not want to waste my time trying to write one in Assembler, as it isn't my strongpoint). I need something that is exactly like … | |
Re: This might be off-topic but it could be possible to write the stuff in CUDA-C if you have nVidia. I haven't tried it but it is the only thing that might be faster then inline ASM. |
The End.