Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
9% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
3
Downvotes Received
81
Posts with Downvotes
48
Downvoting Members
18
13 Commented Posts
~14.4K People Reached
Favorite Tags
Member Avatar for spoonlicker
Member Avatar for dspjm

For example, I want to write a minesweeping. I know the interior algorithm, but I don't know how to start creating a gui. How should I get started? Thanks.

Member Avatar for JamieLynnSEO
0
245
Member Avatar for Transcendent

[COLOR="Red"][B]The flowchart is on the attachment. Please check it out[/B][/COLOR] [COLOR="Red"][B]I also get this error: error: cannot convert `__gnu_cxx::__normal_iterator<char*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >' to `char' in assignment|[/B][/COLOR] [CODE]/*************************************************** The following program will take user's input and check whether it is in the following language: <S> ---> a <B> | …

Member Avatar for mike_2000_17
0
320
Member Avatar for spoonlicker

I have no idea at all, nothing, on how to make a full, running and working snake game. I tried starting off using character symbols in ASCII to draw its head and body, but from there on I have no clue on how to make it move with out having …

Member Avatar for kayhantolga
0
332
Member Avatar for spoonlicker

I have no idea how to do it and MSDN.com doesn't give any straightforward explanation on how to. Also, learning functions and such don't really help because I don't know how to use any specific functions regarding such a task and I'm basically clueless. So how could I show an …

Member Avatar for hag++
-1
85
Member Avatar for spoonlicker
Member Avatar for Crutoy

Hi , i'm trying to do an exercise where the computer has to guess the random number from the range of 1-1000. Currently this is the way i have it set up as. I divide that range in half and store it in guess and then check it against the …

Member Avatar for Crutoy
0
797
Member Avatar for spoonlicker

Because I honestly feel like I'll never understand them(it's been years by the way). So I just want to know if it's possible to make any program you fully desire with out pointers or any other complex OOP such as encapsulation and typedefs. I just can't work with that logic. …

Member Avatar for katokato
-1
677
Member Avatar for spoonlicker

So I'm working on a game similar to tetris, but I don't know any algorithms or methods to make the blocks go down faster when pressing the down key button.

Member Avatar for ajst
-1
98
Member Avatar for NickOOOShea

Hey guys, so I have a bit of a problem. I have an idea for a game, and I have all the 3d models and such, but I have no clue how to program. I hired a couple of guys to work for me, but here's the thing. I have …

Member Avatar for DaSpirit
0
180
Member Avatar for spoonlicker

I'm sorry about my last bold post, I just like bold, but does any one know how the basics of mapping work and what mapping exactly is? I want to know because it might be necessary. And some sites I am banned from by IP so that's why I'm not …

Member Avatar for Nick Evan
-1
226
Member Avatar for spoonlicker

I'm having real complex problems with Windows API and a console application. The issue is that I can't have both windows active at the same time. I tried to include both headers, did both required tasks but only one of the windows opens. Here is the completed code: [code]#include <windows.h> …

Member Avatar for peter_budo
0
2K
Member Avatar for lexusdominus

i wrote this a couple of years ago when i was just starting to program. i didnt know any professional programmers and wanted to learn, so just experimented with the language. maybe it will give you an insight into how people program for fun. feel free to add to it, …

Member Avatar for mike_2000_17
0
135
Member Avatar for spoonlicker

I want to know how to show C++'s application in a text-format in machine language through C++ itself. Does any one know how to do that? Sorry if I wasn't too descriptive, I can add more.

Member Avatar for spoonlicker
0
3K
Member Avatar for spoonlicker

[B]Okay, I finally understand that they point to memory, because I knew that all along. I just wasn't aware of why they needed to point to memory for. So I need to use pointers in this position but I don't know where to use them or on which things and …

Member Avatar for papanyquiL
-5
229
Member Avatar for jshoot

[B]Hi every one, I'm working in a code from 1 mounth, and now I finaly finished, it work, but there is the old problem in C++ language, the interface, once that I wan't to do a program that will be used for anothers users, I wanna to make the program …

