trouble returning a 2d array from function
I am trying to return the coordinates input by the user to place a piece for a connect four game. however i keep getting this error. main.cpp:132: error: cannot convert 'char (*)[6]' to 'int (*)[6]'...
View ArticleProblem when tracking amount of draws in Rock, Paper, Scissors, Spock
Need some help with my code please. Everything works fine except for when it keeps track of the draws Written in Python Feel free to use it as you wish http://pastebay.net/1167708
View ArticleUsing Trackbar as Filter for a Dataview
Hi! I am currently working on a project where i have to basically remake Itunes. I am currently working on the CoverFlow part (view by album in case you don't know) only by using VS controls mind you....
View Articlecreate string with mix of variable and text and search array for it
My program randomly generates a number and keeps track of that number, because it loops and keeps adding those numbers I am basically generating molecules and I need to combine those molecules to...
View ArticleRetrieve data from 2 Access Databases
i have 2databases D2012_12.mdb and ms.mdb in D2012_12.mdb has table D2012 and ms.mdb has CHNMST and BRMST tables, I want to get Channel "DESC" in CHNMST table that CHNCD contain in TD2012 table. i...
View Articletrouble java aplication chat, need help please
I made java aplication chat, but in this aplication cannot use to receive the message but can to send the message.. please help me to fix it... import com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel;...
View Articlecombining 2d and 3d objects in XNA 3.1
I was going through tutorial of xna 4 of combining 2d and 3d objects like making 2d background and 3d object, so i found a code GraphicsDevice.DepthStencilState = new DepthStencilState() {...
View ArticleA word SCRAMBLE game !
I‘m working on a WORD SCRAMBLE game in VB6. I will like people to advice me on how to go about the generation of all possible words from a set of random letters, say “ADFENTENSIO“.
View Articleireport
sir, I am a beginner in java programming. however, i have developed a software which has database storing name and addresses. i want to create report using ireport. i could connect the database and...
View Articlecomputer Programing
I know c, c++, and c# basics and wanna become an expert in programming. will any one please tell me that which language will be best for creating different softwares or for programming...
View Articleireport
sir, I am a beginner in java programming. however, i have developed a software which has database storing name and addresses. i want to create report using ireport. i could connect the database and...
View ArticleThe Memory Could Not Be "Written"
My Application is C# winform I am facing below error at the time of form close and end of Dispose() method . The instruction at "0xXXXXXXXX" referenced memory at "0xXXXXXXXX", The memory could not be...
View Articlean array task...dont know why am getting it wrong
Hello everybody here on the forum..am having a problem and i want somebody to help me out...am writing this program which is doing my head in...this is a part of the code... #include <iostream>...
View ArticleAssembly & .Net Framework in Visual Studio 12
Hey All So i have been on my school project for a while and its a music player. I started coding it on Visual Studio 2010 and then i started using VS 12. Yesterday I published my project for the first...
View ArticleHow to Create an array that store data using specfic table
Hello I am trying to created an array that contain any number of rows (max is 1000) and 4 columns only. I have tried using this 2D array, but the tutor told me i canoot use it since 2D array need...
View ArticleChanging PictureBox images through the use of "sender" and
I am trying to create a program that has many pictureboxes as enable/disable sliders (think ios settings) and text that shows on/off. What i'm trying to do (since I have a total of 16 images and text...
View ArticleCuriosity of a Newbie
what programming language do i need to use to make a program where you can add, view, delete, and search the records? The options are : add view delete search and its clickable, that when you click...
View ArticleWSReference.Class cannot be converted to '1-dimensional array of..
Hello everyone, I'm getting the following error when I try to build the body section of a XML Document Dim WSHE As HeaderDTO = New HeaderDTO() Dim petitionWS As RequestCreateReceiptDTO = New...
View Articlechat theory question
Hello all, I am writing a game that is using a server to allow multi-use. another feature I want to add to the game is a chat area, but my question is, should I set this up as a seperate server than...
View ArticleClearing textboxes of displayed form
Hi, hope you all had good times with you families this holyday! I'm looking for a better/cleaner way to clear all textboxes and radiobuttons on the currently visible form(that has control) The way I...
View Article