User profile: skwh

User info
User name:skwh
Name:Evan
Website:http://somekidwithhtml.webs.com
Statistical data
Gender:Male
Occupation:Programmer
Skills:PHP
C++
Java
Javascript
CSS
XHTML
SQL
History
Joined:
Number of posts:13
Latest posts:

Arrays and Classes
nevermind, the errors were unrelated. I've fixed it, thanks for everyone's help.

Arrays and Classes
i've tried that, the compiler throws tons of errors.

Arrays and Classes
Thanks, both of you. However, [quote]#include <vector> struct db_entry { std::string title; std::s...

Simple problem .
use iostream and cin. [code]#include <iostream> using namespace std; int main() { int x1,x2,y1,y2; ...

Simple problem .
I'm not sure what your question is. Are you asking about converting integers to doubles? As in, the ...