When trying to save compile and run the code it comes up with these errors...
In function 'int main()':|
|28|error: invalid application of 'sizeof' to incomplete type 'MyRecord' |
|37|error: invalid application of 'sizeof' to incomplete type 'MyRecord' |
||=== Build finished: 2 errors, 0 warnings ===|
Both Code::Blocks v10.05 and DevC++ v4.9.9.2 are throwing up this error...
Thanks in advance for any help... this code is ripped from the net, I am going to adapt it into my project once i can get this version working.