Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #13.9K
Ranked #2K
~2K People Reached
Favorite Tags
php x 1
Member Avatar for KazenoZ

Hello, I've been trying to deal with this problem for a while now, I'm currently working on a game engine I could use to help myself later on, the thing is made in .NET C++, and is similiar in design plan to RPG Maker, and GameMaker and the such in …

Member Avatar for vdeych
0
173
Member Avatar for Smashed Badger

Hi there, I'm generally looking for some advice on how a game could be developed. I have no skills in game development whatsoever at the programming aspect. I do have an idea though that I am writing and drawing and all that jazz for a game that requires massive online …

Member Avatar for ajst
0
144
Member Avatar for nick.crane

Hi all, I am about to upgrade my VS2005 system to VS2010. (My OS is Windows XP SP3) I would like to know if there is anything that I should do before upgrading that will make the process a little easier? Also, what problems will I have with my existing …

Member Avatar for nick.crane
1
273
Member Avatar for anoop4real

Hi, I have a .net compact framework application which is used in Window Mobile 6 device. I want a tool to test its perforamance to find 1. Time taken of operations. 2. Memory leaks 3. Exceptions etc..... something similar to that one which exists with xCode for mac. I tried …

Member Avatar for vdeych
0
110
Member Avatar for bbman

Say for example I have: [CODE] List<string> itemset1 = new List<string>(); List<string> itemset2 = new List<string>(); // Linkedlist itemsetcurrent [/CODE] Which is declared outside the functions, and must be accessible from all the functions. Now, I have a code like this: [CODE] private void SetList(List<string> list) { itemsetcurrent = list …

Member Avatar for vdeych
0
175
Member Avatar for coffeeMan21

I am getting an error, Inconsistent accessibility: return type " " is less accessible than " ". Not sure what is going on, I would appreciate some help [code] public List<point2d> get_myList(ReturnData3 rd) { List<point2d> points = new List<point2d>(); List<double> x = rd.X3; List<double> y = rd.Y3; int h = …

Member Avatar for vdeych
0
608
Member Avatar for bbman

Hey, How would I go about finding the amount of values, say "DaniWeb" in a List<string>? I just need a number, not their index. Cheers

Member Avatar for bbman
0
128
Member Avatar for dreamy_ananya

Hi, I have a project that has 11 classes. Now each class refers to the tasklayer ( another set of multiple classes) and instantiates them everytime. For ex: TaskLayer: contains 3 classes under same namespace. A.cs ------ [CODE]public class A{}[/CODE] B.cs --------- [CODE]public class B{}[/CODE] C.cs -------- [CODE]public class C{}[/CODE] …

Member Avatar for vdeych
0
347
Member Avatar for craigp1

Hi, I'm writing a steganography app in c# that will hide an image and text covertly inside the least significant bits of a bitmap image. I'm trying to convert this code snippet i found in matlab to c# but dont know how. Does anyone know how to convert it to …

Member Avatar for vdeych
0
143
Member Avatar for chathuD

Guys...on my final year project i have to create traffic controlling system. actually my section is retrieving the current traffic details from users mobile phone. Let’s say a persona need to go from "A" junction to "B" junction. so the user will send a sms to system by including the …

Member Avatar for chathuD
0
95
Member Avatar for xuele91

This is the error: [COLOR="Red"]Error1 Inconsistent accessibility: field type 'drag_and_lock_grid.Puzzlepiece[]' is less accessible than field 'drag_and_lock_grid.Game1.pieces' [/COLOR] This line is states the error: public Puzzlepiece[] pieces; This is my puzzle piece class: [CODE] class Puzzlepiece { private int id; private Vector2 position; private Vector2 previousPosition; private Boolean dragging; private Vector2 …

Member Avatar for jonsca
0
117
Member Avatar for mike4

Hey, How can I cause a block of php code be executed once using a command like the [B]include_once();[/B]If i use this directly it includes the contents of the include file like HTML content! What can I do?:$

Member Avatar for vdeych
0
178