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
~681 People Reached
About Me

Systems Engineer

Interests
Programming All things Tech, Social Networking PS3 Gaming Microsoft Flight Simulator Addict (&…
PC Specs
Dell XPS710 Intel Quad Core2 HT Extreme 4GB 2 x 500GB HDD 16x DVD RW 8x16x DVD DL RW 2 x Benq 19"…
Favorite Tags
c++ x 6
c x 1
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
170
Member Avatar for mugdha_2005

hello .. can u suggest sm gud topic for the project in c# with asp.net?? most probably ne web application ??

Member Avatar for kiamzattu
0
166
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
132
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
99
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
114