Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

prrusa

@prrusa
About
Posts
23
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • algorithm
    P prrusa

    I didn't write the question nor was I trying to insult you.

    Managed C++/CLI algorithms tutorial question

  • algorithm
    P prrusa

    >your question doesn't mean anything. If your a programmer it should! An algorithm is just a list of instructions detailing how to do something. Could be making a peanut butter and jelly sandwich.

    Managed C++/CLI algorithms tutorial question

  • max characters of the type String
    P prrusa

    HEAP of trouble...;-)

    Managed C++/CLI question

  • max characters of the type String
    P prrusa

    No hate... And it wasn't directed at you, as your help is invaluable to me and to others I'm sure. Seems some just live to tell others they've posted in the wrong group. Group is quite, maybe we could just start posting the managed answer to whatever question was asked in addition to telling the OP the error of their ways. Cheers, Paul

    Managed C++/CLI question

  • max characters of the type String
    P prrusa

    as opposed to "your in the wrong group, your in the wrong group"

    Managed C++/CLI question

  • 1000!
    P prrusa

    >If this is an example of an assignment at your university, you may want to >put a "stop" on that tuition cheque... Could you please elaborate? I'm dying to find out how you came to this conclusion from the info you had? Please hurry with your reply, we may have stumbled upon a savant.

    C# csharp help

  • working with excel
    P prrusa

    Where are you getting errors? Post the code you tried.

    C# csharp tutorial

  • 1000!
    P prrusa

    You think his students should cheat? I feel he is being kind! I wait till the end of the semester before telling them I caught them cheating and then fail them.

    C# csharp help

  • 1000!
    P prrusa

    You would think they would catch on by now..:) Keep up the good work bagging them...

    C# csharp help

  • Paper Airplane Game
    P prrusa

    how cool are you...Thanks.

    The Lounge csharp adobe game-dev performance question

  • Paper Airplane Game
    P prrusa

    Hi All, About 15 years ago I had a dos base paper airplane game. It allowed the user to fly from 2d room to 2d room using the air vents in the floor to keep going. Anybody remember this? I am recreating it in C# and would love to find a copy to boost my memory. Don't remember the name. Thanks, Paul

    The Lounge csharp adobe game-dev performance question

  • double v. Double?
    P prrusa

    Thank you...

    C# question

  • double v. Double?
    P prrusa

    How do these differ? Besides color and case. Console.WriteLine(typeof(double).FullName); Console.WriteLine(typeof(Double).FullName); Both tell me it's a System.Double Thank you, Paul

    C# question

  • Disk Space
    P prrusa

    check out 'DriveInfo class' in the help menu. The sample seems to be what you need. gl-Paul

    C# help question

  • How to display only numbers after comma in c#
    P prrusa

    yes...Coding today is almost too easy with all the help availible in realtime...;)

    C# tutorial csharp question

  • How to display only numbers after comma in c#
    P prrusa

    Hopefully its' a good thing....

    C# tutorial csharp question

  • How to display only numbers after comma in c#
    P prrusa

    didn't see your post...From your '???' do you not realize how two people can post within an 8 minute perion?

    C# tutorial csharp question

  • How to display only numbers after comma in c#
    P prrusa

    I like your's with the colored background better...:)

    C# tutorial csharp question

  • How to display only numbers after comma in c#
    P prrusa

    Probably and eaiser way...But this works. double d = 3.14; string s = d.ToString(); char[] delimiter = { '.' }; string[] a = s.Split(delimiter); Console.WriteLine(a[1]); gl-Paul

    C# tutorial csharp question

  • How to read a pdf file using c++
    P prrusa

    How would you do it in cli? I would be interested.

    Managed C++/CLI c++ tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups