List Question
10 TechQA 2015-06-19 18:38:39Dealing with data serialization without violating the strict aliasing rule
							827 views
							
								Asked by Eugene Sh.
								
							
						
					What is the effective type of an object written by memset?
							1.3k views
							
								Asked by M.M
								
							
						
					Does casting a char array to another type violate strict-aliasing rules?
							1.1k views
							
								Asked by John Zwinck
								
							
						
					Declaring a variable non-aliased in clang?
							323 views
							
								Asked by Danra
								
							
						
					Reinterpret struct with members of the same type as an array in a standard compliant way
							1.3k views
							
								Asked by yuri kilochek
								
							
						
					Does char[] + memcpy() violate strict aliasing?
							294 views
							
								Asked by Andrew Sun
								
							
						
					Virtual inheritance example in C, exploiting undefined behavior?
							200 views
							
								Asked by Kornel Jahn
								
							
						
					Does this really break strict-aliasing rules?
							4.4k views
							
								Asked by Red Alert
								
							
						
					Type-Punning a pointer inside of incompatible but equivalent structs correctly
							355 views
							
								Asked by netcat