Anonymous
everywhere
Was there any reason for not using =
Akkash Ali
How to get password of any unknown wifi
klimi
How to get password of any unknown wifi
you ask the owner/administrator
Akkash Ali
If I'll try to hack it..☠️
Maxim
If I'll try to hack it..☠️
better try to read the rules
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
Why compiler shows error here
you are missing piece of the code
klimi
why is this code not reversing the string on VS code
run the compiler with warnings enabled
Ziky
why is this code not reversing the string on VS code
I would expect it should not be possible to compile because string "computer" is a type of const char but you are goinch to chage it
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.
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
Someone says we need conio.h as header file
conio.h is non standard header
一只
Hi everyone
Yash
conio.h is non standard header
Alr got it thank you!
armando
Please any books C language
Naitik
Array
Souradip
Please any books C language
You can try 'Let us C '
Shivam
You can try 'Let us C '
Is It good for beginners too?
thebats
thebats
Please any books C language
K&R The C Language ia the best book, C in Depth by Srivastava if you are in India
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
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
Rose
Just started with basics of c anyone wanna guide me if they're free and know c quite good
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
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!
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?
M.evasive
use opengl?
Yep though of gonna try it next
M.evasive
Is it from an old TurboC book for dos?
God are people still using that!? Nope its mingw graphics
Ananth
God are people still using that!? Nope its mingw graphics
you would need to install the BGI library .... or the sdl-bgi library
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
Rose
can someone guide me where to start my journey as a coder
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
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
Victor
/start@MissRose_bot
Rose
/start@MissRose_bot
Heya :) PM me if you have any questions on how to use me!
نصرالدين
How to make and pass to a fun an array of arrays
Ziky
Dhruv
/start@MissRose_bot
Rose
/start@MissRose_bot
Heya :) PM me if you have any questions on how to use me!
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?
Harshada
C language lectures
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.