class - Beginner C++ pointer -


i reading code snippet , saw

file * infile = fopen("input.wav","rb"); 

i want ask 2 questions here.

  1. what file here. class, object or else.

  2. what infile pointing to. have seen pointers int, char etc. pointing to.

file 

a structure containing information file in stdio.h

infile 

points object returned fopen , type file


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -