[ create a new paste ] login | about

Link: http://codepad.org/egp0obWd    [ raw code | output | fork ]

mrnightlifelover - C++, pasted on May 11:
1
2
3
4
5
6
for(
	std::list<scalar>::iterator ita = a.begin(),
	std::list<scalar>::iterator itb = b.begin();
	it != a.end();
    ita++, itb++
) {..}


Output:
1
2
Line 1: error: expected unqualified-id before 'for'
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: