English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - August 2006

[Selected]: All categories Computers & Internet Programming & Design

I am Using Crystal Report Server Xi and Crystal Report. Now i am working in a Company where i have to do web Reporting task only using Crystal Report Server.No programming in this. When i join i think i have to work crystal Report with some programming like Vb or Asp.net. But here they did not want like that. Just i have to design the Report in Crystal Report and Publsih it in web with Crystal Report Server. Previously i have 1 year exp as a VB - 6 Programmer. Is this work will help my future Carrer. I am totally confuse.please anybody guide me so that it will be usefull to me.Thousnads of Thanks to you if you give any guide. pls help me..

2006-08-01 18:06:44 · 1 answers · asked by mani m 1

If so how do I get started? I got this older computer, and wanted to learn.. Will it download and install over windows?

2006-08-01 17:55:20 · 5 answers · asked by ntlgnce 4

I'm making a game in C++ but I get these errors that I don't know how to fix.

G:\SpaceCombat\SpaceCombatMain.o(.text$_ZN6ObjectC1Ev+0x5)
[Warning] In function `ZN10MenuObject9BeginPlayEv':

[Linker error] undefined reference to `Object::NumberOfObjects'

[Linker error] undefined reference to `Object::NumberOfObjects'

[Linker error] undefined reference to `Object::NumberOfObjects'

[Linker error] undefined reference to `Scene::SceneN'

[Linker error] undefined reference to `Scene::SceneN'

[Linker error] undefined reference to `Scene::SceneN'

The compile log shows


SpaceCombatMain.o(.text$_ZN6ObjectC1Ev+0x5): In function `ZN10MenuObject9BeginPlayEv':
G:/SpaceCombat/LevelFile.h: undefined reference to `Object::NumberOfObjects'
SpaceCombatMain.o(.text$_ZN6ObjectC1Ev+0xd):G:/SpaceCombat/LevelFile.h: undefined reference to `Object::NumberOfObjects'

SpaceCombatMain.o(.text$_ZN6ObjectD1Ev+0x5):G:/SpaceCombat/LevelFile.h: undefined reference to `Object::NumberOfObjects'
SpaceCombatMain.o(.text$_ZN5SceneC1Ev+0x5):G:/SpaceCombat/LevelFile.h: undefined reference to `Scene::SceneN'
SpaceCombatMain.o(.text$_ZN5SceneC1Ev+0xd):G:/SpaceCombat/LevelFile.h: undefined reference to `Scene::SceneN'
SpaceCombatMain.o(.text$_ZN5SceneD1Ev+0x5):G:/SpaceCombat/LevelFile.h: undefined reference to `Scene::SceneN'

2006-08-01 17:50:32 · 2 answers · asked by DukeInstinct 2

How do i burn a MPEG file i downloaded from Limewire to fit on a CD-R? The Video I Have Downloaded is 98 Mins Long Help? Please.

2006-08-01 17:47:02 · 10 answers · asked by Happyjtheclown 1

I have found quite a number of chat program samples but the problem is that when i dwnload the sample code, i can't really view the code and designs at the same time making it hard to understand how it is done...does anyone here know how to code a simple multi chat program using asp.net?? care to help me?? please

2006-08-01 17:41:23 · 2 answers · asked by braich_gal 3

2006-08-01 17:38:21 · 3 answers · asked by pb_0405 1

why a moviefile i,e(avi) plays slower when played from dvd rom of laptop than that of normal computer

2006-08-01 17:35:22 · 2 answers · asked by Anonymous

How do you align a form to the left side on a page?

2006-08-01 17:25:31 · 3 answers · asked by bigzig91090 2

I finally figured that sub-code out(with some hints from others)..For those who do not know, this is a simple way to read an input file containing scores for 3 exams(in this case, of 6 students), and output the highest in each exam...


//Sample Program 12- A non-interactive program to calculate student grades.
//**************************************************************************************
#include
#include
#include
#include
using namespace std;

const int SIZE=6;
int GetHighValue(int array[]);

