Zig NEWS

# beginners

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
When a var really isn't a var (ft. String Literals)

When a var really isn't a var (ft. String Literals)

9
Comments 7
4 min read
Zig's var and const for JavaScript devs

Zig's var and const for JavaScript devs

15
Comments 2
2 min read
Understanding comptime var

Understanding comptime var

10
Comments 2
3 min read
So where is my stuff stored ? - Part 2

So where is my stuff stored ? - Part 2

5
Comments 4
3 min read
So where is my stuff stored ? - Part 1

So where is my stuff stored ? - Part 1

8
Comments 3
5 min read
How to use the random number generator in Zig

How to use the random number generator in Zig

17
Comments 7
1 min read
Fizz Buzz

Fizz Buzz

15
Comments 3
3 min read
A Guessing Game

A Guessing Game

8
Comments 2
4 min read
Fahrenheit To Celsius

Fahrenheit To Celsius

10
Comments 1
3 min read
Compile a C/C++ Project with Zig
Cover image for Compile a C/C++ Project with Zig

Compile a C/C++ Project with Zig

17
Comments 1
3 min read
What's undefined in Zig?
Cover image for What's undefined in Zig?

What's undefined in Zig?

20
Comments 3
6 min read
What's a String Literal in Zig?
Cover image for What's a String Literal in Zig?

What's a String Literal in Zig?

23
Comments 10
3 min read
How to Add Buffering to a Reader / Writer in Zig
Cover image for How to Add Buffering to a Reader / Writer in Zig

How to Add Buffering to a Reader / Writer in Zig

20
Comments 9
4 min read
Where is print() in Zig?
Cover image for Where is print() in Zig?

Where is print() in Zig?

19
Comments 1
2 min read
Beginner's notes on Slices/Arrays/Strings

Beginner's notes on Slices/Arrays/Strings

30
Comments 5
4 min read
loading...