How many is "a lot", and what are, say, the first 10 rows of RawData.txt? Can you reproduce the problem if RawData.txt is long enough (and you...
Almost. What do all C statements end with?
Whoops, sorry, turns out it's me not paying attention. So index and value don't need initialising at all, since they take on values returned by...
char ptrr[256] ; char *index = new char[256] ; Not paying attention?
OK. Yes, != is an operator that takes TWO arguments. The correct syntax is while ( _something_ != 3) where _something_ is a variable,...
The memory leak could be the cause; you new[] three character arrays but you don't delete[] them. This isn't Java and you don't get a free...
No problem. How about point 2 and the thing about 16 byte strings, which you seem to have completely missed, or ignored.
OK, well start by thinking about the exact literal meaning of the error, and have a look at the line it pertains to. So for the first error we...
(1) Please use code blocks. (2) The problem may not be in the code you've posted. Create a testbed that calls this from a simple main() function...
Not under the name parachuter2b you haven't. This web site is about ETHICAL hacking, but you are asking about INETHICAL hacking, i.e. stealing...
Your company has the right to do with its bandwidth as it sees fit. If you think access to Go4Expert has business value then make your case and...
Did you fix the problem with strncpy not appending a null? What I do in cases like this ideally is to step through the program with a debugger,...
I'm not offended by donate buttons, I just ignore them. I run Firefox through Privoxy so this takes care of adverts, so I don't need to pay to...
Bitwise AND? if(openbrac_count==closebrac_count & openbrac_count != 0) Gave it the input (a(b)) and the strncpy copied (a(b) with NO...
Well, we don't do homework assignments here, but we will help. How far have you got with the project and where are you stuck? Sounds like you...
Seems a trick question to me because there is an obvious answer and you might think why are they asking if it's that obvious, but what do you...
That's a better description of the problem. How far have you got and where are you stuck? Has it occurred to you simply to loop over the input...
Re: Poor credit loans Simple. It's a PROGRAMMING forum and has NOTHING TO DO WITH FINANCE. So take your loan offers and stick them up...
DON'T SHOUT PLEASE. IT'S CONSIDERED RUDE. You must have missed the reply I wrote to the other thread you posted this question in. Here it is...
So when faced with an error you don't understand, think about the LITERAL meaning of EXACTLY what it says. Usually you'll find that most errors...
Separate names with a comma.