Files correlati : ve6.exe Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 979 git-svn-id: svn://10.65.10.50/trunk@15623 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			22 lines
		
	
	
		
			344 B
		
	
	
	
		
			C++
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			344 B
		
	
	
	
		
			C++
		
	
	
		
			Executable File
		
	
	
	
	
| #include <xvt.h>
 | |
| 
 | |
| #include "tc1.h"
 | |
| 
 | |
| int main(int argc, char** argv)
 | |
| {
 | |
|   const int op = argc < 2 ? 0 : argv[1][1]-'0';
 | |
|   switch (op)
 | |
|   {
 | |
| 		case	7: tc1800(argc,argv); break;	//riclassificazione conti zucchetti
 | |
| 		case	0: tc1100(argc,argv); break;	//trasferimento zucchetti
 | |
|     default: tc1100(argc,argv); break;
 | |
|   }
 | |
|   exit(0);
 | |
|   return 0; 
 | |
| }
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 |