itsmanjeet
can aanyone help me
Just start writing the code and people here help if you stuck somewhere
harmony5 🇺🇳 ⌤
people have lost faith that something beneficial can be created also.
There's a lot to unpack here, but it would be going too offtopic
programming
Those aren't even sentences, just noun phrases
each project i have mentioned are actually created, there outputs are really meaningful and their codes are 1000s of lines of code each.
HELPER BHAIYA
Hi
Ankit
Program to display maximum and minimum range of some date types?
Ziky
Program to display maximum and minimum range of some date types?
do you mean this? https://cplusplus.com/reference/climits/
Tanmay
Anybody have c++ notes
harmony5 🇺🇳 ⌤
harmony5 🇺🇳 ⌤
Rose
Anybody have c++ notes
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
Rose
Another one bites the dust...! Banned Zeeshan.
Siddhesh
Hi please tell me how I can learn unreal engine for free with c++
Manoj
Printing all perfect numbers between 1 to 100 using sub program and main program
Obito
/notes
Rose
/notes
List of notes in C/C++ Programming: - 0_to_show_item_use"#item" - gitgud - howtoask - markdown - mcve - meta - ot - paste - projects - res You can retrieve these notes by using /get notename, or #notename
Obito
#projects
Rose
#projects
Please check the Resources section for links on Open Source Projects in C/C++ some of which are explained from scratch.
Obito
#res
Rose
#res
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
Batman
/get projects
Rose
/get projects
Please check the Resources section for links on Open Source Projects in C/C++ some of which are explained from scratch.
Ziky
Printing all perfect numbers between 1 to 100 using sub program and main program
#include <stdio.h> void gangsta_subprogram(const unsigned num){ printf("Perfect %u!\n", num); } void main(){ for(unsigned num=1U; num<100U; num++) gangsta_subprogram(num); }
Ziky
GOLD3
anybody can you tell me how to connect C and mysql, i downloaded the connector, and installed it but its not showing and when i use #include<mysql.h> then its hsowing error
Ziky
guys if you know please answer
YOu must set properly include serach paths in your IDE / toolchain and tell the linker to link your connector library
Rahul
#include<iomanip> Is this library is compulsory to use a function setw in a program?
Ziky
#include<iomanip> Is this library is compulsory to use a function setw in a program?
why don't you search it on internet? 😁 https://duckduckgo.com/?q=setw+c&kp=1&t=ffab&ia=web The first result leads me there https://cplusplus.com/reference/iomanip/setw/ Where is example including iomanip so you have answer in like 10 seconds
Rishu
Hey
YM
Ok
Baldev
/get
Rose
/get
Not enough arguments!
Rose
Not enough arguments!
Стас
/get gitgud
Rose
/get gitgud
Becoming a pro in C++ requires practice, dedication, and a willingness to learn new things. Here are some steps you can take to improve your C++ skills: Read C++ books: One of the best ways to improve your C++ skills is to read books written by experts in the field. Some recommended books include "C++ Primer" by Stanley Lippman, Josée Lajoie, and Barbara E. Moo (updated for C++11), and "Programming: Principles and Practice Using C++" by Bjarne Stroustrup (2nd Edition - May 25, 2014, updated for C++11/C++14). These books provide a comprehensive introduction to C++ that covers just about everything in the language in great detail. Practice coding: The best way to improve your C++ skills is to write code. Start by solving small problems and gradually move to more complex ones. You can practice on online platforms like LeetCode, HackerRank, and Codeforces, which provide a range of problems of varying difficulty. Try to write clean, well-structured code that follows best practices like commenting, naming conventions, and avoiding global variables. Read documentation: There are many libraries and frameworks available for C++, and reading their documentation can help you gain a deeper understanding of how they work. For example, you can read the C++ standard library documentation or the Boost C++ libraries documentation. Participate in online communities: Join online forums and communities where C++ programmers gather to share knowledge and ask for help. This will allow you to learn from others and get feedback on your code. For example, you can join the C++ community on Reddit or the C++ Slack community. Build projects: Try building some projects on your own, such as a game or a utility program. This will give you an opportunity to apply your C++ skills in a practical setting and help you learn new things. Start with a small project, and then gradually move to more complex ones. For example, you can build a text-based adventure game or a calculator app using C++. Watch C++ conferences: Attend or watch C++ conferences like CppCon, ACCU, and Meeting C++ where experts in the field share their experiences, ideas, and best practices. These conferences provide a great opportunity to learn about new features, techniques, and tools in C++, as well as network with other C++ developers. You can watch the recordings of past conferences on the conference websites or YouTube channels. Learn from your mistakes: As you write code, you will undoubtedly make mistakes. Don't be discouraged by them; instead, learn from them and try to avoid making the same mistakes in the future. Use debugging tools like gdb, valgrind, or lldb to identify and fix errors in your code. You can also seek feedback from other programmers and learn from their code reviews.
Gagan🐰
#projects
Rose
#projects
Please check the Resources section for links on Open Source Projects in C/C++ some of which are explained from scratch.
Rohan
Anybody have c language syllabus of first year?!
Стас
Where is the Resources section
see the pinned message
Masuk
What is c programming language in detail
harmony5 🇺🇳 ⌤
What is c programming language in detail
Go to google or skip directly to Wikipedia
Rose
User A has 1/2 warnings; be careful! Reason: of
Ali
hlo
KU$HAL
Can any one explain me Armstrong no in c language
欣婷
what is Armstrong😱
Pavel
The first link in google has a good explanation https://www.geeksforgeeks.org/program-for-armstrong-numbers/
Ziky
Can any one explain me Armstrong no in c language
#include<stdio.h> void main(void){printf("An Armstrong number is a number that is equal to the sum of cubes of its digits. For example, 371 is an Armstrong number since 333 + 777 + 111 = 371.");}
欣婷
o you mean armstrong numbers
Chat Boss
Can any one explain me Armstrong no in c language
ㅤHsinTin Joe sent a code, it has been re-uploaded as a file
cla
I need someone good in VSC pls
cla
could you pls help me?
klimi
could you pls help me?
depends what you need
Rose
could you pls help me?
Don't ask meta questions. In other words, don't ask to ask. Questions like "Does anyone know XYZ?", "Has anyone used XYZ?" or "Can someone help me?" are all considered meta questions because they don't specify what your actual problem is. These questions give the impression that you want people to approach you and offer their help as if they don't have any other work to do. Now doesn't that expectation make you look like an idiot? If you have a question ask it directly. You are more likely to get a response that way.
cla
#meta
#meta
Rose
#meta
Don't ask meta questions. In other words, don't ask to ask. Questions like "Does anyone know XYZ?", "Has anyone used XYZ?" or "Can someone help me?" are all considered meta questions because they don't specify what your actual problem is. These questions give the impression that you want people to approach you and offer their help as if they don't have any other work to do. Now doesn't that expectation make you look like an idiot? If you have a question ask it directly. You are more likely to get a response that way.
harmony5 🇺🇳 ⌤
!report spam/scam
Rose
!report spam/scam
Reported Patrina Gates [6824241864] to admins.​​​​​​​​​​
Ибраги́м
/ban crypto ad
Rose
/ban crypto ad
Another one bites the dust...! Banned Patrina. Reason: crypto ad
Vivek garg
Does anyone have the pdf of the basics of C program
Rose
User cla has 1/2 warnings; be careful! Reason: pm, rude
AmR
I need Help about Idea plz, I run command to get file system file list and I have it as list, This list I want add in virtual file system not to handle files but to handle info about what in it, What I can use ?
AmR
This file list come from nix like system, And I use Windows.
klimi
GUYS! could you please read the rules before deciding that this group is yours? thanks
Rose
Another one bites the dust...! Banned Eillen.
Dima
/ban
Rose
/ban
Another one bites the dust...! Banned JiaJia.
Rose
Another one bites the dust...! Banned Wenyaii.
Dima
oh yes the killstreak
Dima
/blue_text_must_click
Rose
You need to be an admin to do this.
Fudan
Frist note
Rose
That's 2/2 warnings; Harvey is banned! Reasons: 1: don't click every blue text you see 😐 2: don't click every blue text you see 😐