Classes | Functions | Variables

FuncStruct.cpp File Reference

Go to the source code of this file.

Classes

struct  Coord

Functions

struct Coord GetLastCoord ()

Variables

int a
float f

Function Documentation

struct Coord GetLastCoord (  ) 

Definition at line 6 of file FuncStruct.cpp.

{
    Coord c;

    c.a = 0;
    c.f = 2.7f;

    return c;
}


Variable Documentation

int a

Definition at line 8 of file FuncStruct.cpp.

float f

Definition at line 9 of file FuncStruct.cpp.

 All Classes Files Functions Variables