Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl - stop headers from being resized Pin
OBRon11-Feb-03 2:34
OBRon11-Feb-03 2:34 
GeneralRe: CListCtrl - stop headers from being resized Pin
Tre K Renegade11-Feb-03 2:52
Tre K Renegade11-Feb-03 2:52 
GeneralRe: CListCtrl - stop headers from being resized Pin
Mike Upton11-Feb-03 5:18
Mike Upton11-Feb-03 5:18 
GeneralRe: CListCtrl - stop headers from being resized Pin
Tre K Renegade11-Feb-03 6:58
Tre K Renegade11-Feb-03 6:58 
GeneralRe: CListCtrl - stop headers from being resized Pin
Chris Richardson11-Feb-03 9:02
Chris Richardson11-Feb-03 9:02 
GeneralProblem solved - here's a report Pin
Tre K Renegade12-Feb-03 1:00
Tre K Renegade12-Feb-03 1:00 
GeneralSet Registry access denied Pin
rohit.dhamija10-Feb-03 23:03
rohit.dhamija10-Feb-03 23:03 
General#iclude problems Pin
mehere10-Feb-03 22:52
mehere10-Feb-03 22:52 
hello to list

any assistance much appreciated.

i apologise if this message loads slowly (received a warning when i sent). i live way out back, very slow connection, and i get email longer than this no problem)

why did the one project i did compile include syntax
different to the text book example? (staugaard, jr. structured and object oriented techniques, 2nd edition)

using borland 5.5.1 free command line tools with a command promt screen setup for me be a student list advisor so i type in 'complink <filename> to compile. i don't want to bother him further on this matter. couldn't figure out how to get a project to compile with borland 4.5, but have succedded in getting one to run with 5.5.1. i thought all i would have to do is use the same #include, #endif, etc, and all would be well. i think the enum is wrecking things in some small part, i can't find any information to show me rules for using enum's in structs. this code is probably a bit cut up by now.

you may have to fix the word wrap
you may assume i am rather green at this
/* *************************************** */
/* Yahtzee header file: */

#ifndef YATZ_H
#define YATZ_H

struct Play
{
private:

public:

int Score[ScoreMax+1];
int Dice[DiceMax+1];

void DisplayScoreCat(ScoreCat Cat);
void DisplayDice();
void Throw();
void Initialise();
};
#endif

/* *****************************************8 */


/* main file */



#include <iostream>
#include <iomanip>
#include <stdlib>
#include
GeneralRe: #iclude problems Pin
jhwurmbach10-Feb-03 23:51
jhwurmbach10-Feb-03 23:51 
GeneralRe: #iclude problems Pin
karl_w11-Feb-03 1:11
karl_w11-Feb-03 1:11 
GeneralRe: #iclude problems Pin
mehere11-Feb-03 12:55
mehere11-Feb-03 12:55 
GeneralModularity with C++ on Windows and Linux Pin
Jerome Conus10-Feb-03 22:51
Jerome Conus10-Feb-03 22:51 
GeneralRe: Modularity with C++ on Windows and Linux Pin
jhwurmbach10-Feb-03 23:57
jhwurmbach10-Feb-03 23:57 
GeneralRe: Modularity with C++ on Windows and Linux Pin
karl_w11-Feb-03 1:16
karl_w11-Feb-03 1:16 
GeneralYes, thanks! [NT] Pin
jhwurmbach11-Feb-03 1:26
jhwurmbach11-Feb-03 1:26 
GeneralRe: Modularity with C++ on Windows and Linux Pin
markkuk11-Feb-03 1:50
markkuk11-Feb-03 1:50 
GeneralRe: Modularity with C++ on Windows and Linux Pin
Michael Burlage11-Feb-03 1:55
Michael Burlage11-Feb-03 1:55 
GeneralSPS Comunication with Visual C++ Pin
Dasa10-Feb-03 22:36
Dasa10-Feb-03 22:36 
GeneralCToolBarCtrl Problem(Urgent) Pin
satyavasu10-Feb-03 22:23
satyavasu10-Feb-03 22:23 
QuestionWhere to put ddx.clw ? Pin
Svekke10-Feb-03 20:14
Svekke10-Feb-03 20:14 
Questionabout "printf"? Pin
an, jaeho10-Feb-03 18:46
sussan, jaeho10-Feb-03 18:46 
AnswerRe: about "printf"? Pin
Steve Mayfield10-Feb-03 18:54
Steve Mayfield10-Feb-03 18:54 
GeneralHelp required !! Pin
Stephan Poirier10-Feb-03 18:32
Stephan Poirier10-Feb-03 18:32 
GeneralCreateDialog failure Pin
Anonymous10-Feb-03 17:07
Anonymous10-Feb-03 17:07 
GeneralI want to Create a Process with CreateProcessAsUser from as PrintMonitor running under the System Account Pin
Karl Bauer10-Feb-03 16:14
Karl Bauer10-Feb-03 16:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.