Member Avatar for Stefano Mtangoo
0
439
Member Avatar for Jaily

I've made a simple webserver in C++ based on this one [URL="http://http://msdn.microsoft.com/en-us/library/ms737593%28v=VS.85%29.aspx"]here[/URL]. And this works fine. Now, my assignment is to pass some info from this server to an html-file that later can be opened in IE or Firefox and then display info like screen resolution. Now.... This is supposed …

Member Avatar for tundra010
0
103
Member Avatar for lochnessmonster

i was always taught put the variables u plan on using in a function at the top of it! im curious if it's considered bad programming practice to only define variables when they are going to be used/need to be used....for example possibly midway or further into a function?

Member Avatar for spoonlicker
0
120
Member Avatar for spoonlicker

Say I want to begin writing a program some how or some way in machine code and nothing more. This program I am making is expected to be a 3D video game. I would like to write it in some way the processor can implement it and write back the …

Member Avatar for spoonlicker
-3
107
Member Avatar for annnDi

Hello guys. First of all i have to say i've been learning a lot on daniweb and appreciate all your effors. Secondly, i'm currently learning MFC with c++ and atm I am making a program called "fast fingers", where you have to press those chars on keyboard that are dynamically …

Member Avatar for annnDi
0
390
Member Avatar for spoonlicker

Like I thought I like programming....Maybe I do...But what I'd really want to do is create a piece of raw machine hardware such as a processor first, operating system and then capability to move on from there using my own instruction sets. But is it possible for one person to …

Member Avatar for spoonlicker
0
235
Member Avatar for Sundayy

Hello again: I am having trouble declaring my variables. Can you please show me what I am doing wrong. The homework problem ask for me to use the "if" statement also, kinda having a few problems with that. Please see the question and my code below. Thank you for your …

Member Avatar for peter_budo
0
423
Member Avatar for Dha...1

I'm quite new to Game Programming. I'm currently learning C++ at its deepest... ;) And, it seems that there are just too many options available to get into the industry. From searching and digging in this very forum and other resources, it seems that C++ is the best suited language …

Member Avatar for BirdaoGwra
0
135
Member Avatar for spoonlicker

[B]I just started to learn Java a few weeks ago but gave up on it after hours of attempts and my code didn't work. Here is my input: [/B] [CODE]class JAVA { public static void main(String Args[]) { System.out.println("Hello World"); } }[/CODE] I saved it as JAVA.java and tried to …

Member Avatar for ztini
0
203
Member Avatar for spoonlicker

Is it possible to write direct machine language instructions to the processor and have them executed in some manner?

Member Avatar for GunnerInc
0
122
Member Avatar for CrumbledCookies

Okay, so I'm a 7 month experienced programmer in C++, and now is the time when I am having the most trouble. So my Professor wants us to create a program that asks the user to input a sequence of numbers and then convert those numbers into outputs of "how …

Member Avatar for ravenous
0
187
Member Avatar for Transcendent

I have a flow on how to do this program but I need so help.[COLOR="Red"] [B]PLEASE GIVE ME A HINT NOT THE ANSWER. [/B][/COLOR] [B][COLOR="Red"]THE FLOW CHART IS IN THE ATTACHMENT. PLEASE CHECK IT OUT BEFORE GIVING HINTS[/COLOR][/B] [CODE]/*************************************************** The following program will take user's input and check whether it …

Member Avatar for mike_2000_17
0
452
Member Avatar for FrancisLazo

I am a puzzled regarding the purpose of the countDown = coundDown -1; part of this program code. I mean I do not know why I should subtract the countDown by 1. What is it for??? Here is the program source code, the one highlighted is the one I'm confused …

Member Avatar for spoonlicker
0
125
Member Avatar for spoonlicker

I've read explanations but to no avail. Could any one offer some explanation of what the difference is and what the benefits are of typedef, struct and classes?

Member Avatar for Narue
0
1K
Member Avatar for fish234

Hey, I was wondering what the code was to open a program using C++? so basically writing a program that opens a program. any help would be great :)

Member Avatar for Narue
0
298