
-----------------------------------
Cancer Sol
Sat Mar 09, 2013 4:39 pm

Can I assign a variable with the value 0++ or something similar to that?
-----------------------------------
Can I assign a variable with the value 0++ or something similar to that? I'm making a question from an ebook's practice question, which I need to show the first 20  squared numbers (not 20 outputs obviously though).
Here's what I tried to do:

#include 
using namespace std;

int main ()
{
      int s = 0++;
      for ( int i = 0; i 