User profile: Xriuk

User info
User name:Xriuk
Name:Roman Hudylko
Location:Italy
Website:http://www.xriuk.com
Statistical data
Gender:Male
Occupation:Student
Skills:C
PHP
C++
Java
Javascript
ActionScript
jQuery
SQL
History
Joined:
Number of posts:36
Latest posts:

Anonymous object outside main
@JLBorges, sorry your solution does not fit my needs. So there's no way to declare an anonymous obje...

Anonymous object outside main
@Peter87 As you can see, execute is a struct an I'm declaring an instance of it, if I give it a name...

Anonymous object outside main
I have such helper class/struct to call functions on initialization, and I need to create anonymous ...

Assignment operator reallocation?
@AbstractionAnon Thanks!

Assignment operator reallocation?
[code]struct A{ int a; string b; } A var = {2, "test"}; // This creates my object var = {3,...