Dears
I have this class which reads a file and should return multidim array.
How can I return the array hb_field and be able to use in main()
class
class HBSeqFile
{
public:
HBSeqFile();
string HBReadFile();
private:
int counter1;
int counter2;
int strln;
int lpos...
Gentelmen,
The code below is extracted from one of the famous C++ books. This code creates a linked list for integers. How can I modify this code so I can enter a struct such as:
struct node{
char fname[25];
string type;
int size;
bool nul;
bool index...
Can anyone help me?
I am new to C++ and I need to do the following:
create struct
create text file
open text file
read a string (; separated)
slice into array
create linked list
put the read data into the list
I started with the struct as follows:
struct HB_field{
char...
I am trying to format the report caption to look like
20051109 - Action Items
YYYYMMDD - Action Items
using the code below but I am getting a compile error:can't find project or library. Also the word Format gets highlighted
Please help!
Private Sub Report_Open(Cancel As Integer)
Dim RC As...
I am trying to format the report caption to look like
20051109 - Action Items
YYYYMMDD - Action Items
using the code below but I am getting a compile error:can't find project or library.
Please help!
Private Sub Report_Open(Cancel As Integer)
Dim RC As Variant
RC = Format(Now()...
Yes, I have a database that has action items for my team. Each week I print this action item list showing closed and open actions. But, I don't like the closed items to show every week. I would like the closed items to show for only on week.
Thank you
Dears,
How can I show a text box struck-through. I used the Line Hide Show method but this does not work if I used the CAN GROW feature. Also, I could not find a Struck-through font. Is there any other way?
Thx
Can anyone point me to a good web development process. I am starting a new company with a two other partners and we would like to adopt a process to start with.
Guys/Gals,
Thank you for your help here is what I did:
cell E (which is the diff btw the 2 dates) has
=((D3-C3)*24)-8
Cell F has
=IF(E3<0,TEXT(ABS(E3/24),"-" & "[hh]:mm"),TEXT(ABS(E3/24), "[hh]:mm"))
Thank you
Dears
I have three columns as follows:
In Out losttime
--- ----- --------
8:04 15:10
7:11 14:00
The above is when someone report to work. As you all know we need to work 8 hours. Now I would like to do the following 8:00-(out-in) but this sometimes gives a negative time. How can I do...
-----------------
MS Excel 2003
Dears
I have three cols
A B C
Col A has dates i.e. 2-Mar-03, 3-Apr-4, etc
Col B has also dates but different
Col C is empty
How can I make col C Compare Col A and B the takes the later date. For example, Assume the following:
Col A=1-May-04 and col...
Dears,
I have simple <div> block and I would like to add three <a> with rollovers, what is the best way to do so. I did the following and I am not sure if this is the right thing to do
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"">
<html xmlns="http://www.w3.org/1999/xhtml">...
Dears,
I am really having a problem making IE, Firefox and Opera to display my layout images with no spaces around them. To make the problem easy to display I made a sample layout. I would like to do the following:
1. Make the images show without spaces around them so the layout look nice and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.