debuglove (29)in #chmod-perl • 3 years ago • NoneExplicando a função CHMOD - Perldebuglove (29)in #python • 3 years ago • NonePython - Finding The Largest or Smallest itens in a collectiondebuglove (29)in #regex • 7 years ago • NoneVideoSorry reformulating contents of my post...debuglove (29)in #what • 7 years ago • NoneWhat kind of specimen is thisI found this snake type animal in my garden. It has around 80 cm to 1meter. Does anyone knows it? Is it poisounous?debuglove (29)in #remove • 7 years ago • None[Deleted][Deleted]debuglove (29)in #dynamic • 7 years ago • NoneDynamic Memory Allocation in CDynamic memory allocation As a compiled language, in normal situations your datatypes will be evaluated when your…debuglove (29)in #structs • 7 years ago • NoneStructs and Unions in CIn previous threads, we have seen how arrays can contain more than one valoue in one container. However, arrays can…debuglove (29)in #string • 7 years ago • NoneStrings in CAs we saw in the lasth thread, strings are stored in arrays of chars in C programming language. It is also possible to…debuglove (29)in #arrays • 7 years ago • NoneArrays in CArrays Arrays are a collection of the same datatype which can be acessed through the same variable.This variable can…debuglove (29)in #pointers • 7 years ago • NonePointers in CPointers Pointers are at the heart of C. They are one of the main reasons why many people tend to work at C instead…debuglove (29)in #working • 7 years ago • NoneFunctions in CIntroduction Functions are independent blocks of code, which may be called any time. By having a independent block…debuglove (29)in #code • 7 years ago • NoneChanging and controlling code flow in CC has a few native statements to control the flow of your code within the program, instead of just piling up…debuglove (29)in #operations • 7 years ago • NoneOther types of variables operations and operators in COther types of variable operations Hexadecimals and octals You may assign integer data types hexadecimal or octal…debuglove (29)in #scope • 7 years ago • NoneA little about scope in CLocal and global variables Local variables are variables which exists as long as the code block you are in is being…debuglove (29)in #constants • 7 years ago • Noneusing constants in CIn certain occasions, in C, or any other programming language, you may need to use variables which must mantain its…debuglove (29)in #c • 7 years ago • NoneC basic Data TypesC programming language has four basic data types. All other types are derived from combination of these. Those basic…debuglove (29)in #c • 7 years ago • NoneC second introduction classFollowing our last thread we will continue with a small code so you can format better your text and write well…debuglove (29)in #old • 7 years ago • NoneHave you seen this Coca-Cola to-go-cup beforeI was wondering if any of you have seen this big cup before. Im almost sure it is from the 80s. If you have any clue…debuglove (29)in #c • 7 years ago • NoneA small introduction to COn my first thread i was thinking which subject would i start. Sure there are more basic concepts to research, but due…debuglove (29)in #my • 7 years ago • NoneMy first postThis is my first post on steemit. I love programming so i was thinking about writing a little about it and about what i know.