Search:

Type: Posts; User: stevespai

Search: Search took 0.01 seconds.

  1. Cactus_Hugger: thanks again for the great advice...

    Cactus_Hugger: thanks again for the great advice

    Salem: thanks for the helpful link
  2. Great, thanks for the responses. Let me look...

    Great, thanks for the responses. Let me look into these methods.

    Steve
  3. Program to characterize performance of C functions?

    Hi, has anyone ever written a program to characterize the speed of the various memory and stream functions in C? I'm not sure if this is the best way, but I am creating a timestamp by accessing the...
  4. Replies
    5
    Views
    10,658

    Thank you.

    Thank you.
  5. Replies
    5
    Views
    10,658

    Pianorain: How can I specify a specific file to...

    Pianorain: How can I specify a specific file to use, rather then just a folder?
  6. Replies
    5
    Views
    10,658

    Thank you pianorain.

    Thank you pianorain.
  7. Replies
    5
    Views
    10,658

    Common Dialog Box in C#?

    Hi, can anyone recommend a good example site or provide an example on how to use a common dialog box in C#? The one on MSDN is confusing to me.

    My program processes .csv files. My goal is to be...
  8. Replies
    7
    Views
    1,724

    Thank you both for the replies, let me read over...

    Thank you both for the replies, let me read over the method and try to understand it.

    pianorain: I know should use generic lists, just trying to learn ArrayList also :)
  9. Replies
    7
    Views
    1,724

    Accessing Different "Levels" of ArrayList

    Hi,

    Can anyone help me with the syntax to access different levels of an ArrayList?

    Something like:



    rawData[0] [0] [0]
    [1]
  10. Replies
    12
    Views
    3,745

    Sorry, I didn't realize what Entry refered to. ...

    Sorry, I didn't realize what Entry refered to. Thanks, I'll post further questions.
  11. Replies
    12
    Views
    3,745

    Is this: private Entry[] m_entries = new...

    Is this:


    private Entry[] m_entries = new Entry[0];


    supposed to be replaced with elements of my struct?

    What is supposed to be in the < > of : IEnumerable< > ?
  12. Replies
    12
    Views
    3,745

    Why am I getting errors for "Entry"? - "The type...

    Why am I getting errors for "Entry"? - "The type or namespace 'Entry' could not be found (are you missing a using directive or an assembly reference?)

    What is missing from the class definition...
  13. Replies
    12
    Views
    3,745

    Thank You. I'll slowly work through your code...

    Thank You. I'll slowly work through your code and post any questions.

    I do have one to start off: why is it better to use List rather than ArrayList. What do you mean by type-safe? When I use...
  14. Replies
    12
    Views
    3,745

    The structure of the timeline is basically this:...

    The structure of the timeline is basically this:

    (device1-start),(device1-end),(device2-start), (device2-end), ... , (device6-start), (device6-end)

    There is some dead-time between the devices...
  15. Replies
    12
    Views
    3,745

    Also, I am using MSVS 2005...I think it is the...

    Also, I am using MSVS 2005...I think it is the .net 2.0 framework.
  16. Replies
    12
    Views
    3,745

    Thanks for the reply. Let me try again: 1. ...

    Thanks for the reply. Let me try again:

    1. I'm new to C# so what is a generic list? If it is another class, I should be able to search it on msdn right?

    2. I have a bunch of .csv files all...
  17. Replies
    12
    Views
    3,745

    Trouble using ArrayList

    Hi,

    I posted previously that I was trying to import C code that I previously wrote into a C# utility that I recently wrote. I was advised to create a dll, but after some research, I realized it...
  18. Replies
    5
    Views
    5,428

    Great, thanks for the info. I'll look into it...

    Great, thanks for the info. I'll look into it and post with any more questions.
  19. Replies
    2
    Views
    1,658

    Sorry about posting in two boards. I should have...

    Sorry about posting in two boards. I should have read the guidlines. I was hoping that if the C# programmers didn't have experience in this, maybe the C programmers would.
  20. Replies
    5
    Views
    5,428

    Sorry about posting in two threads. I should...

    Sorry about posting in two threads. I should have read the guidlines. I was hoping that if the C# programmers didn't have experience in this, maybe the C programmers would.
  21. Replies
    2
    Views
    1,658

    Can I integrate C and C# code?

    Hi,

    Is it possible to integrate some existing C code into a C# program? If possible, what method would I use to integrate it? Should I put it into a class? How would I include the libraries so...
  22. Replies
    5
    Views
    5,428

    Can I integrate C and C# code?

    Hi,

    My question pertains to if it is possible to integrate some existing C code into a C# program. If possible, what method would I use to integrate it? Should I put it into a class? How would...
  23. Replies
    3
    Views
    2,642

    Problem with opening file and pathname

    Hi All,

    I'm new to the boards. I have a problem opening a file for reading. Here are snipets of code I am using.



    /// <summary>
    /// Create a new reader for the given stream.
    ...
Results 1 to 23 of 23