User profile: IWishIKnew

User info
User name:IWishIKnew
Name:Jonathan
Location:U.S.A
Bio:I'm 17 and am only starting to learn C++. I'm hoping these forums are a good Q&A environment for me to learn.
Statistical data
Occupation:Programmer
History
Joined:
Number of posts:469
Latest posts:

Deleting data in Data Structures
So: [code]ship.clear()[/code] does not delete anything in [code]ship myshipname[/code]? If that's ...

Deleting data in Data Structures
@Raezzor IM NOT USING CLASSES I'm using data structures. This is what I get when I use .clear of a...

Deleting data in Data Structures
hold on... Let me get this right: if: [code]struct ship{ //variables... }; int main() { ...

Deleting data in Data Structures
thank you naraku! Now I don't have to write functions for that anymore. You've saved me a lot of t...

Deleting data in Data Structures
... huh... so [code].clear()[/code] doesn't actually delete anything? It just re-initializes it? ...