Rajendra Uppal rajendrauppal
- Gurgaon, India
- Sign in to view email
- http://in.linkedin.com/in/rajendrauppal/
View ActionFactory.cpp
/* | |
The MIT License (MIT) | |
Copyright (c) 2013 rajendrauppal | |
Permission is hereby granted, free of charge, to any person obtaining a copy of | |
this software and associated documentation files (the "Software"), to deal in | |
the Software without restriction, including without limitation the rights to | |
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | |
the Software, and to permit persons to whom the Software is furnished to do so, |
View CarBuilder.cpp
/* | |
* Example of Builder design pattern. | |
* Copyright (C) 2011 Radek Pazdera | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, |