Forum: Computer Science Jun 19th, 2009 |
| Replies: 0 Views: 342 heya.....i have a problem while copying my c# visual studio 2005 project to another folder.......my project is saved in usb so i tried copying it from there to cmputer but it gives error something... |
Forum: C# Jun 18th, 2009 |
| Replies: 2 Views: 205 what does this code mean/do?
Rectangle[] rects = new Rectangle[]
{
new Rectangle(8,8,119,86), new Rectangle(127,8,119,86), new Rectangle(246,8,121,86),
new Rectangle(8,94,119,90),... |
Forum: C++ Jan 25th, 2009 |
| Replies: 3 Views: 466 the code actually goes like this
struct student
{
char name[5];
int reg;
};
struct studentcourse
{ |
Forum: C++ Jan 24th, 2009 |
| Replies: 3 Views: 466 #include<iostream.h>
#include <string>
using namespace std;
struct sdata
{
char name[5];
int reg;
};
struct sub |