![]() |
| ||
| Help! C program w/Pointer Notation to Convert Text Hi - The assignment is to write a C program that prompts the user to enter a line of text up to 69 chars, then convert the text to upper and lower case. The program is required to use pointer notation, not array notation. The program needs to setup a pointer to the text array. I am having a hard time understanding pointers.. below is my code thus far which is not working (it only outputs garbage). Please HELP !! It is due very soon!!!!!
|
| ||
| Re: Help! C program w/Pointer Notation to Convert Text > void main(void) http://faq.cprogramming.com/cgi-bin/...&id=1043284376 > gets(text); http://faq.cprogramming.com/cgi-bin/...&id=1043284351 Here's a little program to show the same thing using arrays and pointers #include <stdio.h> |
| All times are GMT -4. The time now is 5:07 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC