Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
Ranked #4K
~42.2K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for requimrar

Hi guys. First of all, I am aware that there is a somewhat similar thread over here. However, it was never really answered and the code given was obscure (I don't like copying stuff anyway) Either way... I want to balance a chemical equation. However, I don't need help on …

Member Avatar for bguild
0
1K
Member Avatar for requimrar

Hello, I want to ask if there is any way to play an mp3 file in C# without the use of P/Invoke or winmp dll and the like. I can use external libraries too. It would also be nice if I could "include" the mp3 in the C# project, as …

Member Avatar for asad_dani
0
40K
Member Avatar for ayesha25

I am currently booted into ubuntu so I can't check. If i'm not wrong, it goes something like this: [CODE] using System.IO //Important class abc { FileStream file = new FileStream("path.txt", FileMode.Create, FileAccess.ReadWrite); // replace path.txt with the file to write to struct marks { string name; float[] marks = …

Member Avatar for requimrar
0
147
Member Avatar for requimrar

Hi, I'm new to this forum and would like to ask a question relating to C#. I am trying to make my custom OS, and shutting it down, but I am encountering a problem. Here is what I have so far: [CODE]using System; using Cosmos.Compiler.Builder; namespace CosmosBoot1 { class Program …

Member Avatar for JoshuaBowden
0
396
Member Avatar for Jeevitha V.K

I suspect that there is an error with this assignment, much like what jonsca said. Very suspicious... Anyways, the code lionaneesh has posted only works on *nix systems, and I suppose you are one of the 90% of 6 billion people who use bill's SUX system. Anyways, that is very …

Member Avatar for finito
-6
159
Member Avatar for kalpa23

Make sure that variable txtun is initialized. I only saw you declaring it. If I'm not wrong, C# does not error on un-initialized class variables, only on local ones. Init txtun first.

Member Avatar for Lusiphur
0
147
Member Avatar for requimrar

Hi, I rapidly need help!!! I have developed this game, (or the classes anyway) and the compiler just throws a bunch of crap at me when I try to compile it. [CODE]public class ship { public int fuel = 100; public int armour = 100; public int shields = 100; …

Member Avatar for requimrar
-1
140

The End.