-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
54 lines (43 loc) · 2.66 KB
/
Copy pathindex.xml
File metadata and controls
54 lines (43 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>techmuses</title>
<link>https://techmuses.github.io/</link>
<description>Recent content on techmuses</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>techmuses - All rights reserved</copyright>
<lastBuildDate>Mon, 07 Jan 2019 00:15:05 +0530</lastBuildDate>
<atom:link href="https://techmuses.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>How to use V.S Code like a pro?</title>
<link>https://techmuses.github.io/blog/using-vsc/</link>
<pubDate>Mon, 07 Jan 2019 00:15:05 +0530</pubDate>
<guid>https://techmuses.github.io/blog/using-vsc/</guid>
<description>How to use V.S Code like a pro? This is a Kick Starter for all the newbies who would like to use V.S Code like a pro, also to all those experienced developers to increase their productivity.</description>
</item>
<item>
<title>What is Function Overiding Problem in C++ and how to Solve?</title>
<link>https://techmuses.github.io/blog/function-or-cpp/</link>
<pubDate>Fri, 07 Dec 2018 11:40:11 +0200</pubDate>
<guid>https://techmuses.github.io/blog/function-or-cpp/</guid>
<description>First Let Us Understand what is function overriding problem! Inheritance in C++ Inheritance allows software developers to derive a new class from the existing class.</description>
</item>
<item>
<title>Lets Take Jump With Goto Statement</title>
<link>https://techmuses.github.io/blog/goto/</link>
<pubDate>Wed, 07 Nov 2018 11:40:11 +0200</pubDate>
<guid>https://techmuses.github.io/blog/goto/</guid>
<description>Have you heard of goto? Goto statements are simple.
Goto statement is also said to be unconditional jump statement as it can jump forward as well as backward but here we are showing example of forward jump but backward jump is similar to foreward jump only.</description>
</item>
<item>
<title>Taking Control with Switch Statement</title>
<link>https://techmuses.github.io/blog/switch/</link>
<pubDate>Wed, 07 Nov 2018 11:40:11 +0200</pubDate>
<guid>https://techmuses.github.io/blog/switch/</guid>
<description>This is gonna be a good read if you have just started coding recently or are not much familiar with switch Statement.
If you are a pro or you think you are familiar with switch statement then scroll down to the link at the bottom, you may find something new.</description>
</item>
</channel>
</rss>