Anonymous
?
Anonymous
-_-
Anonymous
how hard is working with C++ on a laptop?
Anonymous
then you should not be working with C++ on android
Anonymous
as 90% of C++ on android is used for simple tasks
Anonymous
A lot
I have used many compilers. And visual studio is a bit weird to work with that's why
Anonymous
10% is actually used for game development/graphics
сумбула
How hard exactly is working with android using C++ ?
do you mean making android software by using c++?
Anonymous
switch to linux, it is way easier
Anonymous
Anonymous
yes
Anonymous
yes
But then do I have to delete my default operating system?
Anonymous
also has highest support for android
сумбула
Yes
for android I would suggest Kotlin not c++
Anonymous
for android I would suggest Kotlin not c++
Yeah but I'm in a situation where I have to so how am I to do this? Honestly people must hate programming C++ by android because I can't find a thing
Anonymous
nope
Okay thanks
Anonymous
ughhhhh i fucking hate that pkill and waitpid break gdb and valgrind ;-;
Anonymous
use Android Studio
Is that an IDE?
Anonymous
only if that are absolute noob :)
I'm not sure if I am one or not. Guess I'll see
Anonymous
you likely are :)
Anonymous
you likely are :)
Yeah probably
Anonymous
if working with C++ is this difficult for you :)
сумбула
Is that an IDE?
it is like Visual Studio but highly supports android
Anonymous
if working with C++ is this difficult for you :)
I'm having it hard working with IDEs because my course never showed me how
сумбула
Anonymous
https://github.com/DavidBuchanan314/TARDIS haha
Anonymous
well fuck, i CANNOT accomplish thread suspension while under pthread gdb
Anonymous
Ilya
well fuck, i CANNOT accomplish thread suspension while under pthread gdb
Doesnt std::this_thread::sleep_for designed for this?)
Anonymous
Hello! How to recognize variable declaration of C or C++ using regex from input.txt file? P.S. Few days I'm unsuccessfully trying to solve this task, unfortunately I'm not strong in regex. Googling shows one or two similar cases, but they didn't works properly. I'll be very thankful for any help. I'm already wrote code for removing comments and whitespases. result looks like unsigned char a = "test" int a = 10; Etc
Anonymous
Or maybe I'm not understanding you correctly, do you try to parse C++ code?
Need to read from file c or cpp code and parse using regex. Need check validity of variable definition.
Pavel
This is task from studying.
Ok, are there any limitations? I mean should it process any possible weirdly formatted variable definitions or only simple examples as the ones that you've sent?
BiG
Guys.. can someone create a chat bot using c++
BiG
Thanks Tazz... And still can it run on Android environment?
Sandeep
int main() { struct Union { union { float a; int b; }; Union u; u.a = 2.0f; //Is this way of accessing a correct??
Sandeep
We have to create an instance of union no??
Sandeep
But he created Union instance..with capital U
Pavel
We have to create an instance of union no??
As far as I remember it can be done this way also if the name of the union is not specified, but I haven't used unions for really long time, so I can be wrong
Sandeep
Coz it is nameless??
Pavel
Coz it is nameless??
As far as I remember, yes.
Sandeep
Okay
Negah
Does anyone know C ?🤦🏻‍♀
ninja
Does anyone know C ?🤦🏻‍♀
it matters what was your question
Nameful
Does anyone know C ?🤦🏻‍♀
Yes, what's your question?
Negah
I need a program in C language that receives the size of a square matrix and the numbers in that matrix. Then it shows the type of matrix.
Anonymous
Damn, these rules are salty as hell...
Earl B
So is there any other beginners in here that are legit actually trying to learn on their own? I came here to talk to others that were on the same journey.
Earl B
Rather than asking questions that can be easily found on Google
Anonymous
Rather than asking questions that can be easily found on Google
Sure, i do that mostly. Im not sure if i qualify as beginner anymore tho. im not advanced yet but also not a beginner anymore.
Anonymous
So yeah, feel free to talk to me haha 😅.
Earl B
Oh i guess i can't post links. Was trying to post a playlist on YouTube with 100 videos introducing C
Earl B
From Caleb curry. Tons of really well articulated and presented stuff
ninja
read rules
Anonymous
Yeah, i know that playlist. But thanks for trying to share it ^^
Anonymous
Im more on the C++ side of things tho. for that the cherno has some really great videos but honestly the most complete resource i found so far was learncpp.com read through the complete site at one point and it was really worth it.
Suka
Oh i guess i can't post links. Was trying to post a playlist on YouTube with 100 videos introducing C
hi. as a beginner myself. i find learning through exercise is better and i found this two site offer free exercise leetcode and xcersim. (i do c and c++ mostly) how about we learn from there and discuss here for any trouble? cmiiw