Posts
 
Reputation
Joined
Last Seen
Ranked #301
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
88% Quality Score
Upvotes Received
75
Posts with Upvotes
64
Upvoting Members
54
Downvotes Received
10
Posts with Downvotes
10
Downvoting Members
7
19 Commented Posts
10 Endorsements
Ranked #199
Ranked #197
~172.95K People Reached
Interests
Programming, 3D Modeling, Paintball (Woodsball, never Speedball), Video Games
PC Specs
Intel i5 3.30 GHz, 4GB DDR3, GeForce 9800 GTX+
Favorite Tags
c++ x 78
java x 66
c x 33
wpf x 9
Member Avatar for MasterHacker110

I have been using Game Maker for a few months now but want to go a bit more advance. Where can i get some nice looking textures? Oh and if you know a profesional, rather easy to use, free game engine. Please list it and where i can download it. …

Member Avatar for Tarık Can
0
185
Member Avatar for skatamatic

When working with TCP client sockets I often find myself frustrated with the lack of event-driven support. I usually end up writing a whole bunch of code to determine disconnects, reconnecting, etc and I figuired it's time to just write my own class for this stuff. I figuired I'd share …

Member Avatar for Alejandro_8
6
9K
Member Avatar for naik.pranjal
Member Avatar for Varun_8
-1
869
Member Avatar for 47pirates

I'm trying to give access to client computer from my server and also tryin to revoke the granted access... the grant is successful but the revoking is not working please help. hms is the satabase that i want to give access to my clients.. my code try { Connection con …

Member Avatar for stultuske
0
1K
Member Avatar for revertedlogic

For my Java homework I had to make a program that simulates 100,000 people going 25 times around a monopoly board and finding the percentage times a space is landing on. I get this error when I run it. Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 39 at Monopoly.analyze(Monopoly.java:86) at TestMonopoly.main(TestMonopoly.java:6) Here …

Member Avatar for JamesCherrill
0
325
Member Avatar for pittdaniweb

Hello everybody, I was asked by an interviewer the following question. but I was not able to answer. Please get back to me if you know the answer. thank you in advance. Que: What is the exact difference between the "for" loop and "while" loop in C language ?

Member Avatar for rajii93
0
794
Member Avatar for c1ockwerk

Hello All, Im trying to write a little gui for a command line application i have to run everyday. The command line app is run as follows: stcmpgo -s [url]http://localhost[/url] -u username -p password -a -n -i filename.xml There are multiple flags that can be set which I will use …

Member Avatar for newdev
0
4K
Member Avatar for Sh4dowz

Hello, I'm new to these forums and I was wondering if any of you guys know a programmming language that is more designed for Video Games than casual software. I want to make a basic 2D platformer or maybe a simeple RPG that has a moving sprite. I have tried …

Member Avatar for tuto.narahenpitiya
0
632
Member Avatar for Swapnil Palande

Hi all, Please help me solving following query: How to add global variable in C# window base application. This variable must be accessible to all forms. What I exactly want is: I have a variable "UserName" and "UserType". When user click "Submit" button on Login form, user name get stored …

Member Avatar for Quezo
0
8K
Member Avatar for schroaus

You know how if you open up options in many applications you are no longer able to click to the side of the program until you have either hit ok or cancel. I was wondering if this is possible to do with a program in visual basic, and if it …

Member Avatar for tinstaafl
0
228
Member Avatar for laguardian

Hey guys! I'm trying to create a program that first asks the user for an integer input *n*. The program will then ask the user for *n* Strings and store these in the array. This is what I have so far: public static void main (String args[]){ String[] strArray; int …

Member Avatar for stultuske
0
515
Member Avatar for harinath_2007

Hi folks.. Here comes the same old question ..."How to get the source code for an exe file??" Firstly , i am bored of asking this question as i dont think it is possible.. But what made me to re-ask this question is the excitement of some file that i …

Member Avatar for deceptikon
0
135
Member Avatar for Arjun_Sarankulu

I have created a application which connection to sql server database as well as oracle database The application is working fine at my end And to connect to oracle i used following namespace using Oracle.DataAccess; using Oracle.DataAccess.Client; But when i run the application on user end It gives following exception …

Member Avatar for AndrewGrinder
0
10K
Member Avatar for new_developer

Hi there, I have read that when we create object of a class, its default constructor is automatically called and default constructor assigns default values to variables e.g. to int it assigns 0 and to float it assigns 0.0 ... But I have write a program in which I have …

Member Avatar for new_developer
0
266
Member Avatar for NyQii

