401 Topics

Member Avatar for
Member Avatar for bonnie1702

Just thought I'd drop by and introduce myself. I feel a little guily as I joined up about a month ago, and was intending to introduce myself, but as I have been busy, I sort of put it aside. Well anyway, about me: I am a mature age student (I …

Member Avatar for LabASSistant
0
130
Member Avatar for cplusplusdummy

Argh! I've been trying to work out this problem for an entire week and i'm now at my wits end! I'm supposed to hand in this assignment in 7 hours and am posting my problem here as a last resort. Can i please have someone's assistance in this? I use …

0
39
Member Avatar for chic

I have to convert this into OOP style. How will I start? [code=C++] #include<stdio.h> #include<stdlib.h> #include<string.h> #include<conio.h> #include<ctype.h> #include<dos.h> #include<graphics.h> #define true 1 #define false 0 void disp(); void printmenu(); void intro(); void levelmenu(); void easy(); void initial(int x); void draw(int x, int y, int i); void userwin(int no); int …

Member Avatar for VernonDozier
0
89
Member Avatar for vibgyor

Hi, I am searching for C++ developer jobs currently in US. I have 7 yrs of exp in c++ application development. I see job recruiting ads with 'Exp in Banking', 'Exp in Creditcards','Exp in Trading'. I get a little puzzled with such groupings. My queries are, * Can I appy …

Member Avatar for Narue
0
117
Member Avatar for watercolour

so far i already reach this line, but what make it pain in the ass is, i can't really seem to solve [B]how to make multiple operation in one execution[/B], i can only manage make it one operation in time, some say i have to [B]convert the operation like "1.22*3+2.1" …

Member Avatar for watercolour
0
123
Member Avatar for omoz4real

Hi everyone, I was wondering if anyone could help me solve the popular 8 puzzle problem in C# using the A* algorithm or using the manhattans distance heuristics. actually i know the theoretical aspect of it but programming it is a little bit more difficult for me though i have …

Member Avatar for ahyeek
-2
103
Member Avatar for agsd

Hi, maybe my problem has a very simple solution, but I'm going crazy to find a way to do that. I have a single table that looks like this: Number | Value (both string and numeric) 123 | foobar 123 | 23846 123 | foobar 345 | 34523 345 | …

Member Avatar for dickersonka
0
71
Member Avatar for essential

Just a new comer and hoping to make new friends' here. Well Coding is just another puzzle. And it's okay to have some help with those pieces. Please don't be afraid to ask. If your the kinda person that just loves to documentWrite, you can var me with my inbox... …

Member Avatar for essential
0
80
Member Avatar for wustvn

Hi to all of you guys, I am new here... [B]Peace greetings from Bali...[/B] to this board. Actually I'd like to post a number puzzle. Is there any of you can help me finding the relationships/patterns of table that I attach below? (file name: puzle.pdf) (The table consist of 100 …

Member Avatar for wustvn
0
158
Member Avatar for Motvel

The idea of program is to change the images between them. Images here is stored in Icon Labels. If i click on image(label), i need to memorize this image, and change with the second image. Like a puzzle game. I can to return the last two clicked image, but when …

Member Avatar for Motvel
0
90
Member Avatar for michael1201

ok so im checking a 9x9 soduku game and i need help checking the part where the 3x3 boxes are all cheked. i cant seem to output the errors for the 3x3 box check can someone help me out. i want it to output which box that has the error …

Member Avatar for Salem
0
197
Member Avatar for rutsch

Hello All, This is my first post here but after reading and trying for a couple of days now i figured i might just ask whether what i'm trying to do is possible.......... I have written the code below to check for changes in fields and i want to update …

Member Avatar for rutsch
0
111
Member Avatar for map-lecturer

Nearly 24 hours and 4 or 5 Linksys Support Techs later I still have no answer. Here is the puzzle: Linksys WRT54G2 Wireless router connected to a Westell dual connect modem, provider, Verizon DSL Three computers: one desktop, running XP, wired to the Linksys router, has full functionality, what I …

Member Avatar for map-lecturer
0
265
Member Avatar for t_serva

Hi folks. Thanks for the nice forum. I look forward the getting and giving help and learning more about what every puzzle is thrown my way each day. t_serva

Member Avatar for zandiago
0
36
Member Avatar for zoner7

I am having a compiling issue because of some syntax errors while trying to return an array. You can probably ignore most of the code below; I am only concerned with the call and return of the CreateBoard[][] array. As I understand a pointer might be necessary to do this. …

Member Avatar for Ancient Dragon
0
109
Member Avatar for timdog345

I need to make a hangman game but I have code but it won't end the game even if you ges the word, and it won't show the gesses all at once. This is what I have [code] #include <iostream> using namespace std; int main() { char solution[20]; char blank[20]; …

Member Avatar for joshmo
0
144
Member Avatar for chrisfrolich

I was wondering if programming a hangman game would be possible. I took a little bit of time to make something, but it doesn't seem to be working very well. Any info is appriciated! [code] #include <iostream> using namespace std; int main() { char solution[20]; //holds solution char blank[20]; //holds …

