Search Results

Search: Posts Made By: andy_barry
Forum: Programming 12-23-2009
8,062
Posted By andy_barry
Hi, You've defined argv as an array of...
Hi,

You've defined argv as an array of characters, rather than an array of character arrays (i.e. strings). Change your 'main' function definition to this (note the asterisk):

int main(int...
Forum: Programming 12-23-2009
2,834
Posted By andy_barry
Hi, It looks like the quotes are wrong...
Hi,

It looks like the quotes are wrong (i.e. incorrect characters). This sometimes happens when copy&pasting from browsers and certain word-processors. Make sure that you use " (ASCII 34).
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 10:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy