How do you go about understanding other (open source) projects?
I can easily understand single file projects or projects with just three or four files, but I'm trying to understand a bigger project (insight3d). I get that I have to understand the general flow of...
View ArticleRead txtbox and put in array?
Hi, I want to read the content of the input textbox, and put it in an bytearray. But i cant find an solution Maby someone can help. Thanxs in advance,
View ArticleFor Loop and Byte Reading
Hi im currently pursuing engineering and im learning C sharp as it was widely used for framework projects... Im trying to write a program and im stuck with the following:- scenario: byte msg[]...
View ArticleBomberman Game
Hello, We are two students and we have to make a simply version of the game called bomberman (http://www.funnygames.be/spel/vuurspel_2.html). The game must work with 1 player and 1 computer player, you...
View ArticleHow do I completely get rid of this list? RPG game
I'm having trouble getting rid of an STD::List iterator. Before I was able to do this: std::list<GameObject *> objects; std::list<GameObject *>::iterator iter; The list gets populated, etc....
View ArticleHow do I completely get rid of this list? RPG game
I'm having trouble getting rid of an STD::List iterator. Before I was able to do this: std::list<GameObject *> objects; std::list<GameObject *>::iterator iter; The list gets populated, etc....
View ArticleHow do I completely get rid of this list? RPG game
I'm having trouble getting rid of an STD::List iterator. Before I was able to do this: std::list<GameObject *> objects; std::list<GameObject *>::iterator iter; The list gets populated, etc....
View ArticleASP - Arithmetic Operations within Array
Hey guys it's been a while since I last posted anything here. Kinda stuck on something I feel as though is really easy but I'm just not getting it... But let's get right to it. Posting it in Web...
View ArticleJava > MYSQL
My old topic is no more about the same thing. So I create new one, and I want to ask 1 question: If my MySQL database is on the host. Then, it is true, that my java code, that wants to connect to that...
View Articlelabel binding trouble
Hey Guys...So i'm attempting to use a label to display a record I have stored in a table in the DB. There is only one record in this table. //declare class at top of page protected Invoice...
View ArticleRock, paper, sicssiors game assistance
So there are 3 things I am not understanding. the first thing that I'm not uderstanding is how to make the game go for x amount of times without starting the game over. So if a player wants to play 10...
View ArticleEclipse Importing 32 bit DLL on a 64 bit machine
Basically I am new to java, and I need to import a dll, specifically the NeuroSky Mindset developer tools dll, but you don't need to know that. I have the .dll, and a .java file that is supposed to...
View ArticleHow to read the amounts of word from a file?
Take a .txt file for example. For the homework question we have to make a program that takes the name of a file as a parameter and returns an integer, which contains the number of words in that file....
View ArticleCan't figure out why this while loop runs infinitely
the program is supposed to take input and then validate it with a while loop however, the validation loop prints infinitely and i'm not sure why. #include <stdio.h> #define PI 3.141593 int main()...
View Articlecomplexity question
what is the complexity of my code? is it nlogn or more?> dnt worry its not a homework i have exam im solving questions, this comlexity things complicate me !! this is my code: (the question wanted...
View ArticleMDI Form parent background image setting and auto resize mdi form
Dear bro/ sis How to set MDI Form parent background image and auto re-size mdi form with background fit inside msi form
View ArticleAST.NET Web site Error
have a classic ASP website and need to add a site feature that requires the ability to add ASP.NET DLL files. My hosting is enabled for ASP.NET. I created an ASP.NET/bin directory but the following...
View ArticleAn Accumulation Timer
So essentially I have a timer that has four timers. *Overall Timer *Running Timer *Down Timer *Break Timer As soon as the start button is clicked it starts tracking the overall timer as well as...
View Articledaemon to check gmail for new mail
hello community of dreamincode, ive decided to write a python script to check my gmail account for new mail, its made of various pieces of code obtained from the interwebs: #!/usr/bin/python -O import...
View Articlestatic confusion - methods and rules
Hi I am fairly new to C#, but studied one module of VB at university.. now i have grabbed the concepts of classes, inheritance, constructors etc.. but what i am struggling with is the definition and...
View Article