CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: NoHacerv21

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,011

    String arrays

    I am trying to make a string array that prints each character of input text. When i run this program the input i put in was:
    Enter text
    Hello
    and the output was:
    H
    it also said ...
  2. Thread: Methods

    by NoHacerv21
    Replies
    2
    Views
    3,704

    Re: Methods

    Thanks. I'll try the link once I get out of school today because my school blocked the website.
  3. Thread: Methods

    by NoHacerv21
    Replies
    2
    Views
    3,704

    Methods

    I am learning methods in school and with this program I enter the starting distance type "feet"
    it asks me for a double value for it and I entered 12 and I wanted to convert it to yards. It should...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured