Stanislav
Anonymous
everywhere
Was there any reason for not using =
Akkash Ali
How to get password of any unknown wifi
klimi
Akkash Ali
If I'll try to hack it..☠️
Maxim
klimi
Ankit Ramola
#include<stdio.h>
char* reverse(char *);
int main(){
printf("%s ", reverse("computer"));
return 0;
}
char* reverse(char *p){
int l, i;
char ch;
for(l=0; *(p+l)!='\0'; l++);
for(i=0; i<l/2; i++){
ch = *(p+i);
*(p+i) = *(p+l-1-i);
*(p+l-1-i) = ch;
}
return (p);
}
Ankit Ramola
why is this code not reversing the string on VS code
#Gurwinder
#include <iostream>
Using namespace std;
int main()
{
cout<<"Hello world";
#Gurwinder
Why compiler shows error here
klimi
Mr.
Good evening everyone, I'm new here and I want to improve my programming skills.
REAGAN
Who needs tutorial
Naitik
C programming
Rose
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
klimi
Yash
getch() or clrscrn() does these syntax and many more like are in c??
Yash
Someone says we need conio.h as header file
Yash
so whenever there is a question with c that has getch() in void function can i use Conio.h and stdio.h At same time ???
arcane
c programming playlist pls
harmony5 🇺🇳 ⌤
Rose
c programming playlist pls
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
\Device\NUL
一只
Hi everyone
Yash
armando
Please any books C language
Naitik
Array
Shivam
thebats
harmony5 🇺🇳 ⌤
Rose
Please any books C language
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
Yash
i have some practice of cpp in small calculation and projects (very beginning) my clg is teaching C so should i practice the projects i did in cpp in C too?? or without oop there isn't much difference between these two to have very drastic projects?
Lux3 ~Retired
Hii
klimi
Hii
Read the rules please. Thank you
Ziky
Lux3 ~Retired
I'm in college
Lux3 ~Retired
Just started with basics of c anyone wanna guide me if they're free and know c quite good
Davide
Hi guys!
I have a data structure that can be described in three layers (Outer, Middle, Inner).
At the moment, I have the Outer constructor that instantiate a Middle object, that instatiate an Inner object.
Also, I have a generic_function for each class, that calls the generic_function of the lower layer.
Is there a better way to do this? The logic of all the classes is pretty much the same, and I would like to reduce repetitions in the code and possibly to reduce the effort when adding some intermediate layer.
Thank you and sorry for the probably stupid question!
harmony5 🇺🇳 ⌤
Davide
Are classes necessary?
They are not mandatory.
I used them because the alternative (for me) was some loop with lot of indices (the three layers were as semplification, actually I have 4 of them and I'm planning to add 2)
To explain more: I have some quantities (8) that are tabulated with respect to 4 variables (the four layers). The outer layer has to read all these quantities from some file, save them in some data structure and do some post-process, such some interpolation: given the 4 variables I have to extract the value of the 8 tabulated quantities.
M.evasive
Am tryna set my vs code for graphics but it keeps telling me ( graphics.h: No such file or directory
#include <graphics.h> ) its pissing me of I've been going for hours now
M.evasive
if theirs some other sorta way to to get graphics.h please reach out to me
FriedRice
use opengl?
Ananth
Ananth
bgi...borland graphics interface, the company which made TurboC ...
Ananth
graphics.h is a non-standard extension by Borland graphics to create pretty graphics :-)
Ananth
Priyanshu
hlo
Yash
no
okay so i should focus on syntaxes and i can cover up on c too?
Priyanshu
can someone guide me where to start my journey as a coder
harmony5 🇺🇳 ⌤
Ziky
Andrey
/help
Rose
/help
Contact me in PM for help!
Andrey
Why can't I send some messages? My C-related question is getting removed
Wolf
Is there any c++ jobs grp
Ziky
klimi
Victor
/start@MissRose_bot
نصرالدين
How to make and pass to a fun an array of arrays
Ziky
Dhruv
/start@MissRose_bot
Suat
Hello, in my project using OpenCV, I am using a USB 2.0 camera and experiencing a 120 ms delay. After some research, I found that USB 3.0 cameras generally have lower latency, so I bought a Konftel Cam20 USB 3.0 webcam. However, I'm experiencing a 300 ms delay with this camera. Is there a method to solve this issue? Or can you recommend an affordable low-latency camera?
Rose
Harshada
C language lectures
klimi
Rose
C language lectures
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
Omar
Hello guys
Now I have a problem. Solving problems in C is so hard for me. So I need some sources to practice and learn how to do it and If you have any suggestions or ideas to help it will be perfect. and thank you.