Prince Of Persia
Thank you for help :)
you are welcome
Anonymous
who can help me to find one?
Brother, first please improve your English 😁 I have a nice C programming group in Persian if you want. I'm sure they can help you ;)
Anonymous
Wow. People really like bootcamps lol I thought it would be the least
Anonymous
that’s a lil rude :(
Yes. Sry, but I really recommend a grammer course. I'm not a native English speaker myself. If they try, they'll learn
Anonymous
yeah true i see
AmR
Any one use openwatcom ?
AmR
Any one use openwatcom ?
Anonymous
Hi
Generation Z
But i wonder, may be i didn't understood about the conditions of the group! Evem posting a snippet is not allowed. How discussion are held in this group!????
Generation Z
May you explain to me please!?
Anonymous
Generation Z
But i wonder, may be i didn't understood about the conditions of the group! Evem posting a snippet is not allowed. How discussion are held in this group!????
olli
But i wonder, may be i didn't understood about the conditions of the group! Evem posting a snippet is not allowed. How discussion are held in this group!????
why shouldn't you be allowed to post snippets? Either post them here or share a link to some pastebin site int main() { return 0; }
Generation Z
I misunderstood the description of a group, i knew that snippet are not allowed
Vlad
I misunderstood the description of a group, i knew that snippet are not allowed
Snippets are fine as long as you don't post 1k lines of unformated bs code
Generation Z
Thanks for clarification
Alion🦁
yeah true i see
😅😂🤣🤣🤣
Prince Of Persia
Brother, first please improve your English 😁 I have a nice C programming group in Persian if you want. I'm sure they can help you ;)
and I'm sorry English is 3rd or 4th language for me after my native and Farsi (and Arabic)
Kaan
Hi I want to write a struct that contains some variables and linked list of some other struct
Kaan
I search a lot but I couldnt find any tutorial for this
Kaan
This is my code but I am not sure wheather this okey or not
Kaan
typedef struct Mail{ char senderAdress[40]; char recieverAdress[40]; char subject[20]; char date[11]; char message[100]; }Mail; typedef struct User{ char emailAdress[40]; struct Mail *next; }User;
Kaan
Can anybody help
Kaan
Then do I have to implement a linkedlist struct the put it to another struct as variable
Kaan
This is very confusing for me a know creating linked list but not like this
Igor🇺🇦
Then do I have to implement a linkedlist struct the put it to another struct as variable
Depends on what you want. If you want to have mail as linked list, does that mean that the same email address can have many "mails"?
Igor🇺🇦
That's not how it usually is.
Kaan
in my implementation user is an email adress and has mail inbox
Kaan
I want to make the inbox as linkedlist
Igor🇺🇦
in my implementation user is an email adress and has mail inbox
So it's 1 to 1 relationship between User and mail. Why do you need list inside user?
Kaan
because user has more than 1 mail and I do not want to make array because we cant know the count of mails they can increment
Kaan
Maybe I explained myself badly. What I want to do is create a Struct of user which has an unlimited mails in his mail box
Igor🇺🇦
because user has more than 1 mail and I do not want to make array because we cant know the count of mails they can increment
User shouldn't have field "email address" in it. It should be inside "mail".
Kaan
User shouldn't have field "email address" in it. It should be inside "mail".
No think about this you have a email adress and you are a user. And in your account you have an inbox which has mails. And in that mail there are sender adress message date subject...
Kaan
Hmm I will try this. Thank you 😄
Kaan
I think User is a bad name I should have made it Email
Mitesh
Create a more sophisticated Rectangle class than the one you created in Problem 1. This class stores only the Cartesian coordinates of the four corners of the rectangle. The constructor calls a set method that accepts four sets of coordinates and verifies that each of these is in the first quadrant with no single x or y coordinate larger than 20.0. The set method also verifies that the supplied coordinates do, in fact, specify a rectangle. Member methods calculate the length, width, perimeter and area. The length is the larger of the two dimensions. Include a predicate method square that determines if the rectangle is a square.
Anonymous
and I'm sorry English is 3rd or 4th language for me after my native and Farsi (and Arabic)
I do know 4 languages (Persian, Arabic, English, Turkish) too my friend. As I said, if you try you'll learn. Take a grammar course ;) Good luck
Anonymous
Anonymous
😂
Be careful not to ask homeworks here lol
Prince Of Persia
I do know 4 languages (Persian, Arabic, English, Turkish) too my friend. As I said, if you try you'll learn. Take a grammar course ;) Good luck
Thank you for all of your help my friend And I still learning English I need time to i be like you Thank you again
Anonymous
Hello everyone
Anonymous
C++ socket code voice chat source ? Please help me
Vishal
Which editor is best for learning? I'm currently using vs code. I want to switch to notepad++. Will it be a good decision?
Anonymous
Text editors sometimes waste the time, but they may make you concentrate a bit more 🤷‍♂
Prince Of Persia
Which editor is best for learning? I'm currently using vs code. I want to switch to notepad++. Will it be a good decision?
Actually the best ide is CLion But it can't be good for large codes If you want to use a good and fast IDE you should use VSCode
Prince Of Persia
+1 I agree. I love jetbrains.
Do you know how to use boost cpp libraries in CLion? I use it but it's too slow for me
Vishal
Iam doing competetive programming. So Vscode will be good to go??
Anonymous
Do you know how to use boost cpp libraries in CLion? I use it but it's too slow for me
Nope. It's been a while that I haven't developed anything using this language.
Anonymous
Iam doing competetive programming. So Vscode will be good to go??
I think IDE would be much better in that case.
Prince Of Persia
Iam doing competetive programming. So Vscode will be good to go??
If your codes are not more than 1000 lines in each files I think you should use CLion Otherwise you should use VSCode
Anonymous
VSCode is not an IDE
Really?! I'm not using windows, and I haven't tried it. I always thought it's an IDE 😑
Anonymous
VSCode is a crossplatform code editor
:D I'll try it. Thanks
Prajal
VSCode is a crossplatform code editor
What's difference between IDE and cross platform code editor
Vedant
What's difference between IDE and cross platform code editor
IDE is specific for language or so but CP code editor can be used for any language or framework
Prince Of Persia
VSCode is not an IDE
But intellij is
Anonymous
But intellij is
It's for Java and Kotlin
Prince Of Persia
Prince Of Persia
You can install any language
Anonymous
You can install any language
Or you can install IDE for a language you need
Prince Of Persia
Also you can install support of C++ like what you can do in Android studio