class - Beginner C++ pointer -
i reading code snippet , saw
file * infile = fopen("input.wav","rb"); i want ask 2 questions here.
what
filehere. class, object or else.what
infilepointing to. have seen pointersint, charetc. pointing to.
file a structure containing information file in stdio.h
infile points object returned fopen , type file
Comments
Post a Comment