cmment fix
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.cpp
									
									
									
									
									
								
							@@ -6,7 +6,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
Code strucure like this:
 | 
					Code strucure like this:
 | 
				
			||||||
als class declarations in /headers/class_naam.h, en definitions van de member objects in /class_naam.cpp
 | 
					class declarations zijn in /headers/class_naam.h, en definitions van de member functs in /class_naam.cpp
 | 
				
			||||||
elke klas in zn eigen file omdat ik incomplete class declarations wilt tegengaan, omdat ik ze niet goed begrijp.
 | 
					elke klas in zn eigen file omdat ik incomplete class declarations wilt tegengaan, omdat ik ze niet goed begrijp.
 | 
				
			||||||
En header/source split om multiple definition errors tegen te gaan.
 | 
					En header/source split om multiple definition errors tegen te gaan.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user