Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
77% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for fliponymous

hello everyone i have wrote a code but i have problem compiling it ( making it run ) it's running but there are no any text's that i'm typing in Writeline here's the code! using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication5 { class Program { …

Member Avatar for castajiz_2
1
141
Member Avatar for Curious Gorge

The operating system is, simply, what empowers your software to manage the hardware. Clearly some OSes are more sophisticated than others. At its very core, a computer starts executing at a fixed address, meaning that when the computer starts up, it sets the program counter to a pre-defined address, and …

Member Avatar for Curious Gorge
0
258
Member Avatar for mirchi mirchi

Unfortunately, it's not clear from your question what is the exact processing required. Please can you specify what you want more clearly - and then show a REAL attempt at answering the question - it's clear to anyone who's done any programming teaching that what you've shown in your question …

Member Avatar for mirchi mirchi
0
120
Member Avatar for fliponymous

Hello guys. I've seen another thread with this name but it was in C i'm interested to do it in C# okay the program how I can add the digits of a number. Could you give me an idea? **I have source, but i need another source with the same …

Member Avatar for ddanbe
0
385
Member Avatar for kim2_0016

We're happy to help you, but we're not here to do all the work, because you simply don't learn anything that way.

Member Avatar for fliponymous
0
548
Member Avatar for Urgent

You can create many kind of game , but it's the level of juniors, if u need the serious game development tools you have to use 3D editing softwares!

Member Avatar for fliponymous
0
128
Member Avatar for saher007

We're happy to help you, but we're not here to do all the work, because you simply don't learn anything that way.

Member Avatar for fliponymous
-1
246
Member Avatar for fliponymous

Hello everyone I want to edit this source ------------------------------------------------------------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace G18_20140215 { class Program { static void Main(string[] args) { Console.WriteLine("Hello G_18"); Test("Hello User"); Test("Hello User1"); Sum(2, 3); Console.ReadKey(); } static void Test(string s) { Console.WriteLine(s); } static void Sum(int …

Member Avatar for cgeier
0
109

The End.