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
R

Rareed

@Rareed
About
Posts
6
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Writing a First Article
    R Rareed

    I've been a long time reader of the site, and I've been thinking about posting my first article soon. In short, I've been writing a library for basic linear algebra operations. Essentially, I've thrown in most of the applications that you'd see in a good introductory college linear algebra course (guess which class I'd just taken when I started this). Anyways, I was just wondering if anyone here had any particular suggestions to share with a first time submitter.

    Article Writing learning

  • Which programing Language is best for me?
    R Rareed

    It really depends on what you want to do. For web programming, PHP, ruby, or asp.net would probably be good choices. For desktop programming, C++ would definitely be the way to go, although java might also work well for you. Also, at some point I'd really recommend spending some time with C and assembly. They aren't necessarily the best introductory languages (although the first programming class I ever took started from assembly and then went to C), but a good grasp of the low level workings of the computer will help you out.

    Visual Basic c++ html help question

  • Giving an object multiple enumerator types
    R Rareed

    Ok, I see what you're saying now. Thank you very much for your help.

    C# help

  • Giving an object multiple enumerator types
    R Rareed

    First off, thank you very much for the help so far. I am a little unclear on what exactly you mean here. Could you please be more specific what property I need to implement to make this work with a foreach statement? I've been looking and can't seem to find any documentation on it. Everything I've seen seems to assume that you only want to iterate for one data type. Is what I'm trying to do even possible?

    C# help

  • Giving an object multiple enumerator types
    R Rareed

    I think so. Do you know of an example anywhere that you could point me to? Right now, I have something like: IndexType IEnumerator.Current{...} KeyValuePair IEnumerator>.Current{...} and I am getting the error Error 1 foreach statement cannot operate on variables of type 'Myclass' because it implements multiple instantiations of 'System.Collections.Generic.IEnumerable', try casting to a specific interface instantiation 232 The foreach statement is foreach (int i in info) where info is of type Myclass

    C# help

  • Giving an object multiple enumerator types
    R Rareed

    Hi everyone, I've been writing a class that I want to be able to enumerate over different types in a foreach statement. I've tried googling with no luck, and I was hoping that someone here could help me out.

    C# help
  • Login

  • Don't have an account? Register

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