Hey Im trying to figure out why my code doesnt enter the second foreach loop?? am i missing something? public void LoadPageAccess(int intRoleID) { Roles role = new Roles(); List<CRMDocLib2012Model.GetPageAccess_Result> GetPageAccess = role.GetPageAccess(intRoleID); foreach (CRMDocLib2012Model.GetPageAccess_Result lst in GetPageAccess) { foreach (GridViewRow Item in gvPageAccess.Rows) { var chkbox = ((CheckBox)(Item.FindControl("cbPageAccess"))); var …

Member Avatar for tinstaafl
0
162
Member Avatar for anumash

I have a lot of problems understanding the concept of size_t and will really appreciate if anybody can help me understand the concept. I searched a lot on the net and went on a multiple forums and answers ranged from "it's an unsigned integer type" to the more bizarre "it …

Member Avatar for deceptikon
0
181
Member Avatar for nardoclya

I am posting looking for anyone who is or has hosted with [greentohost.com](http://www.greentohost.com/), So any experience on greentohost on their green hosting plan please share with me, thanks

Member Avatar for santanfordfleet
0
297
Member Avatar for <M/>

I am looking for a C# editor and I am wondering what is the best one (hopefully for mac) and I noticed that Visual studios is good (but i believe it is windows only though)... I am wondering if anyone has any recommendations for an editor (unless Dreamweaver or Coda …

Member Avatar for nmaillet
0
622
Member Avatar for venus87

private void decrypt_Click(object sender, EventArgs e) { v = Convert.ToDouble (txtencrypt.Text); t = Math.Pow(v, d); MessageBox.Show(Convert.ToString(t)); MessageBox.Show(""+t.ToString()); MessageBox.Show("" + Convert.ToDecimal(n)); msg = Convert.ToInt16(Math.Pow(v,d) % Convert.ToDouble(n)); txtdecrypt.Text = Convert.ToString(msg); } this is the code im working now for rsa decryption. the problem im getting is the pow function return in exponential …

Member Avatar for ddanbe
0
230
Member Avatar for Fredszky

Firstly, i'm really new to all this bash/unix/c stuff so i will probably get some words meanings wrong here, but anyway: Im trying to make a client pass simple shell commands to the server, which executes them. They communicate locally on the same machine through a socket. I can make …

Member Avatar for nmaillet
0
220
Member Avatar for Kareem Klas

Hello members, I have started studying C++ with the book "C++ primer"( by Stanley B. Lippman, Josée Lajoie& Barbara E. Moo). I use Visual Studio 2012 Ultimate and make my projects on Win32ConsoloApllication. There was an example and I wanted to make it over for myself. #include <iostream> int main() …

Member Avatar for Kareem Klas
0
174
Member Avatar for shaguftakhan

Problem Statement: You are required to write a program for calculating area of Trapezoid. Formula for calculating area of trapezoid is Where a and b are two bases of trapezoid and h corresponds to height.

Member Avatar for NathanOliver
-1
118
Member Avatar for mradzinski006

Hi, I'm developing an application that needs to call some methods located inside a SOAP web service and read their responses. For security reasons my client does not allow me to access the service, so there's no way for me to reference it using the Visual Studio tool. I do …

Member Avatar for mradzinski006
0
178
Member Avatar for harishbansal90

Hi, I want to get the External IP address in console application using C#.net. External IP is different from local machine IP. any help? Thanks

Member Avatar for nmaillet
0
636
Member Avatar for mayankjain05

suppose i declare an array of size 10(a[10]) and i try to use even 11th or 12th element...that is i try to put some data...and later extract from a[10] or a[11] ..is it possible..ans with respect to both c and c++..

Member Avatar for mayankjain05
0
103
Member Avatar for tashiDuks

Hi Everyone, I have one text box named txtYear.text and this text box will accept only Year Value i.e. 2011, 2012 and so on. Now i want to put a validation on the text box like, if user enters the value like 1,03,54 in text box then the system should …

Member Avatar for azareth
0
2K
Member Avatar for poojavb

My PC has 3 drives C, D, E...when I insert the removable CD drive it should detect that the drive is the F:... it may vary for different systems...how can I find which will can be the CD drive... I had written the following code Try For Each drive In …

Member Avatar for nmaillet
0
492
Member Avatar for AquaNut

Hi Everyone, I am trying to read in a block of xml using the following code, but it always jumps over the foreach loop: XDocument doc = XDocument.Load(sourceFile); XElement root = XElement.Load(sourceFile); var DataRecords = doc.Elements("DATA_RECORD"); foreach (var dr in DataRecords) { //build up the values we're interested in string …

Member Avatar for nmaillet
0
354
Member Avatar for neo.mn

Hi I am learning event handling. I have defined my own event and raise it in class **MyEventHandle** and have defined a method to handle this event in class **HandleEvent**. In class **MyEventCall** I tried to handle my difned event but it throws an exception at runtime. I do not …

Member Avatar for nmaillet
0
158
Member Avatar for Arjun_Sarankulu

I have developed a web appication for Hospital which manages Patient Information. When the web application is simultaneously opened on more than one machine. While filling data on one machine it redirect to next page which autogenerates SID. but when user at the same time try to fill data from …

Member Avatar for nmaillet
0
139