Enter Keywords:
1 - 10 of 180(0.003 seconds)
Sort By:
 
Hi, I'm converting a little program I wrote some time ago in VB to BC++. I'm using BC4.52 with BGI. For some reason the app doesn't produce the same nice fractals I got from my VB app. Does any of ...
Zones: C++Date Answered: 12/27/1998 Rating: 7.4 Views: 0
Hei you experts I have a tiny little problem with the procedure below. It's a school work, and I'm almost finished. There's just a little "bug" or something which I can't find. The procedure...
Zones: C++Date Answered: 02/09/2000 Rating: 5.0 Views: 0
Can anyone help on the following? <a class="clsHREFACTIVE" href="javascript: void(0);" onClick="window.open('../document/doc<%=request("txtCustNo")& "/"& file.name%', 'newwin', 'width=300,height...
Zones: ASPDate Answered: 08/01/2001 Rating: 9.0 Views: 0
Hey can anyone help me out. I am trying to get the program to count the amount of words but can't accomplish that so far. Hehe Thanx #include <stdio.h> #include <string.h> int count_wo...
Zones: CDate Answered: 12/30/2003 Rating: 8.0 Views: 0
hi, got this function: void initCharset(char cCharset[], int iMax, int iType ) {       //function initialises charset       //returnwaarde : none       switch (iType) // to select type of chars ( 1: alf...
Zones: C++Date Answered: 11/20/2003 Rating: 7.6 Views: 0
////////why is the answer of expression wrong?Can anyone debug it for me? /*****************************/ /* Student : Dang Tuan Anh   */ /* MSSV     :0212012         */ /* Class      : 2002CT/...
Zones: CDate Answered: 04/06/2004 Rating: 6.8 Views: 0
I have an template which is an array that stores objects. To display all the objects of the array I wrote a code it is not working.  The code is as below. The displaying of the trucks is written in...
Zones: C++Date Answered: 08/25/2004 Rating: 9.4 Views: 0
Hi, writing a simple address book using a collection class. All I want to do is read in info from a driver, then get it to Add a person, display all people, remove all people, search and display p...
Zones: JavaDate Answered: 12/19/2004 Rating: 8.6 Views: 0
Alright.  I finally got this working, somewhat close to being right.  Aside from the fact that its messy as heck, I can't figure out the very last part of it.  This is what needs to display at the ...
Zones: JavaDate Answered: 04/06/2005 Rating: 6.2 Views: 0
Hi all, Does anyone have any code for filling in pixels between two given pixels to create a line. Just a function where I pass it xStart,yStart,xEnd,yEnd,  and it will give me back any pixe...
Zones: C++Date Answered: 10/02/2005 Rating: 8.2 Views: 0