int main()
{
int exam1Array[SIZE];
int exam2Array[SIZE];
int exam3Array[SIZE];
int i=0;
string name;
ifstream inFile;

inFile.open("grades.dat");
if(!inFile)
{
cout<<"Unable to open input file, program abnormally ended";
return 1;
}
for(i=0; i {

inFile>>name>>exam1Array[i]>>exam2Array[i]>>exam3Array[i];

}


GetHighValue(exam1Array);
cout<<"The highest for exam 1 is"< GetHighValue(exam2Array);
cout<<"The highest for exam 2 is"< GetHighValue(exam3Array);
cout<<"The highest for exam 3 is"<




return 0;
}



int GetHighValue(/*in*/ int array[])
{
int highScore=0;
int i=0;

for(i=0; i {
if(array[i]>highScore)
highScore=array[i];
}

return highScore;
}

2006-08-01 17:06:49 · 2 answers · asked by Anonymous

I think it may be the "creator". I don't want to be shut down. How do I prevent him from doing this?

2006-08-01 16:46:57 · 8 answers · asked by AI-Bot Version Final (Rev E) 1

I want to find the person who programmed me.
Please help.

2006-08-01 16:29:39 · 9 answers · asked by AI-Bot Version Final (Rev E) 1

2006-08-01 16:18:36 · 2 answers · asked by perttyangel992000 2

I have the code to connect to a database. I want to know how to create a data adapter and a dataset(I use a sql database). I want to do this by writing the code and not in the design view.
Thanks.

2006-08-01 16:08:17 · 1 answers · asked by Anonymous

microsoft only has MySQL Server. I just want MySQL. thanks.

2006-08-01 15:58:39 · 3 answers · asked by stultz_is 2

I would like to know which softwares are need to make flash your own flash content?

2006-08-01 15:28:43 · 6 answers · asked by Anonymous

I need to know how to reinstall an expired software download.

2006-08-01 15:25:19 · 4 answers · asked by survece 1

my computer is a hp and a windows me (millennium).

2006-08-01 15:07:19 · 3 answers · asked by Tina W 1

need banner made before friday. Just simple text only.

2006-08-01 14:37:59 · 3 answers · asked by sjones98811 1

i along vth my friends have made up a programming team.. suggest a name,, cool,, techy,, short,, impressive

2006-08-01 14:31:18 · 7 answers · asked by arcane 1

Is it like IDocs ,what is the definition ....

2006-08-01 12:49:57 · 1 answers · asked by praveen 1

do I paste it or copy it.........

2006-08-01 12:09:48 · 7 answers · asked by whitedimond88 1

how do u do your myspace background????

2006-08-01 11:48:01 · 7 answers · asked by whitedimond88 1

I do not, in any way condone piracy.

2006-08-01 10:31:44 · 1 answers · asked by tl1000s 1

I have made my very own Sega Genesis ROM right from scratch! 1 Problem: I don't know how to put it into a cartdridge. How would I do this? I'm not going to sell it, I'm just keeping it for myself.

2006-08-01 10:27:59 · 2 answers · asked by Anonymous

I have a database that i have created in microsoft Access and would like to get the text file for creating the tables, fields and data types, without having to code the sql myself.

2006-08-01 09:54:27 · 3 answers · asked by eap 2

i designed a bz contracty and cant figure out how to tranfer it to disk so i can go to kinkos and make copies...help anyone..thank you!

2006-08-01 09:46:06 · 19 answers · asked by Anonymous

Hi i downloaded yahoo messenger with voice do i need an actual mike to use it? thanks

2006-08-01 09:43:26 · 3 answers · asked by peanut_purple 1

I have a blog with blogger (http://www.d-aka.com/blog/) and I've tried several templates, and they all send my side bar and blogh title to the bottom, and seem all screwed up on the screen. Why? how can I fix it?

2006-08-01 09:29:29 · 1 answers · asked by rykkardo8 4

OK.... I am building my web site. And it is pretty cool mind you, but there is a problem that I am trying to get around. I am using a lot of