Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
MyMain.cpp:3: warning: 'auto' will change meaning in C++0x; please remove it |
IDE: Qt Creator 1.2.1
Project type: Qt4 Console Application
int main() |
Remove auto. Never use auto [1], until C++0x arrives.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.