Login
Discover
Waves
Decks
Plus
Login
Signup
bug
@debuglove
29
Followers
85
Following
11
Resource Credits
Available
Used
Created
June 24, 2017
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
debuglove
regex
2018-03-24 23:02
Video
Sorry reformulating contents of my post...
$ 0.000
1
1
debuglove
what
2018-03-15 04:42
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
2017-10-18 16:05
[Deleted]
[Deleted]
$ 0.000
1
debuglove
dynamic
2017-10-18 15:03
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
2017-09-20 19:44
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
2017-08-31 14:29
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
2017-08-11 01:26
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
2017-08-03 11:27
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
2017-07-24 15:01
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
2017-07-17 16:58
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
2017-07-13 14:11
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
2017-07-07 15:54
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
2017-07-06 12:06
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
2017-07-01 14:29
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
2017-06-27 11:54
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
2017-06-26 22:17
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
2017-06-26 16:12
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
2017-06-24 22:17
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