stdcpp/tsrc/Stdcpp_test/bcdrivers/twiostreams/src/twiostreamsblocks.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/stdcpp/tsrc/Stdcpp_test/bcdrivers/twiostreams/src/twiostreamsblocks.cpp	Fri Apr 16 16:46:38 2010 +0300
+++ b/stdcpp/tsrc/Stdcpp_test/bcdrivers/twiostreams/src/twiostreamsblocks.cpp	Mon May 03 14:06:43 2010 +0300
@@ -139,7 +139,7 @@
 
 			  
 			   string str5a ( "Hello World");
-			    basic_string <char>::iterator strp_Iter, str1_Iter, str2_Iter;
+			    basic_string <char>::iterator strp_Iter;
 			   
 			   
 			   
@@ -207,7 +207,7 @@
 	 	
 	 
    	 char* wszHello = "Hello World";
-   	 char wBuffer[128];
+//   	 char wBuffer[128];
    	  cout<<"";
 		    #if  STDCPP_OOM
 User::__DbgSetAllocFail(FALSE,RHeap::EDeterministic,1);
@@ -281,7 +281,7 @@
     typedef std::basic_ofstream<Input::char_type, Input::traits_type> Output;
 	 
 		
-    Input::char_type s [200];
+//    Input::char_type s [200];
  
     Output out ("c:\\TestFramework\\docs\\basicistream.txt", std::ios::in | std::ios::out | std::ios::trunc);
 
@@ -465,7 +465,7 @@
  		
  	
  int length;
-wchar_t * buffer;
+//wchar_t * buffer;
 wchar_t getl[16] ;
  
  wfilebuf fb;
@@ -649,7 +649,7 @@
    	
    
    	int output[5];
-   int n,val;
+   int n = 0,val = 0;
    wstring strvalues ;
    
    strvalues = L"1 2 3 4 5";