<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DeveloperPublish | vincelet | Activity</title>
	<link>https://developerpublish.com/academy/members/vincelet/activity/</link>
	<atom:link href="https://developerpublish.com/academy/members/vincelet/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for vincelet.</description>
	<lastBuildDate>Sun, 19 Apr 2026 12:27:26 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=12.0.0</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">2a17f29f025b466b5f77923b62a65bc8</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=24532</link>
				<pubDate>Mon, 05 Jun 2023 15:03:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>C programming  uses</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aeed9b3318bd06a8b91cbbb7b083595d</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=24458</link>
				<pubDate>Sun, 04 Jun 2023 03:28:15 +0000</pubDate>

									<content:encoded><![CDATA[<p>Database is created using sql</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e144d85d9f47313d316ec76831fefdb8</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=24314</link>
				<pubDate>Sat, 03 Jun 2023 08:00:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>Java creation</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">31026373f7d864b66d2d43fda3967bd4</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=24313</link>
				<pubDate>Sat, 03 Jun 2023 07:48:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>List fun tions</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">27f773dbf0e84b645b9c483ad00271d1</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=24312</link>
				<pubDate>Sat, 03 Jun 2023 07:46:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>Turtle function</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9060e45f21c876a9a59837c120dde3fe</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=24311</link>
				<pubDate>Sat, 03 Jun 2023 07:41:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>C literals</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab3c6b801e8b315854b9394728585aff</guid>
				<title>vincelet started the topic What is literals in c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/what-is-literals-in-c/</link>
				<pubDate>Sat, 03 Jun 2023 07:39:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>Literals are data used for representing fixed values. They can be used directly in the code. For example: 1, 2.5, &#8216;c&#8217; etc.</p>
<p>Here, 1, 2.5 and &#8216;c&#8217; are literals. Why? You cannot assign different values to these terms.</p>
<p>Here&#8217;s a list of different literals in C++ programming.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dbe59b0548f584ecb60ab978091b723e</guid>
				<title>vincelet started the topic Variable in c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/variable-in-c-3/</link>
				<pubDate>Sat, 03 Jun 2023 07:38:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>A variable name can only have alphabets, numbers, and the underscore _.A variable name cannot begin with a number.It is a preferred practice to begin variable names with a lowercase character. For example, name is preferable to Name.A variable name cannot be a keyword. For example, int is a keyword that is used to denote integers.A variable name c&hellip;<span class="activity-read-more" id="activity-read-more-2812"><a href="https://developerpublish.com/academy/forums/topic/variable-in-c-3/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">655e11d7f1b3fa777f988d9a78a2e3ca</guid>
				<title>vincelet started the topic Polymorphism in java in the forum Java</title>
				<link>https://developerpublish.com/academy/forums/topic/polymorphism-in-java/</link>
				<pubDate>Fri, 02 Jun 2023 09:34:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>Polymorphism is a concept in object-oriented programming that allows different objects to be treated as if they are of the same type. In Java, polymorphism can be achieved through two mechanisms: method overloading and method overriding.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">92e28dc39c9b23afedd5187877cec020</guid>
				<title>vincelet started the topic Encapsulation in java in the forum Java</title>
				<link>https://developerpublish.com/academy/forums/topic/encapsulation-in-java/</link>
				<pubDate>Fri, 02 Jun 2023 09:28:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>In Java, encapsulation is a mechanism that allows you to restrict access to certain parts of an object’s state and behavior, and only expose a public interface for interacting with the object. Encapsulation helps to improve the maintainability, flexibility, and security of a program by preventing direct access to the internal workings of an object</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">406c3f98552f4fbb56453204e5ec2098</guid>
				<title>vincelet started the topic Singleton pattern in the forum Java</title>
				<link>https://developerpublish.com/academy/forums/topic/singleton-pattern/</link>
				<pubDate>Fri, 02 Jun 2023 09:26:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>In Java, the Singleton pattern is a design pattern that ensures that a class has only one instance, and provides a global point of access to that instance. The Singleton pattern is useful in situations where you need to restrict the number of instances of a class, such as when you need to control access to a shared resource or manage a system-wide&hellip;<span class="activity-read-more" id="activity-read-more-2720"><a href="https://developerpublish.com/academy/forums/topic/singleton-pattern/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">71350f687429840ea8e4c08423c596b1</guid>
				<title>vincelet started the topic Linked list in java in the forum Java</title>
				<link>https://developerpublish.com/academy/forums/topic/linked-list-in-java/</link>
				<pubDate>Fri, 02 Jun 2023 09:23:48 +0000</pubDate>

									<content:encoded><![CDATA[<p> Java, LinkedList is a class that implements the List interface and provides a way to store a collection of elements as a linked list. In this answer, I will explain how to use LinkedList in Java, as well as some of its commonly used methods.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6d2825fdf6f41ae1987a013a7a8ca38a</guid>
				<title>vincelet started the topic What is outputstream in the forum Microsoft Word</title>
				<link>https://developerpublish.com/academy/forums/topic/what-is-outputstream/</link>
				<pubDate>Fri, 02 Jun 2023 09:21:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>Java, an OutputStream is an abstract class that represents an output stream of bytes. It is the superclass of all classes representing an output stream of bytes. The OutputStream class provides a standardized interface for writing data to different output destinations, such as files, network connections, and byte arrays. Here is an example of how&hellip;<span class="activity-read-more" id="activity-read-more-2718"><a href="https://developerpublish.com/academy/forums/topic/what-is-outputstream/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4312e607aceee82b0bb780902eb240fe</guid>
				<title>vincelet started the topic Function in c++ in the forum Microsoft Word</title>
				<link>https://developerpublish.com/academy/forums/topic/function-in-c-3/</link>
				<pubDate>Fri, 02 Jun 2023 09:16:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>A function definition provides the actual body of the function. The C++ standard library provides numerous built-in functions that your program can call. For example, function strcat() to concatenate two strings, function memcpy() to copy one memory location to another location and many more functions.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9bbcb1855e20cdca91dcc98ad060e5ee</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=24205</link>
				<pubDate>Fri, 02 Jun 2023 09:10:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>Data base sql</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">06cb94ee967114c9a7d758dd59d9116a</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=24202</link>
				<pubDate>Fri, 02 Jun 2023 09:02:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>To create animation in powerpoint</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">37a4402bc7ffe91039a8e1519d0bc5a4</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=24200</link>
				<pubDate>Fri, 02 Jun 2023 08:51:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>Sql data base</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0954030b41cdc0eadea62d3b1f658108</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=24005</link>
				<pubDate>Thu, 01 Jun 2023 05:36:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>Function in c</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f5b2b88f303a817d3106d2dd0d07da84</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=24002</link>
				<pubDate>Thu, 01 Jun 2023 05:34:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>C array uses</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">27865646fb661dba1115a5f3c5d5fd3d</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=23916</link>
				<pubDate>Wed, 31 May 2023 16:36:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Python in webuse</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">692c7d1b67a35b8c60edccb2b641dea1</guid>
				<title>vincelet started the topic What is string in c in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/what-is-string-in-c/</link>
				<pubDate>Wed, 31 May 2023 16:19:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>In C programming, a string is a sequence of characters terminated with a null character   . For example: char c[] = &#8220;c string&#8221;; When the compiler encounters a sequence of characters enclosed in the double quotation marks, it appends a null character   at the end by default. Memory Diagram.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7f1154fc7a3c0ba4afd26d2026124288</guid>
				<title>vincelet started the topic What is void in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/what-is-void/</link>
				<pubDate>Wed, 31 May 2023 16:17:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>void main() A void keyword is used to reference an empty data type. We can use the void keyword as the return type of the main function in c to depict that the function is not returning any value.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e3209b838c81ac951d9a477c5a04c414</guid>
				<title>vincelet started the topic What is array in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/what-is-array/</link>
				<pubDate>Wed, 31 May 2023 16:15:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Array in C can be defined as a method of clubbing multiple entities of similar type into a larger group. These entities or elements can be of int, float, char, or double data type or can be of user-defined data types too like structures</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c408be59a1621461e743aba40bcc3093</guid>
				<title>vincelet started the topic Four types of c functions in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/four-types-of-c-functions-2/</link>
				<pubDate>Wed, 31 May 2023 16:11:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>Functions without arguments and without return values.Functions without arguments and with return values.Functions with arguments and without return values.Functions with arguments and with return values.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">afc0de94ec1ffab08ed022be45a4ddd8</guid>
				<title>vincelet started the topic Four types of c functions in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/four-types-of-c-functions/</link>
				<pubDate>Wed, 31 May 2023 16:10:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Functions without arguments and without return values.Functions without arguments and with return values.Functions with arguments and without return values.Functions with arguments and with return values.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a3ac0853c11e9b2bd7a47d33d0b6022</guid>
				<title>vincelet started the topic Function in c in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/function-in-c-2/</link>
				<pubDate>Wed, 31 May 2023 16:02:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>A function is a block of code which only runs when it is called. You can pass data, known as parameters, into a function. Functions are used to perform certain actions, and they are important for reusing code: Define the code once, and use it many times</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2273dd6ae364827bed2aadecf5a67178</guid>
				<title>vincelet started the topic Function in c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/function-in-c/</link>
				<pubDate>Wed, 31 May 2023 14:41:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>A function definition provides the actual body of the function. The C++ standard library provides numerous built-in functions that your program can call. For example, function strcat() to concatenate two strings, function memcpy() to copy one memory location to another location and many more functions.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8809c5f1cb3cb59498627624118cdfd7</guid>
				<title>vincelet wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=23905</link>
				<pubDate>Wed, 31 May 2023 14:34:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>Inheritence</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">67d8a6d063987e9efe67f8d2345149bf</guid>
				<title>vincelet started the topic Inheritence property in c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/inheritence-property-in-c/</link>
				<pubDate>Wed, 31 May 2023 14:22:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>Inheritance is a mechanism in which one class acquires the property of another class. For example, a child inherits the traits of his/her parents. With inheritance, we can reuse the fields and methods of the existing class. Hence, inheritance facilitates Reusability and is an important concept of OOPs.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">53824601a89d31cbdc73ba7bfb0aa2c7</guid>
				<title>vincelet started the topic Variable in c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/variable-in-c/</link>
				<pubDate>Wed, 31 May 2023 14:14:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>Variables are containers for storing data values. In C++, there are different types of variables (defined with different keywords), for example: int &#8211; stores integers (whole numbers), without decimals, such as 123 or -123. double &#8211; stores floating point numbers, with decimals, such as 19.99 or -19.99.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">317d5312be5f6db4dceb0e4232f18ee1</guid>
				<title>vincelet started the topic String in c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/string-in-c/</link>
				<pubDate>Wed, 31 May 2023 14:08:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>One of the most useful data types supplied in the C++ libraries is the string. A string is a variable that stores a sequence of letters or other characters, such as &#8220;Hello&#8221; or &#8220;May 10th is my birthday!&#8221;. Just like the other data types, to create a string we first declare it, then we can store a value in it.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">67ec05011c69e67627dc04d0cbbdbf37</guid>
				<title>vincelet replied to the topic Pointers in c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/pointers-in-c-3/#post-23900</link>
				<pubDate>Wed, 31 May 2023 14:04:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;iostream&gt;  using namespace std;  int main()  {      int *ptr;  // integer pointer declaration      int marks[10]; // marks array declaration      std::cout &lt;&lt; &#8220;Enter the elements of an array :&#8221; &lt;&lt; std::endl;      for(int i=0;i&lt;10;i++)      {          cin&gt;&gt;marks[i];      }      ptr=marks; // both marks and ptr pointing to the same element.&hellip;<span class="activity-read-more" id="activity-read-more-2469"><a href="https://developerpublish.com/academy/forums/topic/pointers-in-c-3/#post-23900" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2840d9859856292d46ad0f1720b05917</guid>
				<title>vincelet started the topic Pointers in c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/pointers-in-c-3/</link>
				<pubDate>Wed, 31 May 2023 14:02:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>pointer is a variable that stores the memory address of an object. Pointers are used extensively in both C and C++ for three main purposes: to allocate new objects on the heap, to pass functions to other functions.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a7b761bd0d03f8d0135aaa5661e49673</guid>
				<title>vincelet started the topic If else statement in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/if-else-statement/</link>
				<pubDate>Wed, 31 May 2023 14:00:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>Use if to specify a block of code to be executed, if a specified condition is true.<br />
Use else to specify a block of code to be executed, if the same condition is false.<br />
Use else if to specify a new condition to test, if the first condition is false.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6c8a0d92aeaf9703d421dcb50dfb9ca0</guid>
				<title>vincelet started the topic Most used shortcut keys in the forum Microsoft Word</title>
				<link>https://developerpublish.com/academy/forums/topic/most-used-shortcut-keys/</link>
				<pubDate>Sat, 27 May 2023 07:01:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ctrl + A: Select all contents of your document<br />
Ctrl + C: Copy<br />
Ctrl + V: Paste<br />
Ctrl + s: Save<br />
Ctrl+ X: Cut<br />
Ctrl+N: create a new document<br />
Ctrl+b: Bold<br />
Ctrl+Z: Undoes the last action.<br />
Ctrl+ F: Find<br />
Ctrl+H: Replace<br />
Ctrl+T: Create a hanging indent.<br />
Ctrl+U: Underline the selected text.<br />
Ctrl+ I: Italics<br />
Ctrl+K &#8211; Insert a hyperlink<br />
Ctrl + Enter: Insert an&hellip;<span class="activity-read-more" id="activity-read-more-2278"><a href="https://developerpublish.com/academy/forums/topic/most-used-shortcut-keys/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>