User: NoobMathe

  • Public profile

User profile: NoobMathe

User info
User name:NoobMathe
History
Joined:
Number of posts:4
Latest posts:

Scope for Public and Private
There is a piece of code: [code] class BirdCarreau: public viscosityModel // Private da...

[code]while ( scanf ("%lf ",&tem data) == 1)[/code]
[code]while ( scanf ("%lf ",&tem_data) == 1)[/code] I dont understand what this part of code means ...

double *d = new double[N]
[code]#include <iostream> using namespace std; int main() { cout << "program started..." ...

the Question about Node and "if"
[code]void dfspostorder ( node ∗r ) { if ( r ) { dfspostorder ( r−>right ) ; dfspostorder ( r...

This user does not accept Private Messages