| 2 |
General / Internet / Google wave
on: 11/05/09 at 8:23am |
| Started by jonnygros | Post by jonnygros |
Don't know if anyone reads this on a regular basis but i was wondering if the comp sci department has access to google wave? if so i am petitioning for an invite please! |
Reply Quote
|
| 4 |
General / C++, C# and JAVA / Need help
on: 09/03/09 at 6:02pm |
| Started by vanvanero | Post by vanvanero |
Does anyone know where I can get tutoring help for Introduction to Computer Science? thanks guys. Rey |
Reply Quote
|
| 5 |
General / C++, C# and JAVA / C# parse instruction
on: 08/23/09 at 11:22pm |
| Started by Forum Admin | Post by Forum Admin |
string tst_string; float f_num; double d_num; int i_num; tst_string = "12.45"; f_num = Decimal.Parse(tst_string); d_num = Double.Parse(tst_string); tst_striing = "12"; i_num = Int32.Parse(tst_string); or i_num = (int) d_num; //first casting d_num to an integer and then assigning it's value to i_num |
Reply Quote
|
| 7 |
General / Game programming / Re: Broken shapes or textues
on: 02/17/09 at 12:56pm |
| Started by Forum Admin | Post by Mr.X |
Broken trees: treea tree_test (no texture) ftree02_bb (suddenly appears at very close proximity) Broken markers: flame Broken Plants: bamboo01 bamboo02 Broken Items: healthkit doesn't heal Broken Mission: Teleporter can't make destination selection. |
Reply Quote
|
| 9 |
General / Game programming / Graphics Programming Lab 8 - Broken Link
on: 12/10/08 at 9:17am |
| Started by AGray | Post by AGray |
| On Lab 8, the link to the Props.zip file is a link to a bad archive. Downloaded and tried unzipping so I could complete 8, and every time I tried to extract the files, it threw a "corrupt archive" error. Thought you'd want to know. |
Reply Quote
|
|