Just read the file into whatever data structure seems easiest to you - a linked list of structures if you like, or a couple of static arrays if...
Why do you need recursion for that simple task? Let's say the arrays contain { 1,2,4,6,10} and {3,7,8,12}. The result will be...
Hey satwat you're really on form picking up all my silly mistakes aren't you. Must be careful to triple check my posts from now on before pressing...
> Are you sure you have carefully observed the above code ?? Heh, you write an H file that #includes a CPP file, and that CPP file #includes the...
Oh right. Well that's not such a difficult program to write; you just need to know how to draw a sphere, maybe with a bitmap representation of...
If it's the arg char* that you want to manipulate then you have to pass in the address of the pointer; C is pass by value only, so when you want...
You shouldn't #include a CPP file inside a .H file. H files are for header information, CPP files are for source. Source files can include...
heh an internet connection that fast wouldn't do you much good anyway, it's like taking a Formula 1 racing car onto the M25 at rush hour. You...
Personally I haven't got a clue what you're asking for. What is "solar system code"? Is it something like the Da Vinci Code?
> backup=arg All you're doing here is setting backup equal to the POINTER to the argument. So strcmp(arg,backup) will ALWAYS be zero even if...
I'm surprised you don't already know about MSDN. Anyway, that's the place to go. http://msdn.microsoft.com/en-gb/default.aspx Lookup HttpRequest...
You can only run two operations at the same time if you have more than one CPU. However there are approximations. Look up "multithreading". It's...
I don't think I'd use strtok for that, just loop through the input string and pick out groups of digits.
> char s1 = ""; > cin >> *s1; I doubt this will compile.
Norse -> Nose.
Oh I see, sorry it's not a duplicate. Still seems unnecessary to me though, although the benefit of this is that you only have to parse the data...
IE isn't the only browser out there. You can scan web sites without using a browser. Just use the HTTP API stuff directly in your own programs.
xpi0t0s has reported a post. Reason:Link leads to hardcore pr0n Post: Worthwhile pics. Dialect right nice. Forum: Introduce yourself Assigned...
Could you be a bit more specific please? Why aren't you happy with the code? Does it produce correct results and run in reasonable time? Why do...
Corrected that for you (should be a space after the colon by standard English rules of grammar). Hey, no smiley!
Separate names with a comma.