Anonymous
😳😳😳ok what have you created?
I don't have everything uploaded but here's what I have made for school : github.com/anunaym14/school_project .. It is a Hotel Record Management Program
Anonymous
Yet to add a lot of stuff there .. Its the beginning as of now
Anonymous
I am a beginner too
Wycy
I totally dont get it😔😔😔
Wycy
Laptop i use
Anonymous
Laptop i use
C++ IDEs aren't heavy at all
Anonymous
You can run them on anything
Anonymous
I totally dont get it😔😔😔
Patience .. Move forward step by step
Wycy
C/C++ develops which softwares or programs?
Anonymous
And well, code's not for everyone but don't decide that for yourself so early
Anonymous
C/C++ develops which softwares or programs?
What you want to create exactly?
Liam
C/C++ develops which softwares or programs?
The operating system you are using is developed by C/C++.
Liam
I use windows 8.1
And yes, it's developed by C and C++.
Wycy
What you want to create exactly?
Softwares..programs.....and even web sites
Anonymous
So how shud i start?
You can't create an OS just by starting...
Anonymous
Start with the basics
Wycy
You can't create an OS just by starting...
So i can use c/c ++ to create an operating system?
Liam
So how shud i start?
There are two things that you could do them parallelly. 1. Learn the basic syntax of C++. 2. Find your favorable C++ IDE, and install it on your laptop.
Anonymous
So i can use c/c ++ to create an operating system?
Technically yes, but I don't think its a One-Man work
Anonymous
Coz that's a lot of code
Wycy
😔😔😔😔😔what have you ever coded
Wycy
A commercial search engine?
Does programming pay?
Liam
Does programming pay?
No, but my employer pays.
Anonymous
Does programming pay?
You should do something if it's your passion.. Not just for money. If you do something religiously, it will definitely end up in something good. But if you want to code just for money, then I suggest leave it ..
Wycy
Wycy
Liam
Just stop asking and showing how many tutorial videos or books you have, and do something solid and concrete with the language you want to learn.
Anonymous
Any suggestions?
I will think of some later, gotta run for classes now xD
Liam
I will think of some later, gotta run for classes now xD
So you're a teacher? That's the job I admire. : )
Roxifλsz 🇱🇹
Or a student :D
Liam
Or a student :D
Well, that's either.
Anonymous
Roxifλsz 🇱🇹
I think its time to make some solid rules for the group
Rules are solid enough, in my opinion. Posting your learning material isn't wrong, it's just that he should do some programming practice and not only read books
Wycy
Anyone who knows how to resset a pattern or bypass rfs lock on android?
Anonymous
Rules are solid enough, in my opinion. Posting your learning material isn't wrong, it's just that he should do some programming practice and not only read books
BTW - a suggestion : add a bot like Marie or neo and save some commands of advice's or references, that would make it earlier to handle newbies and also save time by not explaining same things again and again
Anonymous
Anyone who knows how to resset a pattern or bypass rfs lock on android?
Can be done through TWRP file manager .. Do a quick Google search ..
Anonymous
We could add some extras to group Butler, I think
Idk .. But most groups I know of use Marie .. Kara and Neo are good alternatives too but Kara is mostly down lol
Youssef Karaki
Hey guys, i want to bind a socket & listen to a port tcp all should be written in c++ for Linux
Youssef Karaki
Does anyone have a tutorial or cod?
Youssef Karaki
Code*
Michael
Hey guys, i want to bind a socket & listen to a port tcp all should be written in c++ for Linux
there are a lot of ways to do this, you can use the fastcgi app for C or microsoft rest c++ (cross-platform)
Michael
they have a lot of example code
many
I'm working on some sever and client connection. Client uploads large files continuously to server. I found that tcp window is shrinking drastically and client stop uploading. How to handle such condition?
Good Bye World
Can't the server authorize sending more packets? That way the TCP window will not shrink so fast. Also try sending the number of bytes of data transferred with each packet.
many
It's about file upload and download so I have to stick with tcp
Anonymous
And then reimplement integrity checks because UDP is unreliable?
Good Bye World
It isn't about net neutrality, but once the server sends ack for the packets received, doesn't it send authorization to send more? That's how the sliding window of TCP works iirc
Good Bye World
It isn't about net neutrality, but once the server sends ack for the packets received, doesn't it send authorization to send more? That's how the sliding window of TCP works iirc
I just learned it in college, I don't have much practical experience in it. But if the window shrinks like this, you gotta authorize sending more packets and include more data in each packet, I think.
Anonymous
So i can use c/c ++ to create an operating system?
dude, pick any system level programming language, and u can create any system/application software. An operating system is just another software that performs an operating environmnet to the user, like letting an API to run user based apps like browsers, games etc :)
Anonymous
So i can use c/c ++ to create an operating system?
You should at least use some Assembler for low-level hardware configuration.
Anonymous
Wow☺️☺️☺️which system level programming language?
C based languages (i.e. C, C++, C#) COBOL, Scala, LISP :D
Anonymous
Don't just pick COBOL, Scala, LISP
Anonymous
Which is the best
Language is not something that u can say, best languages.
Wycy
Language is not something that u can say, best languages.
Ok....how many softwares have you made?
Anonymous
Why dows it matter?
Wycy
What?
Jus to know am a beginner and starting from zero
Wycy
Ok, Start with grammer
Grammer😳😳
Anonymous
Grammer😳😳
Yeah, computer languages also got grammer, known as syntax
Anonymous
printf("This is a syntax of C language");
Anonymous
It shows "This is a syntax of C language" on screen
Wycy
👍👍👍 i like this lesson atleast am getting some hints
Anonymous
This way, 1st u learn syntax, then logic (how to take data from user,process, and show them back as instructed) and algorithm (faster data process) as long as u get skills