002 OOPs using C++ with Eclipse on LinuxDiscussion Forum for Programming with C++. We introduce to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. This Training presents modern C++ programming techniques from the start, introducing the C++ standard library to simplify programming tasks.
//////////////// RCS for Weather upto GridDisplay/////////////// RCS file: floatrand.cpp,v Working file: floatrand.cpp head: 1.1 branch: locks: strict admin: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: This is the class member function which will be generate float random number for windspeed , windrotation and for wind precipitation ---------------------------- revision 1.1 locked by: admin; date: 2018/12/26 17:58:53; author: admin; state: Exp; Initial revision =============================================================================
RCS file: Gtemp.cpp,v Working file: Gtemp.cpp head: 1.1 branch: locks: strict admin: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: temperature number assign according to int rand number. ---------------------------- revision 1.1 locked by: admin; date: 2018/12/26 17:58:53; author: admin; state: Exp; Initial revision =============================================================================
RCS file: Gwindrotation.cpp,v Working file: Gwindrotation.cpp head: 1.1 branch: locks: strict admin: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: This function will call float random function and according to random assign a character. ---------------------------- revision 1.1 locked by: admin; date: 2018/12/26 17:58:53; author: admin; state: Exp; Initial revision =============================================================================
RCS file: Gwindspeed.cpp,v Working file: Gwindspeed.cpp head: 1.1 branch: locks: strict admin: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: >> This function will call float random function and according to random assign a character. ---------------------------- revision 1.1 locked by: admin; date: 2018/12/26 17:58:53; author: admin; state: Exp; Initial revision =============================================================================
RCS file: intrand.cpp,v Working file: intrand.cpp head: 1.1 branch: locks: strict admin: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: this will genrate int type random value whic is common for only temperature. ---------------------------- revision 1.1 locked by: admin; date: 2018/12/26 17:58:53; author: admin; state: Exp; Initial revision =============================================================================
RCS file: main.cpp,v Working file: main.cpp head: 1.1 branch: locks: strict admin: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: main function which collect all information of weather by creating dynamic object with for loop. ---------------------------- revision 1.1 locked by: admin; date: 2018/12/26 17:58:53; author: admin; state: Exp; Initial revision =============================================================================
RCS file: weatherDisplay.cpp,v Working file: weatherDisplay.cpp head: 1.1 branch: locks: strict admin: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: final the 8*8 grid will be print in this function . ---------------------------- revision 1.1 locked by: admin; date: 2018/12/26 17:58:53; author: admin; state: Exp; Initial revision =============================================================================