Member Avatar for chrisfrolich
0
364
Member Avatar for computers08

I need to make a handman game I have code but it won't show all the gesses at once and it won't end even if you get it right. PLEASE HELP This is what I have [code] #include <iostream> using namespace std; int main() { char solution[20]; //holds solution char …

Member Avatar for Salem
0
294
Member Avatar for zoner7

So I decided that I wanted to make a Sudoku creator and solver for fun. My plan is to fill a sudoku board with random, however, compatible answers using brutefruce. I simply check random numbers against the two prerequisite rules for a legitimate Sudoku: a given cell cannot contain the …

Member Avatar for Duoas
0
178
Member Avatar for JoelBox

[COLOR="Green"]Hi, I have a puzzle that is difficult to fix,[/COLOR] My website running drupal on wamp is running fine with Firefox and safari. But IE performance is bad. The symptom, IE performs the first couple of gets, then delays 5 seconds and then the next couple. The total page takes …

0
58
Member Avatar for helloan

Hi, I really need some help with this project. I'm currently a beginning C student working on a wheel of fortune program. For this program a random phrase must be chosen from a text file; the same phrase cannot also be used again during the game (there are three rounds). …

Member Avatar for jephthah
0
169
Member Avatar for esmaeel_1211

Hi everyone, I was wondering if anyone could help me solve the popular 8 puzzle problem in C# using the A* algorithm or using the manhattans distance heuristics. thank you. bye

Member Avatar for Ramy Mahrous
0
35
Member Avatar for wleemitch

Hi everyone. I need help with an assignment that calls for a puzzle. The puzzle has five levers, numbered 1 to 5. All the levers must be down to complete the puzzle. The program produces a random puzzle each time it is opened or a new game is played. It …

Member Avatar for John A
0
107
Member Avatar for khangwelo

i'm having a problem with my assignment. here is question!!!!!!!!!!!! The company ABC is developing different puzzles for their customers, and need to make the puzzles as complex as possible, but for a start it wants to test their smaller type of application. You are required to develop an application …

Member Avatar for iamthwee
0
86
Member Avatar for tie372

I have a form and upload script so people can upload games to my website. The form code: [code] echo "<form action=newgame.php enctype=multipart/form-data><table border=0 method=post bgcolor=1a1a1a><tr><td width=70%> game title</td> <td><input type=text name=title maxlength=48></input></td> </tr> <tr><td>summary</td><td><textarea name=summary rows=5 cols=30></textarea></tr> <tr><td>genre</td><td> <select name=genre> <option value=action>action</option> <option value=adventure>adventure</option> <option value=arcade>arcade</option> <option value=other>other</option> <option …

Member Avatar for petr.pavel
0
117
Member Avatar for tcomc

These are the facts for a real life case study. unique ip address 160,000 this month logged with a basic but accurate program written in house approx 8000 unique ip's a day . 227,000 hits this month aw & in house agree . + 5000 zipped software downloads from site …

Member Avatar for tcomc
0
191
Member Avatar for johnwong11

Hello, I need help, after dust cleaning my computer with celeron466, 256RAM, it will not boot through post at all, it will power up and just stay there with no screen and nothing. re-sit RAM and try different video card with no luck. Can anyone please help!! It is a …

Member Avatar for computerlady200
0
262
Member Avatar for G-Do

Hi all, I added a new script to the code snippets page. This time, it's a logic puzzle called "Petals Around the Rose." The goal is for you to infer what algorithm is being used to "score" rolls of five colored dice without peeking at the code. The snippet is …

Member Avatar for jrcagle
0
198
Member Avatar for kosmoe

I want to connect my laptop to my desktop. The laptop is running Vista and the desktop is running XP. I've decided that wireless is the easiest? route. What specificaly do i need to connect them. I have DSL connected to the desktop. I ordered a wireless router as i …

Member Avatar for bobbyraw
0
112
Member Avatar for volhokhoo

Hello, I have a Dell Inspiron 600m. It has started to slow down on me, which I can deal with. I have done all the usual recommedations: check starting programs, defrag, etc. Sometimes my CPU spikes to 100%, slowing things down as well. Annoying, but not the end of the …

Member Avatar for jermaghs07
0
72
Member Avatar for janevblagoj

Dear Sir/Madam, I’m author of a video game called “Poppy And Rose”. I have made this game in the program language Delphi6, the game belongs in the “puzzle” tip and it is with logical elements. I think that my game with a little adjustment it can attract bigger attention, but …

Member Avatar for Micheus
0
174
Member Avatar for janevblagoj

Dear Sir/Madam, I’m author of a video game called “Poppy And Rose”. I have made this game in the program language Delphi6, the game belongs in the “puzzle” tip and it is with logical elements. I think that my game with a little adjustment it can attract bigger attention, but …

0
69
Member Avatar for sweetcrabhoney

Hi! Hope everyone had a wonderful New Years! Anyways... I really want to design a game.. I know how to write in html so I'm hoping I can do games also.. Either in flash or not flash... I want to make a puzzle or word game... I'm not that into …

