Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~725 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

5 Posted Topics

Member Avatar for rodkay

Hi all, Quite a basic question for most of you; I am trying to obtain length of a string < char [b]name[MAX_ENTRIES][MAX_NAME_SIZE][/b] > for use in a for loop that will perform isalpha. [size=3][color=blue]for (int j=0; j < &name[i].length(); j++)[/color][/size] [color=black]I am getting [/color][color=red]error 2228: left of '.length' must have …

Member Avatar for ashishkumar008
1
183
Member Avatar for mugdha_2005

[QUOTE=LizR;786946]if all you do is show some pages and allow a language change, I would sincerely expect you to fail. That would be an exceedingly minimal half effort[/QUOTE] If the language change was one that converted that god awful shorthand msg/txt speak into useful English then that could possibly earn …

Member Avatar for Member #160597
0
167
Member Avatar for rodkay

Hi all. I have a worksheet with col A populated by reoccuring numbers (LINES), and col B by unique text (VARIANTS) ... A B = = 2 Bananas 6 Oranges 3 Apples 3 Grapes 6 Pineapple 2 Strawberries 3 Kiwi etc In another worksheet I have a cell which drop-down …

Member Avatar for rodkay
0
144
Member Avatar for rodkay

Folks, Most of you can see what the below segment of code is doing, the problem I have is that the program is skipping the next line in the source file (airportsMaster) after it has processed a successful match. Is the problem because I am using getline twice or that …

Member Avatar for rodkay
0
104
Member Avatar for rodkay

Hi all, I require some help using ifstream. I want to open a file who's name is made up in part by a user enter string - this is the format of the filename ... [code] "Airports_" << airlineICAO << ".txt" [/code] i did try the following ... [code] ifstream …

Member Avatar for rodkay
0
127

The End.