Click here to Skip to main content
15,911,039 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralThe VC++ 2003 Toolkit Pin
--BoB--25-May-04 18:23
suss--BoB--25-May-04 18:23 
GeneralCall proc inside namespace from outside the namespace Pin
Member 62566624-May-04 8:41
Member 62566624-May-04 8:41 
GeneralRe: Call proc inside namespace from outside the namespace Pin
kmcguire30-May-04 17:28
kmcguire30-May-04 17:28 
GeneralTaking input while in some form of waiting/sleeping -- plz help Pin
Makutu21-May-04 20:32
Makutu21-May-04 20:32 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Curi0us_George27-May-04 19:19
Curi0us_George27-May-04 19:19 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Makutu2-Jun-04 15:20
Makutu2-Jun-04 15:20 
GeneralRe: Taking input while in some form of waiting/sleeping -- plz help Pin
Curi0us_George3-Jun-04 2:03
Curi0us_George3-Jun-04 2:03 
Generalneed help !! Pin
ormax321-May-04 9:09
sussormax321-May-04 9:09 
hi i am kind of new in programming and am still learning c++ , and so far i know about functions arrays pointers and a little about file processing but no knowledge of object and classes...
anyway , i've been encountering some annoying problems , and i found out that they're all about the difference between the .h header files and the new ones with the 'using' and namespaces.
and here's some of the problems i found :

- when i use <iostream.h> and for example i store 025 in an integer with cin and then output it with cout i'll get a different value but with <iostream> and using namespace std; i dont have this problem

- while outouting and inputing to a file with <fstream> and using namespace std; and then passing this file to a recursive function as follows :
void func ( ifstream dd )
{ ..bla bla func(dd) bla bla.. }
...
ifstream file ("ff.txt");
func (file);
...
I get errors but with <fstream.h> i dont get these kind of errors


So if anybody would explain to me (in a simplified way) why i get these errors and if there's a way to do the same job with the new header files cause as you know in early courses they dont explain such things
And thanks

==<< ormax3 >>==
GeneralRe: need help !! Pin
kmcguire3-Jun-04 11:41
kmcguire3-Jun-04 11:41 
Generalborland c++builder vs C++(general) Pin
Andy Gunn20-May-04 22:28
Andy Gunn20-May-04 22:28 
GeneralFormatted Printing from RichTextBox class Pin
Tank_Aviator20-May-04 7:13
Tank_Aviator20-May-04 7:13 
Generalamazon upload need help... Pin
Sumit Kapoor19-May-04 19:57
Sumit Kapoor19-May-04 19:57 
QuestionHow to detect keyboard Pin
Ajay_Saraf19-May-04 19:12
Ajay_Saraf19-May-04 19:12 
GeneralC++ Compilers Pin
DarkExploi^19-May-04 12:35
sussDarkExploi^19-May-04 12:35 
GeneralRe: C++ Compilers Pin
ian mariano20-May-04 9:43
ian mariano20-May-04 9:43 
GeneralRe: C++ Compilers Pin
Member 62566624-May-04 9:48
Member 62566624-May-04 9:48 
Generali need to get the chat text of msm messanger Pin
Member 96792618-May-04 9:02
Member 96792618-May-04 9:02 
QuestionHow to get an Array allocated in Unmanamed code Pin
hasansheik18-May-04 3:43
hasansheik18-May-04 3:43 
AnswerRe: How to get an Array allocated in Unmanamed code Pin
Member 93002221-May-04 18:58
Member 93002221-May-04 18:58 
GeneralRe: How to get an Array allocated in Unmanamed code Pin
hasansheik21-May-04 20:06
hasansheik21-May-04 20:06 
GeneralRe: How to get an Array allocated in Unmanamed code Pin
Member 93002222-May-04 7:33
Member 93002222-May-04 7:33 
GeneralJava Bean Pin
selvi_saru18-May-04 1:43
selvi_saru18-May-04 1:43 
GeneralRe: Java Bean Pin
Curi0us_George27-May-04 19:29
Curi0us_George27-May-04 19:29 
QuestionErrors? Pin
Gra3y17-May-04 23:31
Gra3y17-May-04 23:31 
GeneralManaged C++ and VCF Pin
Jim Crafton17-May-04 8:38
Jim Crafton17-May-04 8:38 

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.