debuglove(25)•in #regex•2863 days agoVideoSorry reformulating contents of my post......11$0.00debuglove(25)•in regex•2863 days agoVideoSorry reformulating contents of my post......11$0.00
debuglove(25)•in #what•2873 days agoWhat 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?...10$0.00debuglove(25)•in what•2873 days agoWhat 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?...10$0.00
debuglove(25)•in #remove•3020 days ago[Deleted][Deleted]...10$0.00debuglove(25)•in remove•3020 days ago[Deleted][Deleted]...10$0.00
debuglove(25)•in #dynamic•3020 days agoDynamic Memory Allocation in CDynamic memory allocation As a compiled language, in normal situations your datatypes will be evaluated when your program is being compiled. However, we can als...20$0.00debuglove(25)•in dynamic•3020 days agoDynamic Memory Allocation in CDynamic memory allocation As a compiled language, in normal situations your datatypes will be evaluated when your program is being compiled. However, we can als...20$0.00
debuglove(25)•in #structs•3048 days agoStructs and Unions in CIn previous threads, we have seen how arrays can contain more than one valoue in one container. However, arrays can only contain values of the same datatype. In...0$0.00debuglove(25)•in structs•3048 days agoStructs and Unions in CIn previous threads, we have seen how arrays can contain more than one valoue in one container. However, arrays can only contain values of the same datatype. In...0$0.00
debuglove(25)•in #string•3068 days agoStrings in CAs we saw in the lasth thread, strings are stored in arrays of chars in C programming language. It is also possible to store them as string literals, but those ...10$0.00debuglove(25)•in string•3068 days agoStrings in CAs we saw in the lasth thread, strings are stored in arrays of chars in C programming language. It is also possible to store them as string literals, but those ...10$0.00
debuglove(25)•in #arrays•3089 days agoArrays in CArrays Arrays are a collection of the same datatype which can be acessed through the same variable.This variable can have one or more slots and each member can ...10$0.00debuglove(25)•in arrays•3089 days agoArrays in CArrays Arrays are a collection of the same datatype which can be acessed through the same variable.This variable can have one or more slots and each member can ...10$0.00
debuglove(25)•in #pointers•3097 days agoPointers 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 of a higher level programming language. They...0$0.00debuglove(25)•in pointers•3097 days agoPointers 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 of a higher level programming language. They...0$0.00
debuglove(25)•in #working•3106 days agoFunctions in CIntroduction Functions are independent blocks of code, which may be called any time. By having a independent block of code, it is possible for you to reuse it j...21$0.00debuglove(25)•in working•3106 days agoFunctions in CIntroduction Functions are independent blocks of code, which may be called any time. By having a independent block of code, it is possible for you to reuse it j...21$0.00
debuglove(25)•in #code•3113 days agoChanging 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 instructions one after another. Some may argue abou...0$0.00debuglove(25)•in code•3113 days agoChanging 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 instructions one after another. Some may argue abou...0$0.00
debuglove(25)•in #operations•3117 days agoOther types of variables operations and operators in COther types of variable operations Hexadecimals and octals You may assign integer data types hexadecimal or octal values. To work with hexadecimals you must sta...10$0.00debuglove(25)•in operations•3117 days agoOther types of variables operations and operators in COther types of variable operations Hexadecimals and octals You may assign integer data types hexadecimal or octal values. To work with hexadecimals you must sta...10$0.00
debuglove(25)•in #scope•3123 days agoA 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 executed. When this same code block ends, th...10$0.00debuglove(25)•in scope•3123 days agoA 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 executed. When this same code block ends, th...10$0.00
debuglove(25)•in #constants•3125 days agousing constants in CIn certain occasions, in C, or any other programming language, you may need to use variables which must mantain its value trough all the flow of your code. Lets...22$0.00debuglove(25)•in constants•3125 days agousing constants in CIn certain occasions, in C, or any other programming language, you may need to use variables which must mantain its value trough all the flow of your code. Lets...22$0.00
debuglove(25)•in #c•3129 days agoC basic Data TypesC programming language has four basic data types. All other types are derived from combination of these. Those basic types are: integers, floating point values,...10$0.00debuglove(25)•in c•3129 days agoC basic Data TypesC programming language has four basic data types. All other types are derived from combination of these. Those basic types are: integers, floating point values,...10$0.00
debuglove(25)•in #c•3134 days agoC second introduction classFollowing our last thread https://steemit.com/c/@debuglove/a-small-introduction-to-c, we will continue with a small code so you can format better your text and ...10$0.00debuglove(25)•in c•3134 days agoC second introduction classFollowing our last thread https://steemit.com/c/@debuglove/a-small-introduction-to-c, we will continue with a small code so you can format better your text and ...10$0.00
debuglove(25)•in #old•3134 days agoHave 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 and would be kind enough to give me a tip. ...20$0.20debuglove(25)•in old•3134 days agoHave 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 and would be kind enough to give me a tip. ...20$0.20
debuglove(25)•in #c•3134 days agoA 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 the fact they could be a little abstract ...50$0.21debuglove(25)•in c•3134 days agoA 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 the fact they could be a little abstract ...50$0.21
debuglove(25)•in #my•3136 days agoMy 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....23$0.00debuglove(25)•in my•3136 days agoMy 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....23$0.00