hi,i'm new in Qt.i use it on Windows.i get a problem here:
After i type in : cout << "hello world",where did it come out? i can't see it.why didn't it like visual c++ just poping a window which claimed "hello world" cheerfully?
 Beginner
					
					
						Beginner
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
    
    
   where is cout
 where is cout
		hi,i'm new in Qt.i use it on Windows.i get a problem here:
After i type in : cout << "hello world",where did it come out? i can't see it.why didn't it like visual c++ just poping a window which claimed "hello world" cheerfully?
 Beginner
					
					
						Beginner
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
    
    
   Re: where is cout
 Re: where is cout
		Add:i use Qt Creator 2.0
 Expert
					
					
						Expert
					
					
                                        
					
						
							
								 
							
								 
							
								 
							
								 
							
								 
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
    
    
   Re: where is cout
 Re: where is cout
		Already answered in the Qt Tools section (I think).
Add config += console to your pro file
 Beginner
					
					
						Beginner
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
    
    
   Re: where is cout
 Re: where is cout
		thank you,tbscope
for your advice,this problem has been solved
Bookmarks