Hello,
I was wondering if there was an equivalent to NSData (https://developer.apple.com/library/...Reference.html) in Qt?? If yes, what?? Thanks.
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 Equivalent of NSData
 Equivalent of NSData
		Hello,
I was wondering if there was an equivalent to NSData (https://developer.apple.com/library/...Reference.html) in Qt?? If yes, what?? Thanks.
 Re: Equivalent of NSData
 Re: Equivalent of NSData
		Hi,
Have you readed any Qt doc?
You are asking all the time to any equivalent apple SDK class to a Qt class.
Take a quick look on Qt classes and if you find some class that maybe is what you need, read it's documentation. Then if you don't understand how it works or you have some problem we can help you.
Òscar Llarch i Galán
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 Re: Equivalent of NSData
 Re: Equivalent of NSData
		Last edited by ggdev001; 1st March 2013 at 11:55.
 
    
    
       
    
    
       
    
    
       
    
    
    
    
   
    
    
       
    
    
    
       
    
    
       
    
   Re: Equivalent of NSData
 Re: Equivalent of NSData
		What a nice approach... instead of you searching how to convert one type that you know into another type that you don't know, you ask us to search how to convert one type we don't know into another type that we know.
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 
    
    
       
    
    
       
    
    
       
    
    
    
    
   
    
    
       
    
    
    
       
    
    
       
    
   Re: Equivalent of NSData
 Re: Equivalent of NSData
		We're not omnipotent, it's a Qt forum, not an iOS forum. We solve Qt issues, not iOS issues. If you ask "what is a Qt class for storing a sequence of bytes" then we will answer. If you ask "hey I've been using XYZ in ABC technology, what is its equivalent in Qt" then you ask us to search for ABC and XYZ and read its docs (provided there are docs at all) long enough to understand what XYZ does and only then think about a Qt alternative. People don't really want to do that.
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						 Advanced user
					
					
						Advanced user
					
					
                                        
					
						
							
								 
							
								 
							
						
					
					
						 
    
    
    
    
    
    
   
    
    
       
    
    
       
    
    
    
       
    
   Re: Equivalent of NSData
 Re: Equivalent of NSData
		Most probably you need QByteArray
 Novice
					
					
						Novice
					
					
                                        
					
						
							
								 
							
						
					
					
						
Bookmarks