This is the sidebar
This is an old revision of the document!
Use this page to test the syntax.
Because dokuwiki has NO TALK PAGE and I didn't want to edit quakec article directly:
Therefore, doing this:
.float field1; .float field2; .float field3; .float field4; field1 = field2; // points to the same float self.field1 = 8; // self.field2 is also 8 self.field3 = 66; self.field4 = self.field2; // self.field4 is 8 self.field4 = self.field3; // self.field4 is 66, self.field3 is 66, self.field2 and self.field1 have values of 8
it is not clear whether the space for float pointed from field1 was allocated during pointer declaration or not and whether quakecVM does some sort of garbage collecting. If not, it should be mentioned that programming like previous example is bad habit cause it will leak memory;
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
![]() | GFDLcontent Unless mentioned on the licensing page, the work on this page is licensed under the GNU Free Documentation License. The author states that the text and images can be used within the restrictions of this license (for example, they can be incorporated into certain free encyclopedias such as Wikipedia). |
Kindly hosted by NexuizNinjaz.com |