Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalhelp me Pin
Anonymous26-Jul-02 18:28
Anonymous26-Jul-02 18:28 
GeneralRe: help me Pin
Ken Mazaika26-Jul-02 18:33
Ken Mazaika26-Jul-02 18:33 
GeneralRe: help me Pin
perlmunger26-Jul-02 18:44
perlmunger26-Jul-02 18:44 
GeneralRe: help me Pin
Peter Occil26-Jul-02 18:52
Peter Occil26-Jul-02 18:52 
GeneralRe: help me Pin
perlmunger27-Jul-02 5:21
perlmunger27-Jul-02 5:21 
GeneralRe: help me Pin
Tim Smith27-Jul-02 5:25
Tim Smith27-Jul-02 5:25 
GeneralGo Go Gadget Sockets!!! Pin
Ken Mazaika26-Jul-02 18:13
Ken Mazaika26-Jul-02 18:13 
GeneralUser define iostream manipulators with parameters Pin
oRion26-Jul-02 15:44
oRion26-Jul-02 15:44 
I have been trying to write a function in VC++ 6.0 on setting
the setprecision and setw in a function. This is roughly how I intend to do ..

my_set_function(int precision,int width)
{
setprecision(precision);
setwidth(width);
}

fstream io("abc.dat",ios::out);
.
.
double abc=1.234566,bcd=2.3456;
.
io << my_set_function(3,5) << abc << my_set_function(2,4) << bcd;

Since I want to set it for every variable, I hope to do it in a
neater and shorter manner.I know this code is not a functional one , hope someone have some idea of what I am trying to do?
THanks a million! OMG | :OMG:
GeneralRe: User define iostream manipulators with parameters Pin
Christian Graus26-Jul-02 21:42
protectorChristian Graus26-Jul-02 21:42 
GeneralOpenGL related... Pin
niklo26-Jul-02 12:58
niklo26-Jul-02 12:58 
GeneralStack overflow in Gdiplus.dll Pin
Biff26-Jul-02 12:25
Biff26-Jul-02 12:25 
QuestionCould I subclass CListCtrl in My CListView class Pin
Stas26-Jul-02 9:15
Stas26-Jul-02 9:15 
GeneralPlaying wave files Pin
Luis E. Cuadrado26-Jul-02 8:52
Luis E. Cuadrado26-Jul-02 8:52 
GeneralRe: Playing wave files Pin
Anonymous26-Jul-02 9:51
Anonymous26-Jul-02 9:51 
GeneralRe: Playing wave files Pin
Alexandru Savescu27-Jul-02 1:16
Alexandru Savescu27-Jul-02 1:16 
QuestionHow to kill a thread from DllMain Pin
Anonymous26-Jul-02 8:40
Anonymous26-Jul-02 8:40 
AnswerRe: How to kill a thread from DllMain Pin
Nemanja Trifunovic26-Jul-02 8:46
Nemanja Trifunovic26-Jul-02 8:46 
GeneralRe: How to kill a thread from DllMain Pin
Rama Krishna Vavilala26-Jul-02 8:47
Rama Krishna Vavilala26-Jul-02 8:47 
GeneralRe: How to kill a thread from DllMain Pin
Nemanja Trifunovic26-Jul-02 8:57
Nemanja Trifunovic26-Jul-02 8:57 
GeneralRe: How to kill a thread from DllMain Pin
Rama Krishna Vavilala26-Jul-02 9:02
Rama Krishna Vavilala26-Jul-02 9:02 
GeneralRe: How to kill a thread from DllMain Pin
Nemanja Trifunovic26-Jul-02 9:42
Nemanja Trifunovic26-Jul-02 9:42 
GeneralRe: How to kill a thread from DllMain Pin
Rama Krishna Vavilala26-Jul-02 9:51
Rama Krishna Vavilala26-Jul-02 9:51 
GeneralRe: How to kill a thread from DllMain Pin
Nemanja Trifunovic26-Jul-02 10:11
Nemanja Trifunovic26-Jul-02 10:11 
GeneralRe: How to kill a thread from DllMain Pin
Daniel Lohmann27-Jul-02 7:06
Daniel Lohmann27-Jul-02 7:06 
GeneralRe: How to kill a thread from DllMain Pin
Nemanja Trifunovic27-Jul-02 17:49
Nemanja Trifunovic27-Jul-02 17:49 

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.