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
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

6 Posted Topics

Member Avatar for YodaMerlin

This might be a very simple answer but it's been stumping me. I need to load an xml file so Ican parse in in javascript. But the file is located on a different server entirely. Can I download it to disc with javascript, so I can load it later? Thanks …

Member Avatar for emclondon
0
204
Member Avatar for linux

0100100100100000011001000110010101100001011100100110110001111001001000000111011101101001011100110110100000100000010010010010000001100011011011110111010101101100011001000010000001100001011001000110010000100000011100110110111101101101011001010111010001101000011010010110111001100111001000000111010001101111001000000111010001101000011010010111001100100000011001100110000101110011011000110110100101101110011000010111010001101001011011100110011101101100011110010010000001101001011011100111010001100101011011000110110001101001011001110110010101101110011101000010000001100011011011110110111001110110011001010111001001110011011000010111010001101001011011110110111000101100001000000110001001110101011101000010000001001001001000000110011001100101011001010110110000100000011101000110111100100000011100000110111101110011011101000010000001101101011011110111001001100101001000000111011101101111011101010110110001100100001000000110001001100101001000000110000101101110001000000110111101100110011001100110010101101110011000110110010100101110

Member Avatar for vinnitro
2
1K
Member Avatar for jasimp
Member Avatar for YodaMerlin

I am trying to make a program where there are several pictureboxes with different pictures. When i click on one, a new one forms at some location on the form. When i utilize the given code, t gives a system null reference, saying I need to add a "new" statement …

0
95
Member Avatar for YodaMerlin

I have a pointer object consisting of different arrays of variable length. I want to get one of the arrays from the pointer array and store is in a different array. How would I go about doing it? When I try the method, it gives an error: [B]initialization with '{...}' …

Member Avatar for YodaMerlin
0
248
Member Avatar for YodaMerlin

I have a variable [B]x[/B] declared as [B]int *x = y[/B], where [B]y[/B] is also a pointer variable. Is there any way to store the variable in [B]y[/B] to [B]x[/B] without making [B]x[/B] a pointer such that it would look like: [CODE] int x = y; //y declaration => int …

Member Avatar for YodaMerlin
0
195

The End.