Digital Trends

In this category, you will find the articles on latest digital trends around the globe like AI, IoT, AR, VR, Programming, E-commerce, Online Learning, etc.

How to Access Facebook LLaMA

How to Access Facebook LLaMA

The recent decade promised a new technology boom in the field of AI. Recently chatGPT popularity puts tech leaders’ attention...

Student Grade cpp

C++ student grade program

In this article, you will a c++ program to calculate the student grade. This program asks the user to enter...

fillcolors

Fill color code for OpenGL applications

Here we list few common fill color code for OpenGL applications.   Color CodecolorglColor4f(1.0f, 1.0f, 1.0f, 0.0f);whiteglColor4f(1.0f, 0.0f, 0.0f, 0.0f);redglColor3f(0.0f,...

File handling in cpp

C++ File Handling

C++ File handling is used to store, input, and output data permanently on secondary memory.Normally, program data are stored in...

1 2
Page 1 of 2