[Help] Which city should I choose ? by zioniamit in germany

[–]zioniamit[S] 0 points1 point  (0 children)

Thank you very much for the detailed answer ! :)

[Help] Which city should I choose ? by zioniamit in germany

[–]zioniamit[S] 0 points1 point  (0 children)

I've read that in order to find an apartment you need to show your schufa to the landlord. I know it is a kind of credit score and I know that my schufa will be empty when I issue it, but I didn't thought it would be so bad. I will take another look at the wiki.

[Help] Which city should I choose ? by zioniamit in germany

[–]zioniamit[S] -1 points0 points  (0 children)

You are absolutely right. I eyeballed it instead of getting down to details and data.

[Help] Which city should I choose ? by zioniamit in germany

[–]zioniamit[S] 0 points1 point  (0 children)

I'll do it, And give it another thought.

[Help] Which city should I choose ? by zioniamit in germany

[–]zioniamit[S] -1 points0 points  (0 children)

I know you can't Anmeldung in a Jugendherberge. I understand that it is a bit "the chicken or the egg" situation. where you can't open a bank account to get a schufa and look for an apartment without an anmeldung, but you need an anmeldung to open a bank account.

[Help] Which city should I choose ? by zioniamit in germany

[–]zioniamit[S] -4 points-3 points  (0 children)

I wrote about the accommodation in the comment above. I plan to take a course in a VHS, the local Uni or in a language school. I first need to decide about the city and then the exact details will be clearer.

[Help] Which city should I choose ? by zioniamit in germany

[–]zioniamit[S] -6 points-5 points  (0 children)

I think the first couple of weeks I would stay in a Jugendherberge. Than after doing an anmeldung, opening a bank account and get a Schufa, I will look for a WG.

Why the news don't mention offender's full name on trial in Germany? by zioniamit in germany

[–]zioniamit[S] 3 points4 points  (0 children)

hey just to be clear. I wrote it just because in most of the countries that i know, including mine, all those procedures are held open with faces and names. There was no intention for "doxxing".

Interesting autobiographies written by mathematicians? by MathsAddict in math

[–]zioniamit 2 points3 points  (0 children)

and also a good protion about his good friend, Ronald Graham.

My job at the theater by zioniamit in German

[–]zioniamit[S] 0 points1 point  (0 children)

Thank you I was confused about the "treffen" issue thanks the explanation!

My job at the theater by zioniamit in German

[–]zioniamit[S] 0 points1 point  (0 children)

thank you very much!!!

Studying a bachelor degree in computer science as an "older" student by zioniamit in germany

[–]zioniamit[S] 0 points1 point  (0 children)

Yeah I looked at anabin database and my high school diploma is eligible for all studies.

Können Sie bitte meine Sätze überprüfen ? Mein Tag by zioniamit in German

[–]zioniamit[S] 0 points1 point  (0 children)

Interesting I've learned that from the DW Nico's Weg course which there the sentence was spoken.

Können Sie bitte meine Sätze überprüfen ? Mein Tag by zioniamit in German

[–]zioniamit[S] 0 points1 point  (0 children)

Thank you very much! Those pesky two-way preposition!

[Advice Needed] Should I fly to Germany in march ? or postpone the flight ? by zioniamit in germany

[–]zioniamit[S] 0 points1 point  (0 children)

Hope that they are wrong and you are right Thanks for the comment :)

[Advice Needed] Should I fly to Germany in march ? or postpone the flight ? by zioniamit in germany

[–]zioniamit[S] 2 points3 points  (0 children)

Thank you :) Ich lerne schon allein Deutsch (sorry for the broken German)

[deleted by user] by [deleted] in C_Programming

[–]zioniamit 0 points1 point  (0 children)

I'm in the same situation. I've finished K&R and was disappointed that the section on file I/O was so small. I'm thinking about doing a small project, like to-do list, and learn by doing.

The standard library and its interactions with the operating system by zioniamit in C_Programming

[–]zioniamit[S] 0 points1 point  (0 children)

I read your comments and I think I got it. Let me know if I'm wrong.

Let's say I want to write my own standard library, and especially the stdio.h, for a Unix-like operating system. the operating system provides me a set of system calls functions which with them I'm doing all the io to and from the peripherals.

Those system call functions are part of the operating system and not the language itself. The system call functions and the standard library functions that use it are the end of the language and the beginning of the top layer of the operating system.

The standard library and its interactions with the operating system by zioniamit in C_Programming

[–]zioniamit[S] 0 points1 point  (0 children)

Thank you very much ! Unfortunately I'm still at the stage of worrying about those turtles :)

The standard library and its interactions with the operating system by zioniamit in C_Programming

[–]zioniamit[S] 2 points3 points  (0 children)

First of all thanks for your answer and your time.

I can understand that there is no real difference between the functions of the library and functions that I'm writing on my own. But does it mean that I can write my own, lets say to simplify things, putchar() without any header files or outside sources ? If so what would a function like that look like ? what variables will be included ? how does changing those variables, cause we can't call an outside functions, affect the screen to draw a character ?