Skip to content
View in the app

A better way to browse. Learn more.

Pokemon Revolution Online

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
New Trade Zone
Trade Zone is now live
Use the new Trade Zone for auctions and instant-price trades so Pokemon and item offers are easy to find.
Open Trade Zone

G0ld1

Suspended
  • Joined

  • Last visited

Everything posted by G0ld1

  1. G0ld1 replied to a post in a topic in Tech Corner
    C++ and HTML have very little to do with on another. HTML is a markup language used to write website frontends. C++ is a general-purpose programming language, mostly used to create server and desktop applications. What do you want to do? Create a website? A web-based game? You won't need C++ for any of that. @Judgeharm I had a look at the C++ videos you recommended. It encourages a lot of bad practices. For instance: using namespace std; use of "\n" instead of the generic std::endl invalid main declaration: int main() instead of int main(int argc, char* argv[]) inconsistencies, sometimes write curly braces on the same line as the declaration, sometimes not More importantly, what he is doing in his videos is teaching C by using C++. Writing C++ like C is a very bad idea. C++ has a layer of compatibility with C but one should not write C++ like C. However, learning C before C++ is a good idea, since the concepts of C are used in C++. If you plan on learning C++, I would advise learning C with the K&R book. It is a reference and the best book there is to learn C and programming overall. The authors are Brian Kernighan, one of the main Unix creators and Dennis Ritchie, the inventor of C (mostly for Unix). You could then go for Programming: Principles and Practice Using C++ from Bjarne Stroustrup, the creator of C++.
  2. Greenshot + imgur.com
  3. You do not ban people for selling. D:

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.