Member Avatar for Geek-Master
0
60
Member Avatar for Srynx

Hi I'm making a menu in C++ for a sudoku puzzle solver program I've already wrote using switch setence. I've wrote that code: [CODE] #include<stdio.h> #include<stdlib.h> #include<conio.h> #include<iostream.h> int opcio1(); int opcio2(); int opcio3(); void main(){ char sel; cout <<"Sudoku\n\n\n"<<endl; cout <<"1. How to\n\n"<<endl; cout <<"2. Sudoku generator\n\n"<<endl; cout <<"3. …

Member Avatar for CPLUSCPLUS
0
672
Member Avatar for AceKnocks

I am working on a framework design problem in which I have to design a C++ based framework capable of solving three puzzles for now but actually it should work with a general puzzle of any kind and I need your able help in this activity. [B][I]Objective -[/I][/B] In this …

0
63
Member Avatar for mjmythili

hii all, I am doing a small puzzle game in glut. there i want to display numbers in Glut (opengl). can u plz help me

Member Avatar for FireNet
0
143
Member Avatar for julzie

so after cleaning my comp with all those spyware trojans rar! my firefox browser now has a green puzzle piece on above my tabs.. hmm im not a comp savvy pls dnt laugh at me hehhe.. help pls?

Member Avatar for onesamsdad
0
121
Member Avatar for darkagn

Hi all, I was wondering what everyone thought were the most influential computer games of all time? It doesn't matter what platform, but I thought I'd break it down into genres, so here are some that I thought might be considered: First Person Shooter: Unreal Tournament / Doom Real Time …

Member Avatar for Jicky
0
254
Member Avatar for invisal

[code=cplusplus] int i ; n = 20 ; for ( i = 0 ; i < n ; i--) printf('x'); [/code] Find 3 ways to make this code print [b]x[/b] 20 times by ONLY CHANGE ONE CHARACTER in this code. Have fun guy!

Member Avatar for Duoas
0
136
Member Avatar for ParadoxEquation

*Problem: Brand new hard drive (properly installed) isn't being detected by the installation software (or by windows). It is properly installed... It is confirmed as working... It is meant for my computer (computer stats below)... The 8-pin jumper slot has no master or slave modes. *Component: Western Digital SATA 300, …

Member Avatar for DimaYasny
0
141
Member Avatar for mrsmoke

Hi, I'm trying to make my own sokoban game in java. Sokoban is a top down 2D puzzle game where you move around a level trying to push boxes to the goal area in the least possible moves. I'm already pretty stuck at an early stage. My first objective it …

Member Avatar for schoolsoluction
0
119
Member Avatar for palegray.net

Hi All! I'm looking for ideas for word puzzles, and my wife seems to be a bit short on ideas :). In my spare time, I've been building an educational resource site, and so far just have a browser-based crossword generator on it. I mostly do this stuff for fun, …

0
85
Member Avatar for rodce

I'm a beginning C++ student/programmer, and I'm having a difficult time coming up with an algorithm to solve a programming problem. If someone could give me a recipe on how to go about solving the following problem using c++, I would appreciate it. Problem: A school has 100 lockers and …

Member Avatar for WaltP
0
682
Member Avatar for brlukosk

Hello all! New here at daniweb. I am working on a function to check the validity of a sudoku puzzle. It must check the 9x9 matrix to make sure it follows the rules and is a valid sudoku puzzle. this is what I have come up with so far: [CODE]/** …

Member Avatar for brlukosk
0
4K
Member Avatar for petzoldt01

I am currently trying to understand how to rewrite URL's, but I am missing several pieces to the puzzle. I will have a directory stucture similar to the following... / /apps /lib /config /public /public/index.php /public/images /public/css /public/js I want /public/index.php to be called first on nearly every url request. …

Member Avatar for fatihpiristine
0
616
Member Avatar for Hunter__90

Hi! My problem is that when I start a game or play it then there is rectangulars that are crossing the whole screen almost. They have the colors of the game and it's like they have switched places with another part of a game, like a puzzle that isn't right. …

Member Avatar for jbennet
0
82
Member Avatar for Nitrometano

hi there ppl.. i got a puzzle for u guys help me solve.... My computer is turning off right after i turn on... i hit the power button it starts every fans and leds... so far so good.. then comes the POST beep.. 1 beep (just like normal systems do) …

Member Avatar for cguan_77
0
97
Member Avatar for appuguy

Hello I need help with a C program that I solves Sudoku puzzle. I am suppose to write two functions one to populate the arrays from the user input. This function should take as parameters the arrays to fill.Second function to print the 9 by9 array passed to it.This function …

Member Avatar for Ancient Dragon
0
107
Member Avatar for marr007

Hello everyone, so I am working on a word puzzle generator. I have the bulk of it completed-but I am confused on how to proceed from one part. The puzzle must be a user defined size, but the words must then be outputted to a grid in either diaganol, up …

Member Avatar for WaltP
0
144
Member Avatar for slook143

please help me to make a program of a puzzle game.... could you help me......

Member Avatar for schoolsoluction
0
68

The End.