Code: Show/Hide void botInfo::tell(BotEvent &event)
{ if (callback && handle) { event.handle = handle; callback(event); } } |
Purge+ wrote: |
The for loop thing sounds like the same problem I've had. Trying switching compilers to this. |
blah-er wrote: |
I finally know C++ fully and under stand all the things you said I needed to "understand". |
blah-er wrote: |
I'm sorry if this seems simple to you but, C++ enviroments are not my thing. The compiler also said int i wasn't going to go through the scope if it didn't go through the 'for (; i < NUM_RANKS;)' even though i starts at 0, so I had to use int i befor the two if{}'s that use them in line 68 instead of using 'for (int i = 0; i < NUM_RANKS; i++ )' after that line. |
blah-er wrote: |
633 C:\Blahertech.com\Programs\Rank\spawn.cpp no matching function for call to `botInfo::tell(BotEvent)'
note C:\Blahertech.com\Programs\Rank\spawn.cpp:161 candidates are: void botInfo::tell(BotEvent&) Why is it giving me this crap then? ![]() I'm sorry if this seems simple to you but, C++ enviroments are not my thing. The compiler also said int i wasn't going to go through the scope if it didn't go through the 'for (; i < NUM_RANKS;)' even though i starts at 0, so I had to use int i befor the two if{}'s that use them in line 68 instead of using 'for (int i = 0; i < NUM_RANKS; i++ )' after that line. |
Mr Ekted wrote: |
[..]
Sounds like you don't, in fact, know what you are doing. |
blah-er wrote: |
I finally know C++ fully and under stand all the things you said I needed to "understand". |
Cyan~Fire wrote: |
But Ekted, you don't need to know C++ to make a MERVBot plugin. These days technology is so advanced that you can just copy+paste any necessary thought or knowledge! |
Cyan~Fire wrote: |
But Ekted, you don't need to know C++ to make a MERVBot plugin. These days technology is so advanced that you can just copy+paste any necessary thought or knowledge! |
Microsoft Visual C++ 2005 Express Edition wrote: |
The Visual Studio Explorers and Designers Package ({8D8529D3-625D-4496-8354-3DAD630ECC1B}) did not load because of previous errors. For assistance, contact the package vendor. To attempt to load this package again, type 'VCExpress /resetskippkgs' at the command prompt. |
Microsoft Visual C++ 2005 Express Edition wrote: |
The Visual Studio Common IDE Package ({6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}) did not load because of previous errors. For assistance, contact the package vendor. To attempt to load this package again, type 'VCExpress /resetskippkgs' at the command prompt. |
blah-er wrote: |
I understand what int i; is it's a intager that's used to count how many times it's looped. |
Muskrat wrote: |
Did you just say class? *snicker* |