![]() |
Any computer programmers around? Question.
I have this
int fcn(int blahg, char blahf, int blahd){ int collisions = 15; return collisions; } int main(){ int stuff; stuff = fcn(blah , hah, lol); cout << stuff; } Shouldn't stuff = 15 and it would print out 15... The functions work perfectly, but the value for stuff is some stupid number like 13134. Any reason that collisions wouldnt return correctly? |
All times are GMT -7. The time now is 08:37 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123