| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Look for beginning of a string
I have the following line of code. I know that the '\n' is a carriage return, and I believe that ' ' is just blank space. However what does the '\t' mean?
while(temp[numChar] == ' ' || temp[numChar] == '\t' || temp[numChar] == '\n') |
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > Look for beginning of a string |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|