Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~4K People Reached
Favorite Tags

32 Posted Topics

Member Avatar for c++ prog

I'm creating a game here using a vb.net.....to make my project more interesting, i'll add a flash animation before the game begins to serve as the story of the game....but the problem is i don't know how to add it into a form....i didn't found anything in the toolbox that …

Member Avatar for donniedonos
0
236
Member Avatar for c++ prog

I've been working on a Linked List assignment. I completed it but I still have a problem on deleting an element that has a predecessor or after an element and inserting an element after an element...can anyone give me an idea? This is what I have so far [CODE] #include …

Member Avatar for Cross213
0
116
Member Avatar for c++ prog

hi, can anyone help me with my codes. I can't find the right solution for getting the average of the sum. For example, my first number is 1 and the second is 10. It will get the sum of either all the even nos there or the odd nos there. …

0
79
Member Avatar for c++ prog

hi, we have a simple program here that states like this: [CODE] input >= 10 ex: 12 1 Square Sqrt Cube Fouthroot 2 - - - - 3 - - - - 4 5 6 7 8 9 10 11 12 [/CODE] i made the code already but I still …

Member Avatar for dickersonka
0
85
Member Avatar for c++ prog

hi we have a programming assignment which computes the volume of a barrel. I don't have a compiler yet and java is not yet recognized by my computer yet because I haven't downloaded any JDK yet because I don't know which one to download...Here's my code so far...Please just review …

Member Avatar for VernonDozier
0
145
Member Avatar for djhello
Member Avatar for c++ prog
0
101
Member Avatar for c++ prog

hi, my problem is about socket programming. My code below only connects the client to the server, and it works just fine. However, I should create a 2player game which of course require the interaction of the 1st and 2nd player. The problem here is that they really don't interact …

Member Avatar for c++ prog
0
128
Member Avatar for c++ prog

this code is a game that uses socket to be able to connect to each other so that there would be a 2player game.. but there something wrong here...here's the code..i'm using linux as my operating system ..this is the client side.. [CODE]#include <stdio.h> #include <iostream> //#include <conio.h> #include <stdio.h> …

Member Avatar for Salem
0
84
Member Avatar for c++ prog

Is it posibble to have a count-down timer while I'm doing something else in the console? it's a simple game wherein a specified time is allowed for the player..if possible, how? I created a timer but it waits until it finishes before proceding to the game..tnx in advance

Member Avatar for c++ prog
0
115
Member Avatar for c++ prog

hi, im creating a simple game here...its a shooting game...so how can I make my program read the keyboard to control the player's movement around?tnx in advance

Member Avatar for Duoas
0
263
Member Avatar for c++ prog

can anyone recommend me a website with a sample of socket which can help me create a 2-player game in c++, or much better, a game using socket?tnx

Member Avatar for Salem
0
58
Member Avatar for c++ prog

websites is not really my specialty...so how can I connect modules? and also how can a user update, lets say his bulletin, by just editing it just like in multiply...any suggestions or online tutorials will be appreciated ..tnx

0
63
Member Avatar for c++ prog

Can anyone suggest a good website that can teach me Oracle? thanks in advance..

Member Avatar for debasisdas
0
105
Member Avatar for c++ prog

our group made a decision to do a dynamic website, and the best tool for this is PHP! But this is too risky...why? because none of us has any background on it!!! can anyone recommend a site that can teach me how to use PHP...any help would be appreciated..tnx

Member Avatar for ditty
0
133
Member Avatar for c++ prog

guys, i have a project to do this school year, and that is a dynamic website..the problem is that i don't have a good background with dhtml so can anyone recommend me a website that can teach me how???tnx

Member Avatar for ~s.o.s~
0
53
Member Avatar for barnes138

simply create an option for the user to choose...lets say switch case is the best way

Member Avatar for stephen84s
0
164
Member Avatar for c++ prog

help plz...I have to create a program that multiplies matrices...those elements in the array must come from a file or reads a file...I have constructed these codes but this program lets the user type their number, not read from a file..I have these code so far...[CODE]#include <cstdlib> #include <iostream> #include …

Member Avatar for stephen84s
0
134
Member Avatar for sniper29
Member Avatar for jephthah
0
404
Member Avatar for acardiac

Hey!!! Show some effort! even if your a newbie, you should exert some effort!

Member Avatar for acardiac
0
261
Member Avatar for harryl5
Member Avatar for c++ prog

i've been developing a game for quite some time now...it will be finished soon...my only concern now is how to make my game more interesting to the gamer's eyes...so i included a video to be able to give a brief background of how the story unfolds...but the problem is that …

Member Avatar for Nick Evan
0
84
Member Avatar for c++ prog

i've been developing a game for quite some time now...it will be finished soon...my only concern now is how to make my game more interesting to the gamer's eyes...so i included a video to be able to give a brief background of how the story unfolds...but the problem is that …

Member Avatar for c++ prog
0
91
Member Avatar for c++ prog

can anyone suggest any website that will help me a lot on creating a simple chatbox? tnx

Member Avatar for Jx_Man
0
306
Member Avatar for c++ prog

can anyone plz tell me how to add a movie in the form?particularly mpg? any examples would really help me...tnx

Member Avatar for Jx_Man
0
72
Member Avatar for c++ prog

can anyone plz tell me how to add a movie in the form? any examples would really help me...tnx!

Member Avatar for Jx_Man
0
58
Member Avatar for c++ prog

can anyone teach me how to correct my code....when I debug this the 12th line or the sndPlaySound("shot.wav", SND_ASYNC) line shows an error "A call to PInvoke function 'StartForm!StartForm.StartForm::sndPlaySound' has unbalanced the stack. This is likely because the managed PInvoke ".Please help me with this one this is a requirement …

Member Avatar for Jx_Man
0
122
Member Avatar for IIMarckus

using namespace std; is required for u 2 be able to use cin only

Member Avatar for IIMarckus
0
140
Member Avatar for c++ prog

does anyone know the game about saddam being shot in miniclip in flash? I have been working on a game but I dont know How to make saddam apper on the screen...example...on a desk he will rise up then will go down...then he will rise again beside a computer then …

Member Avatar for c++ prog
0
82
Member Avatar for c++ prog

does anyone know the game about saddam being shot in miniclip in flash? I have been working on a game but I dont know How to make saddam apper on the screen...example...on a desk he will rise up then will go down...then he will rise again beside a computer then …

0
58
Member Avatar for c++ prog

this program should add 2 integers in the range of 20 digits, but only 10 digits are allowed, else the sum would be incorrect. can anyone plz show me what's wrong with my codes? Here's what i got so far.... [CODE]#include <cstdlib> #include <iostream> using namespace std; int main(int argc, …

Member Avatar for Lerner
0
127
Member Avatar for c++ prog

i'm new to c++....i'm making a project here but i have a problem with this: reading values as type char and converting it to type int...such that 54 can be read as '5' and '4' but after that it will be read into type int...can anyone please tell me how?

Member Avatar for Narue
0
89
Member Avatar for c++ prog

i'm new to c++....i'm making a project here but i have a problem with this: reading values as type char and converting it to type int...such that 54 can be read as '5' and '4' but after that it will be read into type int...can anyone please tell me how?

Member Avatar for Ancient Dragon
0
80

The End.