All about Arrays in C/C++ - Part I by Mridula. :)
(1) int num_a=0, num_b=0; This one causes error because C (or C++) does not allow in-struct (or in-class) initialization of non-const static...
Check this : http://www.cplusplus.com/reference/clibrary/cstdio/fopen/
I guess it's the Birthday Stat ... :thinking:
For one more such fallacy, using Complex Numbers ;), see http://www.math.toronto.edu/mathnet/falseProofs/second1eq2.html.
Re: Please guide me on how to get textBox values from subTabControl into maintabContr I think, both GetDlgItemText and SetDlgItemText require 4...
Congratz ... :happy:
Probably, he was getting all values as "Infinity". @chemr2 : The problem is because of the 1/12 in the denominator. Both 1 and 12 are integers....
Right ! :)
Umm, neither me :p Ha ha ha .. :rofl:
[[ Post moved to new thread ]] Please create a new thread in the "Introduce Yourself" forum to let us know more about you and yourself. Don't...
My pleasure :)
Congratz nimesh ! :happy: :happy: :cheers:
This is NOT a place to submit your homework questions and ask for answers. Show us your code till now, and we would be happy to help. EDIT :: I...
When you use the TextReader's Read function, the next character is read from the file and shifts the position of the Read-Pointer forward. So,...
Try doing it this way : ifstream fin("data.pdf"); ofstream fout("bleah.pdf"); char ch; fin.seekg (0, ios::end); unsigned int length =...
Oops .. I had forgotten to vote ! Voted for Mridula :)
@xpi0t0s : Yeah, even I didn't get the logic ... :? :confused: The following code uses the "encryption" method you mentioned : #include...
OMG !! Number of closed loops ... that would be a huge number. :crazy:
Congratz nimesh :)
Separate names with a comma.