Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~19.4K People Reached
Favorite Tags

14 Posted Topics

Member Avatar for marsh_mallows11

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 …

Member Avatar for Lesther_1
0
10K
Member Avatar for restrictment
Member Avatar for BCBTP

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 …

Member Avatar for thines01
0
287
Member Avatar for dextor33

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.

Member Avatar for BCBTP
0
357
Member Avatar for StrateKill

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

Member Avatar for Philippe.Lahaie
0
166
Member Avatar for CityThrille

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.

Member Avatar for BCBTP
0
255
Member Avatar for BCBTP

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 …

Member Avatar for BCBTP
0
269
Member Avatar for BCBTP

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 …

Member Avatar for vijayan121
0
197
Member Avatar for BCBTP

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 …

Member Avatar for Schol-R-LEA
0
379
Member Avatar for BCBTP

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 …

Member Avatar for vijayan121
0
318
Member Avatar for BCBTP

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 …

Member Avatar for jingda
0
93
Member Avatar for ben1996123

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 …

Member Avatar for Cireyoretihw
0
263
Member Avatar for BCBTP

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 …

Member Avatar for BCBTP
0
508
Member Avatar for Labdabeta

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.

Member Avatar for BCBTP
0
126

The End.