• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

college class

sonoma1993

Diamond Member
Well id had my 1st class that delt with computer programing. it wasnt to bad. We are using microsoft visual basic 2.0 Id made my 1st simple program today and it acctully work.
 
2.0 wow thats old in high school we used 6.0 but that was 3 years ago.

int main(){

cout<<"Hello world"<<endl;
return 0;
}
 
Visual Studio 2005 is out, and whether you are programming for .Net or unmanaged native code, it has the good stuff.
 
Originally posted by: sonoma1993
Well id had my 1st class that delt with computer programing. it wasnt to bad. We are using microsoft visual basic 2.0 Id made my 1st simple program today and it acctully work.
That's always a nice feeling 🙂

I'm a software developer (C++/MFC) and still enjoy that part of it, though for full-sized applications you have to go through a lot more steps before you reach that point.
 
Back
Top