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
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.