User profile: JakeIsBoss

User info
User name:JakeIsBoss
Name:Jake
Location:Fairview, Pa
Bio:I first learned to program batch files to do simple pranks, then I got into FRC (robotics competition) and picked C++ up as an important language used to program robots. I first learned C++ techniques from another FRC team, team 1114. Since I read the C++ tutorial, I can now write my own programs, and good ones at that. I also made my own PID controller program (actually it's only PI). I have yet to test it.
Statistical data
Birthdate:Jul 30, 1994
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:23
Latest posts:

Better Sudoku Solver Input Method
I have been working on a sudoku solver for some time now. The major problem is that inputting the va...

Beginner
I first learned c++ in the documentation section of this website.

Using stringstream to name a variable
What i was doing was creating object based CPU threads and my focus was the objects, not the threads...

Using stringstream to name a variable
I am going to be working on a CUDA gpu based chess engine, and I will be using an unknown number of ...

Utilizing GPU for more processing power
That's all i needed. Thanks!