User: gtkano

  • Public profile

User profile: gtkano

User info
User name:gtkano
Name:GTKANO
Location:unknown
Statistical data
Birthdate:Aug 14, 1991
Gender:Male
Occupation:Student
Skills:C++
C++/MFC
Assembly
C++/.NET
C#
C#/.NET
Smalltalk
C#/XNA
C++/SDL
C++/OpenGL
History
Joined:
Number of posts:44
Latest posts:

for each loop ?
I just realized that in Visual C++ I have "for each" loop. Is the [code]for each[/code] loop cross-...

Exiting While loop
add the line [code]cout<<hit<<endl; [/code] at the end of the loop so you can see what happens with ...

Array set to zero?
TY Framework for pointing that out . Now I know that unsafe function exist :). Now I need to find ou...

Array set to zero?
use memset :) [code] #include <iostream> using namespace std; int main() { int v[10]; /*init ...

Fill my array (question)
[code] #include <iostream> using namespace std; int main() { const int s(10); int v[s]; char n...

This user does not accept Private Messages