HaiNahi
I can send pastebin link wait
HaiNahi
https://textuploader.com/1en72
Amit
this is Arduino project
HaiNahi
I put pre processor it will run on gcc by default
Dima
Nice project
rekt by rkn
HaiNahi
Can anyone rate the project
Roshan
Can anyone rate the project
Why do you wanna share this?!🤨
HaiNahi
To teach for free
HaiNahi
I should be eligible for teaching begineers atleast
Roshan
Roshan
What's your age?
HaiNahi
17
Roshan
Really?!😂 I saw someone days before shouting his age as a high schooler or college student.
HaiNahi
Yes I am in high school only
Roshan
Yes I am in high school only
If you're Indian then you are in age 13-15
Anonymous
https://textuploader.com/1en72
Please read Clean Code and Code Complete
Manav
https://textuploader.com/1en72
Put that stuff on github or gitlab
MLDA
Hello can I rename txt file fields (name ,address) using c++
HaiNahi
https://github.com/SwastikMajumder/perfect_ttt
MLDA
😔
Anonymous
Who know this
google knows
Sudenaz
Hey guys have this error when I try to run something on visual studio,can you help me?
Sudenaz
     'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS
olli
Either use scanf_s or add #define _CRT_SECURE_NO_WARNINGS as your first line. The reasoning behind the warning is that scanf is unsafe and you shall either use the safe version (_s) or acknowledge the use of unsafe functions
olli
Are _s variants part of C standard? Or they are Microsoft compiler extensions?
They are an optional part of C11. As with all bounds-checked functions, scanf_s , fscanf_s, and sscanf_s are only guaranteed to be available if __STDC_LIB_EXT1__ is defined by the implementation and if the user defines __STDC_WANT_LIB_EXT1__ to the integer constant 1 before including stdio.h.
ZukiZest
Someone recommends me a website to learn math in programming
ברני
Someone recommends me a website to learn math in programming
, if you want to learn math go to Khan academy site, In programming if you need a math to do and you don't know how, you can ask Google and you'll see all the options for what you need
Igor🇺🇦
Someone recommends me a website to learn math in programming
What does it mean math in programming? Math libraries? 🤔
Yazidi
Hi.. I've a problem with my code can anyone help me plz
ברני
Asad
me also
Lemme see girl
N
Lemme see girl
Do you know assembly?
Anonymous
avengers assembly (?)
Asad
Oh no. Thought it was about C/C++
Anonymous
that was the joke
Asad
Ok Winnie
Pavel
Hi.. I've a problem with my code can anyone help me plz
People usually don't answer such questions dontasktoask.com
piggyho
sounds like you want someone to do your homework
SetPf
Hello. Can i encapsulate enum class in template? I know, what i can encapsulate enum class in simple class, and call it like MyClass::MyEnum::EnumValue
Anonymous
me also
Can someone help me understand recursive function,in c programming,,
Roshan
RC
Can anyone help me how to start coding in vs code c?
Mohannad
🙂🙂
RC
what's not working for you?
My code Idk how to run it
Roshan
what's not working for you?
Maybe she is using VS 17...
RC
what's not working for you?
At first I wanna know how to see which vs code that I'm using... (windows 10)
RC
Help - About shows you the version
Yh and the main problem is I wrote the code and I'm not sure if it gives me error or sth weird!
Manav
Yh and the main problem is I wrote the code and I'm not sure if it gives me error or sth weird!
Not sure? Just state what you have done exactly. Being vague about your problem isn't gonna help us help you. Also you might wanna read this: https://code.visualstudio.com/docs/languages/cpp
RC
#include <stdio.h> #include <stdlib.h> int main() { printf("Hello world!\n"); return 0; }
RC
Guys I downloaded VSCode and write same of this and I wanna see the output but it didn't work
RC
Which os?
windows 10
Atropos
windows 10
U need compiler. I use gcc over msys2
HaiNahi
How can I do gui programming in android currently I use termux
HaiNahi
I tried dosbox but it's too slow
Ибраги́м
https://quuxplusone.github.io/blog/2020/12/03/steal-a-private-member/
Anonymous
#include <iostream> #include <stdio.h> #include <stdlib.h> #pragma warning (disable: 4996) int main () { FILE * vett1; int i; int N [10]; {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; // create the file vett1 = fopen ("votes.dat", "wb"); if (N! = NULL) { fwrite (votes, sizeof (int), "10", N); fclose (vett1); } else { printf ("Error !!"); } // read file printf ("I read the contents of the file"); vett1 = fopen ("votes.dat", "rb"); if (N! = NULL) { // open file fread (votes, sizeof (int), "10", N); fclose (vett1); } else { printf ("Error !!"); } for (i = 0; i <10; i ++) { printf ("enter the% d votes:", i + 1); scanf ("% d", & vett1) vett [i] = vett1; } fclose (vett1); } else { printf ("Error !!"); } N = fopen ("media.dat", "wb"); if (N! = NULL) { fwrite (average, sizeof (int), "10", N); fclose (N); } else { printf ("Error !!"); } for (i = 0; i <10; i ++) { printf ("the average of the marks is% d:", i + 1); printf ("\ nSufficient> = 6); } fclose (vett1); } else { printf ("Error !!"); } }
Anonymous
can i send the exercise? it's a bit long. I wanted to know if I did something wrong.
HaiNahi
What is this N! = NULL
Anonymous
exercise on binary files
HaiNahi
What do you want to do with N?
Anonymous
HaiNahi
And in fopen the option will be "w+"
HaiNahi
And also number of elements should something like 10 not "10"