Search:

Type: Posts; User: clegs

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thanks! I will rewrite my code to include that...

    Thanks!

    I will rewrite my code to include that statement.

    I am having another huge issue with another method of this program, but it is something totally different. So, when I get a break at...
  2. I have been trying to get this but I am still...

    I have been trying to get this but I am still having problems. My problem is that I am reading from the textBox control to a file. And, I don't seem to get how to make the proper conversion.

    I...
  3. I have been researching C# through Visual Studio...

    I have been researching C# through Visual Studio all day. I have been working on this one little problem all day. I still have the meat of my program lef tto code, which is searching for the...
  4. Saving to a file from a Textbox while preserving linebreaks.

    Hello,

    I am new to C# and Visual C#. I am writing an application that reads text from a file into a textbox, then I will search the text for a particular to count the number of times that word...
  5. Replies
    5
    Views
    10,881

    Thanks for the input and references, I will check...

    Thanks for the input and references, I will check them out. If I still can't get it, I will repost.

    Thanks again...
  6. Replies
    5
    Views
    10,881

    File I/O Assertion Failure in VS2008

    Hello…

    I am currently working on a problem that requires a program that takes a command line argument that is the name of a text file and creates a new text file with a heading line and the...
  7. Replies
    13
    Views
    8,060

    YAHOOO!!!! IT all works Now!! MY CODE WORKS!...

    YAHOOO!!!!

    IT all works Now!! MY CODE WORKS!

    Thanks to you both. It is NOW a working program.

    I can go back to sleep before starting the next assignment.

    My Brain thanks you profusely!
  8. Replies
    13
    Views
    8,060

    Whoops!!! I just got an "IS PALINDROME"return....

    Whoops!!!

    I just got an "IS PALINDROME"return.

    let me check it out a few more times...

    There may be hope...
  9. Replies
    13
    Views
    8,060

    I changed my reverse function call to read: ...

    I changed my reverse function call to read:

    /*function call to reverse letters in character array for comparison*/
    reverse(palinds, 0, strlen(palinds)-1);

    And I still get everything evaluated...
  10. Replies
    13
    Views
    8,060

    It is becasue I have a pointer to the array in...

    It is becasue I have a pointer to the array in the argument list.

    It handles the return for me.
  11. Replies
    13
    Views
    8,060

    Yea! I have both up in main(). I didn't think...

    Yea! I have both up in main().

    I didn't think this problem was going to cause this much grief. It HAS to be somethign really simple. I was hoping another pair, or two, of eyes would help.
    ...
  12. Replies
    13
    Views
    8,060

    Adak, Thank you so much for your help. I...

    Adak,


    Thank you so much for your help. I stopped to get a few hours of sleep and now I am back at it.

    I stepped through your code and compared what you have (and said to change), with the...
  13. Replies
    13
    Views
    8,060

    Thanks loads that worked. It compiles but now I...

    Thanks loads that worked. It compiles but now I am back to the error I had before I changed things up.

    My recursive function that checks each elemnt of the string for a match isn't working.
    ...
  14. Replies
    13
    Views
    8,060

    Error in Recursive String Palindrome Code

    This has been a long evening, I am trying to get this code to work all night, and all yesterday, too.

    Anyway this is what I have:


    #include <stdio.h>
    #include <string.h>
    #include <ctype.h>...
  15. Replies
    8
    Views
    2,144

    I got everything to work except writing "Order...

    I got everything to work except writing "Order Submitted" in 3a when the "Confirm Order" button is pushed in 3b.

    I have tried a few things and will keep trying but I am missing the logic on how to...
  16. Replies
    8
    Views
    2,144

    Thanks! I'll try it and see if I can get it to...

    Thanks!

    I'll try it and see if I can get it to print out.

    Then I have to print a line of text...'Order Submitted'...in 3a when the user clicks the 'Confirm Order' button in 3b. There was a...
  17. Replies
    8
    Views
    2,144

    I did write a function in 3a that created...

    I did write a function in 3a that created everything I needed in 3b. and I got all excited. Then I couldn't figure out how to get the buttons (confirm order and cancel) to work in that function. ...
  18. Replies
    8
    Views
    2,144

    Simple JavaScript Code Issue

    I've been through Java, C, C++, and then XHTML. This website's boards are the best help on the web in my opinion. The people that helped me with C and C++ were the BEST. I am hoping there are some...
  19. Replies
    93
    Views
    12,501

    I am dealing with recursive functions AGAIN in...

    I am dealing with recursive functions AGAIN in the chapter on binary trees. UGH! But this time, I think I get it ... so far. I will know before the night is out. Recursion seems to keeps coming...
  20. Replies
    5
    Views
    2,116

    You have a double ;; at the end of the first line!

    You have a double ;; at the end of the first line!
  21. Replies
    93
    Views
    12,501

    Thanks, I will be calling when I get to that...

    Thanks, I will be calling when I get to that class.
    I sincerely appreciate the help I have received from the forum.
    You all are AWESOME!
  22. Thread: Creating a class

    by clegs
    Replies
    4
    Views
    1,062

    Based on: You have two constructors, besides...

    Based on:


    You have two constructors, besides the default constructor, right?
    So start there.
  23. Replies
    11
    Views
    1,449

    Why are you using temp as you iterator and also...

    Why are you using temp as you iterator and also compare it to num?
  24. Thread: Creating a class

    by clegs
    Replies
    4
    Views
    1,062

    post the code you have for the class so we can...

    post the code you have for the class so we can comment on where you have missed the mark.
  25. Replies
    29
    Views
    6,813

    Thanks MacGyver. I understand your example. ...

    Thanks MacGyver.
    I understand your example. That makes sense. I wish there was an example in the book like that. What I read in the book, which was the only information source I had - there...
Results 1 to 25 of 167
Page 1 of 7 1 2 3 4