CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Demoneye

Search: Search took 0.03 seconds.

  1. Sorting lines in a textfile alphabeticaly in a different way

    Hi all,

    For example i have the following text thats from a text file:


    bike lol.part3.rar
    blad lol.part2.rar
    jkhj lol.part4.rar
    asdd lol.part1.rar
  2. Replies
    12
    Views
    40,841

    Re: Question about Roman Number Converter

    I've been trying to solve this and this is the code I have now:


    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using...
  3. Replies
    12
    Views
    40,841

    Re: Question about Roman Number Converter

    That line doesn't change anything about the code. I want a Converter can convert numbers to Roman Numbers using only 7 Roman Numbers, no combinations( IV,IX etc..)

    So instead of using this:

    ...
  4. Replies
    12
    Views
    40,841

    Re: Question about Roman Number Converter

    Seriously, i came here on these forums too get some help and the only thing I get is this one line

    if(i % 2 == 0)?!?!?

    Come on, I expected more of you guys. I can't do anything with that..
  5. Replies
    12
    Views
    40,841

    Re: Question about Roman Number Converter

    I don't know man, I just wanna know the solution to my question..
  6. Replies
    12
    Views
    40,841

    Re: Question about Roman Number Converter

    When I enter 4 I don't get the Roman Number but that''s because it skips i think... ;/
  7. Replies
    12
    Views
    40,841

    Re: Question about Roman Number Converter

    ok, but this gives me an error
  8. Replies
    12
    Views
    40,841

    Question about Roman Number Converter

    Hi to all!

    I'm new to this forums and i gotta say, looks nice! :)

    My question has something to do with a Roman Number Converter made with C#.

    This is the code:
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured