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 #22.5K
Ranked #2K
~889 People Reached
Favorite Tags
Member Avatar for Radio2006

Hello all, So I just had all of my household good shipped from CT to TX, including my self-built PC's. The main PC had a downed HD upon unboxing. Re-installed WIN7 everything is good. Had some issues with internet, so I shut it down. Came home later that day and …

Member Avatar for Radio2006
0
193
Member Avatar for naui95

Hi there, how can I split a string into variables?? better: string s = "one,two,three,four"; // Split string on character comma. string[] words = s.Split(','); foreach (string word in words) { Console.WriteLine(word); } how can I put an incrasing variable (for n splitted words) instead of 'Console.WriteLine(word)' thanks

Member Avatar for JOSheaIV
0
265
Member Avatar for SphirosOkelli

I have been working on a program for class- yes this is homework. I have completed the program, it runs- yay newbie me- but it does not run correctly. I am working with functions, wether referenced or not, and I have passed several values to a function inorder to calculate …

Member Avatar for SphirosOkelli
0
106
Member Avatar for asaidi

Hi i have a px running with xp and i had a lot of files and folders..because i had a virus that i could not take it was crashing my internet then i want to install a second boot ubuntu.. and i did not format any drive when it was …

Member Avatar for gabeandjaydwells
0
100
Member Avatar for ymdeek

I need a way to return the maximum value of five numbers This is the explanation •function -- identify the maximum value of the five integers ◦function name: maxValue ◦function parameters: five integers, pass-by-value ◦function return: the maximum value of the five integers, as an integer This is what I …

Member Avatar for nndung179
0
225