Search:

Type: Posts; User: Korn1699

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,424

    Does that work well with VS 2005, Windows, and MS...

    Does that work well with VS 2005, Windows, and MS SQL 2005? It looked like it was more for open source setups...
  2. Replies
    7
    Views
    2,424

    I don't know what you can do with suite that you...

    I don't know what you can do with suite that you can't do with sourcesafe... I just saw that there are a lot of features that we would not use with team suite, but I thought I would ask here so we...
  3. Replies
    7
    Views
    2,424

    Team Suite vs SourceSafe

    Would VS 2005 Standard with SourceSafe purchased separately have the same versioning support as Team Suite?
  4. Replies
    0
    Views
    1,205

    Event question

    I am not sure if this would be the right place to ask this, but is there a way to use delegates to create an event similar to the "onkeydown" event in JavaScript with a textbox server control on an...
  5. Replies
    0
    Views
    2,361

    Serial Communication

    Does anyone know how to use serial communication with a C# web site with ASP.NET 2.0 so that a serial port on the server is used?
  6. Thread: CodeWarrior

    by Korn1699
    Replies
    3
    Views
    1,508

    Are there any not through metrowerks? They just...

    Are there any not through metrowerks? They just only use ftp there, and for some reason they block it on the wireless network at the college I go to. All the labs are closed for the weekend so I...
  7. Thread: CodeWarrior

    by Korn1699
    Replies
    3
    Views
    1,508

    CodeWarrior

    Does anyone know of any good tutorials for using the HC12 with CodeWarrior? The specific version is the MC9S12DP256B, so one for that would even be better.
  8. Replies
    4
    Views
    3,284

    Regular Expressions

    If I want to search a string for a sequence that is followed by a "?" (ex. abc?), how could I do this? I was having trouble with it because that is used to signify types of regular expressions.
  9. Replies
    1
    Views
    1,564

    foreach with collections

    When using foreach on a collection, after the loop is done should the size of the collection reset? Is there a way to make it so a foreach loop can be done again on that same collection?
  10. Replies
    11
    Views
    6,434

    Can anyone help me?

    Can anyone help me?
  11. Replies
    11
    Views
    6,434

    what I was needing to do was have a parent...

    what I was needing to do was have a parent process that created n child processes. the parent sends data to the child by a pipe represented by a int in[n][2]. and each child will output to a single...
  12. Replies
    11
    Views
    6,434

    exec with threads

    How do the different types of exec work? Do the parent and child threads need to be compiled separately?
  13. Thread: Graphics

    by Korn1699
    Replies
    3
    Views
    1,711

    Graphics

    How can you draw graphics with C++ in Linux? I mean like lines and trapezoids. Also, what is a good way to start programming with Linux? I am used to VS 6 and .NET, and I know you can compile from...
  14. Replies
    5
    Views
    3,704

    C++ and Java System Calls

    How can you use system calls like fork and exec with Java and C++?
  15. Replies
    6
    Views
    1,934

    Linux text mode

    Does anyone know how to start linux mandrake in text mode?
  16. Replies
    5
    Views
    1,384

    I am using the different languages because I am...

    I am using the different languages because I am working with all those languages because each of the people I am working with are only really good with one of those languages each, and I have used...
  17. Replies
    5
    Views
    1,384

    I beleive that is will mostly be various objects....

    I beleive that is will mostly be various objects. This program as it stands right now is suppossed to basically simulate a control for a virtual house, including light, heating and cooling,...
  18. Replies
    5
    Views
    1,384

    Multiple Languages

    What is the best way to use .NET 2003 to use VB for the user interface and C# and C++ for the classes and the majority of the code.
  19. Thread: Java File IO

    by Korn1699
    Replies
    3
    Views
    1,345

    Java File IO

    Does anyone know how to do file input and output in Java?
  20. Thread: AI for text

    by Korn1699
    Replies
    6
    Views
    1,846

    I want to have a program that interprets English...

    I want to have a program that interprets English text, and understands it. I mean like almost something that you could do to type a command or question, and it does the command or answers the...
  21. Thread: AI for text

    by Korn1699
    Replies
    6
    Views
    1,846

    AI for text

    Does anyone know about any code that is already created and allows you to use regular expressions to evaluate a String of text or text in a TextBox?
  22. Thread: Sorting...?

    by Korn1699
    Replies
    9
    Views
    2,136

    I guess that the quick sort splits the list into...

    I guess that the quick sort splits the list into lists of five or less, and then finds the median, then the medians of the medians, and then chooses a pivot....Every time it runs, which at least to...
  23. Replies
    4
    Views
    1,199

    aren't arrays passed by reference as default?

    aren't arrays passed by reference as default?
  24. Replies
    4
    Views
    1,199

    Passing vectors

    Are they passed by reference or by value as the default?
  25. Thread: Vectors

    by Korn1699
    Replies
    5
    Views
    1,086

    ok, I was just wondering, and I spent like 2...

    ok, I was just wondering, and I spent like 2 hours going though all the vector stuff I could find a while ago, and nobody I talked to knew. I was thinking that since it has many properties of...
Results 1 to 25 of 243
Page 1 of 10 1 2 3 4