Login
Discover
Waves
Decks
Plus
Login
Signup
29
debuglove
bug
Available
Used
Resource Credits
85 Followers
11 Following
June 24, 2017
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Follow
debuglove
regex
Saturday, March 24, 2018 11:02 PM
Video
Sorry reformulating contents of my post...
$ 0.000
1
1
debuglove
what
Thursday, March 15, 2018 4:42 AM
What kind of specimen is this
I found this snake type animal in my garden. It has around 80 cm to 1meter. Does anyone knows it? Is it poisounous?
$ 0.000
1
debuglove
remove
Wednesday, October 18, 2017 4:05 PM
[Deleted]
[Deleted]
$ 0.000
1
debuglove
dynamic
Wednesday, October 18, 2017 3:03 PM
Dynamic Memory Allocation in C
Dynamic memory allocation As a compiled language, in normal situations your datatypes will be evaluated when your program is being compiled. However, we can also assign values to our datatypes while the
$ 0.000
2
debuglove
structs
Wednesday, September 20, 2017 7:44 PM
Structs and Unions in C
In 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 C, we can store values of different dataypes
$ 0.000
0
debuglove
string
Thursday, August 31, 2017 2:29 PM
Strings in C
As 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 are immutable, unlike arrays. The characters
$ 0.000
1
debuglove
arrays
Friday, August 11, 2017 1:26 AM
Arrays in C
Arrays 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 be acessed through each slot number. We will
$ 0.000
1
debuglove
pointers
Thursday, August 3, 2017 11:27 AM
Pointers in C
Pointers 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 provide fast and efficient acess to memory
$ 0.000
0
debuglove
working
Monday, July 24, 2017 3:01 PM
Functions in C
Introduction 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 just by calling instead of rewriting your
$ 0.000
2
1
debuglove
code
Monday, July 17, 2017 4:58 PM
Changing and controlling code flow in C
C 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 about other statements which i do not present
$ 0.000
0
debuglove
operations
Thursday, July 13, 2017 2:11 PM
Other types of variables operations and operators in C
Other types of variable operations Hexadecimals and octals You may assign integer data types hexadecimal or octal values. To work with hexadecimals you must start the number starting with the value 0x,
$ 0.000
1
debuglove
scope
Friday, July 7, 2017 3:54 PM
A little about scope in C
Local 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, these local variables are removed from memory
$ 0.000
1
debuglove
constants
Thursday, July 6, 2017 12:06 PM
using constants in C
In 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 take a look in a few ways you can do it
$ 0.031
2
2
debuglove
c
Saturday, July 1, 2017 2:29 PM
C basic Data Types
C programming language has four basic data types. All other types are derived from combination of these. Those basic types are: integers, floating point values, pointers and aggregate types like structures
$ 0.000
1
debuglove
c
Tuesday, June 27, 2017 11:54 AM
C second introduction class
Following our last thread we will continue with a small code so you can format better your text and write well documented code. -Escape Sequences: In our last example lets suppose we would like to print.
$ 0.000
1
debuglove
old
Monday, June 26, 2017 10:17 PM
Have you seen this Coca-Cola to-go-cup before
I 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. Big thanks.
$ 0.942
2
debuglove
c
Monday, June 26, 2017 4:12 PM
A small introduction to C
On 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 to a first thread, and also to a first learner,
$ 0.989
5
debuglove
my
Saturday, June 24, 2017 10:17 PM
My first post
This is my first post on steemit. I love programming so i was thinking about writing a little about it and about what i know.
$ 0.000
2
3