[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

I just got hired as a c/c++ programmer. But i don't know

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 137
Thread images: 28

File: IMG_0949.jpg (89KB, 658x632px) Image search: [Google]
IMG_0949.jpg
89KB, 658x632px
I just got hired as a c/c++ programmer. But i don't know much c++ at all. I will start working in about a month. Any tips of how not to get fired
>>
File: 32423334.jpg (44KB, 391x600px) Image search: [Google]
32423334.jpg
44KB, 391x600px
>>60459664
well, are you good at java at least?
>>
Let it be known that helping OP is no different from training a Pajeet to take your job
>>
Congrats, you took the job away from someone who actually is really good at this lol
>>
How did you get hired without knowing the language? What language did they test you in?

Also, the term c/c++ confuses me, does it mean you'll be programming in both? Or does it typically just refer to C?
>>
>>60459664
What's worse: a pajeet or an incapable pedophile taking your job?
>>
>>60459691
Not even Bjarne knows C++ very well
>>
Use this month to learn C++
>>
Read transitional books made for transferring from c to c++
>>
>>60459785
>>60459859
I thank you for advice kind strangers. Sorry if my english is not so good, I come from india
>>
>>60459891
>be pajeet
>get job as programmer without knowing programming

business as usual
>>
>>60459891
i FUCKING knew it you pork prohibiting piece of shit
>>
>>60459891
fake OP
>>
File: Cover.jpg (86KB, 600x600px) Image search: [Google]
Cover.jpg
86KB, 600x600px
>>60459664
Post the listing nigga, I'm black and a good c++ programmer.
>>
File: 1426217369168.jpg (17KB, 300x188px) Image search: [Google]
1426217369168.jpg
17KB, 300x188px
>>60459664
how do you get hired as X programmer without knowing X?
>>
>>60460021
Probably by lying.
>>
File: 1411930985984.jpg (193KB, 1312x978px) Image search: [Google]
1411930985984.jpg
193KB, 1312x978px
>all this faggots mad that somebody took a programming job with little to no skill
>not being happy instead that everything including programming gets automated
>not being happy that less skill is required to solve a problem
You people are fucking luddites. Fucking leave /g/ and go back to your caves you retard niggers.
>>
>>60459891
Hi bro, I came from Pakistan. I'm a brown skin Muslim transgender fat vegan, I was perfectly fit for a job as a senior software developer of an artificial intelligence engine on distributed clusters and for and IoT microcontrollers at Google.

I know only HTML and a bit of JavaScript, but it isn't a problem at all, just talk at work a lot about diversity, cultural enrichment, racism, bigotry, etc.
>>
>>60460021
language doesn't matter if you're not retarded
>>
>>60460341
Apparently it does matter to OP
>>
>>60460341
Skin colour and sexuality matters.
>>
>>60460223
Or rather, that skill level can be used to solve more complex problems
>>
File: cc8.jpg (58KB, 722x349px) Image search: [Google]
cc8.jpg
58KB, 722x349px
>haven't used C in 5 years
>apply for a embedded programming internship
>barely pass their exam even though I didn't write jack shit
I'm scared anons, at my current job I just occasionally get to write some webdev shit and use api testing tools. It feels so soul sucking but it's flexible and at least I can pretend to know my shit.
Should I risk embarassement and take it
>>
File: 1452455165375.jpg (27KB, 219x200px) Image search: [Google]
1452455165375.jpg
27KB, 219x200px
>>60460500
>apply for student job
>think its gonna be an easy ride
>get hired
>hi anon we expect you to write this in-house application in c++ which will later be used by our branches in different countries
>>
>>60459664
don't tell anyone. it's very possible to sort of wing it in c++ if you're familiar with programming logic. just make sure to crank out lines of code, which is a measure of your productivity. write as much as you can, and then if somebody calls you out on an error you can point to your manic productivity as an excuse. copy basic function definitions from stack overflow rather than using a library.

also, make your documentation and logic as confusing as possible to discourage people from looking too close. use single letter variables or add different typos to related variable/function names so that they're difficult to search for. reuse names as often as possible when they leave scope. overload random shit. make your own globals by putting variables in a struct and passing a pointer into every function.

the objective is just to confuse and delay until you've got the hang of things. it's served me well on multiple occasions.
>>
File: 1453765398369.png (143KB, 500x375px) Image search: [Google]
1453765398369.png
143KB, 500x375px
>>60460551
>advice for niggering proprietary code
Beautifull. You're doing gods work anon, thank you.
>>
>>60460551
you forgot
>start shitting at the neighborhood sidewalk
>>
>>60460551
what is wrong with you
>>
File: 1477083942020.png (208KB, 5000x5000px) Image search: [Google]
1477083942020.png
208KB, 5000x5000px
>>60460534
actually, something similar happened to me, first I participated in the internship that lasted 3 months, had to make some intern application the whole IT department would use. Sadly it wasn't finished
>>
>>60460581
Everything
>>
>>60459996
I highly doubt the fact that you are a good programmer nigger.
>>
File: whocoulditbe.png (257KB, 680x702px) Image search: [Google]
whocoulditbe.png
257KB, 680x702px
>>60460551
>>
>>60460341
This works for most languages but you really can't fake C++ unless nobody looks at your code.
>>
>>60460317
I am actually Pakistani and you wouldn't be encouraged to do anything if you were actually vegan and all the shit you spouted, fuck your bullshit.
Allahu akbar
>>
Did you have to sum primes under 2 million?
>>
You will get fired and sleep under a bridge. Weebs deserve this.
>>
>>60460641
Is that really an interview question?
Fucking dumb, just get a list of all primes, sum it and then keep the answer somewhere. Not like primes will change tomorrow.
>>
If you know C you're good. C++ is just C with libraries (and extra library using features like OOP)
>>
Real op here. I got a task to sort an array. I somehow managed to remember the algorithm from school, about 4 years ago. I also had to write a recursive function. They also asked some theoretical questions, and while i didn't know some answers, they said that no one from my university knows. I usualy code in C, watched C++ youtube videos for 2 hours before the interview, it helped. But im still not very comfident in my C++ skills. Any small project recomendations to practice? P.S. i have no idea what i will do in that job. They said I may even have to program in other languages
>>
>>60462258
looks like they don't care that much, so you should be ok
for projects, fuck around with some of these I guess: better-dpt-roll.github.io

C++ is a giant clusterfuck, even the author doesn't know all of it, so don't feel discouraged.
Atleast try to learn the OOP parts and templates
>>
>>60462168
Autism: the post
>>
File: 1453573957963-1.jpg (60KB, 500x500px) Image search: [Google]
1453573957963-1.jpg
60KB, 500x500px
>>60462469
>he keeps doing it
>>
>>60462469
>complaining about anime on 4chan
>>
>>60459664
lul. i also got hired as i think a java developer. never touched the language in my life i only barely know c++, javascript and python (in order of decreasing proficiency). don't know how i even passed the intervew desu senpai. thankfully its only an internship so i dont really mind if i get fired.
>>
>>60460597
Haha but I doubt you ever say that in public
>>
STUPID FUCKING ANIME POSTERS FUCK OFF
>>
>>60460551
If a person did this where I was working I would start mentoring them and watching them closely. It might be good to not do this and do a crash course. In a month you can learn enough to get by.

What kind of app will you be developing?
>>
I just got hired as a system admin because I use Linux but I regularly forget how to add and delete users from the terminal. What do?
>>
>>60459957

Indians have an issue with beef, not pork. You're thinking of Muslims and Jews.

>>60460223

Hire someone with less skill, and the result is buggy and insecure programs. Is it so much to ask that people know how to do the job they're hired for?
>>
>>60459664
> Design Patterns: Elements of Reusable Object-Oriented Software
> Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14

Get both, study them and hope for the best. You're probably fucked though. I'd consider these and Stroustrup's 'The C++ Programming Language' the bare minimum, but you don't have time for this.
>>
>>60464929
Keep a log book and put cheetsheets in it.
>>
File: 1486596925978.jpg (47KB, 637x579px) Image search: [Google]
1486596925978.jpg
47KB, 637x579px
dumb weeb
try this
>>
>>60464985
Just don't use proprietary software and you'll be ok you faggot. Who the fuck cares if the next version of some pajeet software is buggy when no one should be using it in the first place.
>>
Atleast you got a job. I'm graduating at the end of the year and shitting myself unable to find anything.
>>
File: 1298527151028.jpg (25KB, 627x627px) Image search: [Google]
1298527151028.jpg
25KB, 627x627px
>another 'I got a job doing X but I don't know anything about it XD' thread

You are all tools
>>
>>60459713
Lots of businesses just hire just from reading the resumes. No one likes doing interviews, even the managers, it just takes too much work. Interview are quietly falling out of style.
>>
File: 1466340436988.jpg (13KB, 444x444px) Image search: [Google]
1466340436988.jpg
13KB, 444x444px
>>60465126
> mfw someone spent his time making this pic
Reissue of 'nuclear physicist in 21 days' when?
>>
>>60465145
I'm in the same boat as you, shit sucks
>>
learn c/c++ you fucking nigger
>>
>>60464985
are you Indian?
>>
>>60459664
If you know a bit of programming you can breeze through 21st Century C in a few hours, and you'll learn a ton. I highly recommend it
>>
>>60459664
You are the one who should be giving tips, I know a whole lot of c, and backend programming, I can do all sorts of thing and you get hired.

please senpai, enlighten me. How did you do it? where are you from? and are they still hiring at your place?
>>
File: 1461613160010.jpg (36KB, 535x577px) Image search: [Google]
1461613160010.jpg
36KB, 535x577px
>>60467077
This
GIVE ME A JOB
>>
>>60459664
>I just got hired as a c/c++ programmer. But i don't know much c++ at all. I
>got hired as a c/c++ programmer
>i don't know much c++ at all
How the fuck did you get hired then?
>>
>>60459696
>>60459704
>jobless NEETs supposedly have godlike programming skills
>still can't find a job
>OP pretends to be capable at interview
>gets job because he's not an autistic loser who speaks in memes
let that be a lesson to you nerds
>>
>>60460551
Truly a master of cutting corners.
>>
File: 501.jpg (72KB, 600x300px) Image search: [Google]
501.jpg
72KB, 600x300px
>>60459664
>I just got hired as a c/c++ programmer.
>But i don't know much c++ at all.

more proof recruiters and HR know nothing when it comes to hiring IT people. recruiters/hr should just pass their resumes to the head of the IT department and let them choose.

picture is very related.
>>
>>60459664
Use google.
>>
>>60462258
Where do you live? I want to move there. (Please respond.)
>>
>>60459664
Spend 8 hours a day every week day for the next months doing whatever type of programming you expect the job to be. One month js more than enough time to pass as a junior level in any language.
>>
>>60459704

Not everyone who can do the job will do the job or is employable. Even the most strongest Autists have friends.
>>
>>60459713
The last job I was hired for was a single in person interview with an hr lady and the project manager. There was absolutely no technical knowledge between them and all tech questions were buzzword and vague. I didn't have to do any code demos or anything.
>>
File: 1485035355293.png (229KB, 1200x807px) Image search: [Google]
1485035355293.png
229KB, 1200x807px
>>60467341
>Even the most strongest Autists have friends.
>>
>>60467269
i'm in the same position as OP. got a job (start in june) for a language i didnt know. was interviewed by two engineers who eventually went on to management. interview was a fucking joke too just hr shit and coding trivia.
>>
>>60467391
>know a guy who literally got fizzbuzz for his coding exam in an interview
>had to do it in Java
>instead of reading syntax real quick he complained to the potential employer about how he did not know any Java and he only knew [whatever was on his resume]
obviously he didn't get the job
>>
Where the fuck do you faggots live that it's so easy to get a job?
>>
>>60467420
i mean i would say i can do it in the languages that i know since i dont know java syntax or i could describe the logic step by step. i wouldn't complain though

>>60467427
midwest
>>
>>60459704
It's a doggy dog world, as they say :^)
>>
>>60467199
I just FizzBuzz me-me-d myself into it tbqh ma familia
>>
>>60467290
No you don't. It will be my first job, they will pay like 400 burgerbucks per month. This is about as much as you can get here. Plan to move out after I finish studies
>>
>>60467694
And it's not india, but as third world as an european country can get
>>
>>60459664
If you have programming experience in any language, learning a new one does not take a month.
>>
>>60467745

It takes a lifetime to really learn sepples.
>>
>>60459785
>>60459859
No I'm OP. Chingchong I come from China. China number one. Japan is little. Anime for men who put things in bottom. Chingychongching
>>
>>60467753
C++ is not a hard language.
Language makers often experiment by implementing a lot of features to see if they make programming easier.
There is a ton of C++ programmers, clearly it can be learned.
C faggots like to bring up things that is undefined or unclear from reading the code, but it is much easier to make good applications desktop applications with C++.
>>
>>60459664
>c/c++
Good news, C/C++ isn't a programming language. This means you don't even have to do your job and they can't complain.

You win.
>>
File: 1488507731478.png (24KB, 310x326px) Image search: [Google]
1488507731478.png
24KB, 310x326px
>It's a /g/ roleplays as pajeets to reassure their insecurities episode
>>
>>60461214
>C++ is just C with libraries (and extra library using features like OOP)
You've obviously never written C in your entire fucking life. So shut your whore mouth and fuck off.

>>60462258
>They said I may even have to program in other languages
https://youtu.be/x1TsOHyJPpw

>>60464578
> i dont really mind if i get fired.
You should care, someone will ask you one day why you were fired and "I got the job by lying and didn't know the language" isn't going to sound good.

>>60464929
useradd --help
Buy a VPS and host a website, DNS and mail server on it (no CPanel bullshit), that will teach you.

>>60465047
>implying OO shit is ever reusable
OO shit is un-maintainable, but sure this is a good thing to learn if you want to get a generic C++ job at a generic shit-show company.
>>
>>60465204
This can't be true
>>
>>60459664
Don't worry, most C++ programmers are complete shit, working through a book will be far enough.
>>
>>60459664
Job will probably be you maintaining shit code so nothing you do matters. Next to nothing new is written in c++ so prepare for bullshit debugging code with no documentation written by people who learned programming when computers were still reading punch cards.
>>
>I just got hired as a c/c++ programmer. But i don't know much c++ at all.
This doesn't happen right?
>>
>>60460341
This. A programmer is a programmer. If you can't get pretty proficient at a language in a couple of weeks tops you're going to have a bad time.

A former coworker of mine was hired as a java programmer with no prior java experience at all. However, he has a masters in EE and previously was a printer firmware developer working in ASM and C. Best java developer we ever hired.
>>
>>60469403
>Next to nothing new is written in c++
[citation needed]
>>
>>60469775
>video game engines
>increasingly rare embedded software
>hardware drivers

That's all I got, what else is there that's still popular for c++, as in jobs exist for it?
>>
>>60469906
>>60469403

What is new software written in??
>>
>>60469992
javascript :^)
>>
>>60470014

I can't wait until this JavaScript fad passes.
>>
>>60465130

I don't have to be directly using a program for it to affect me. Imagine if it were managing my bank balance, or doing process control on the power grid... Alternatively, imagine it wasn't originally intended for those purposes, but the code was sold off, and then reused in one of those purposes.

I believe software firms should have some basic standards. And C++ in particular is a language that you really, really need to know some of the odd idiosyncrasies of the language to avoid writing garbage code.

>>60465686

I am an American of mostly Norwegian and Portuguese descent.
>>
>>60469992
.net c# if you're talking about Professinal windows GUI stuff.
>>
>>60469906

Really any software that needs stupidly high performance. Photoshop's written in C++, for example.
>>
File: 1485020397382.png (522KB, 600x600px) Image search: [Google]
1485020397382.png
522KB, 600x600px
>>60470210
>c#
>>
>>60470331

better than Java
>>
>>60470331
I'm betting you either have no job or are a web devloper.
>>
>>60470437
>c#
>clicking together your app is now """"programming""""
even webdevs write more code than people who work with c#
>>
>>60469233
>"I got the job by lying and didn't know the language"
i didn't lie. they asked me what languages i know i told them the ones that i knew. they said that they do things in java and then they continued to ask me questions about oop and my side projects. desu i dont even know how i was hired i have a tendency to downplay my accomplishments by a lot (probably low self-esteem) so they must have been really desperate.
>>
same, op. they even asked me to rate my c++ ability during the interview, i gave a lousy 3/10 and still got hired lmao.
>>
>>60470711
>>60470789
>c++ is a dead language
>companies literally so desperate for c++ programmers they hire retards from /g/ with no experience
hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
>>
>>60470833

I guess I gotta learn C++
>>
File: 1417206737659.gif (650KB, 647x363px) Image search: [Google]
1417206737659.gif
650KB, 647x363px
>>60470833
>retards
i'm not a retard
>>
>>60470925
The point is that you don't need to learn it, anon! Learning C is enough.
>>
>>60471043
whatever you say retard
>>
>>60459664
sad thing is you will be unemployable when they fire you.
>>
>>60471074

>Writing C on a C++ job
>>
>>60471153
Write that you know both but show some competence in C at least.
>>
>>60459664
>A month
Isn't that enough?
>>
File: 1411090134570.gif (3MB, 200x213px) Image search: [Google]
1411090134570.gif
3MB, 200x213px
I've been working as a C++ dev for 8 months now. When I started out I had only academic experience plus some games I wrote in my free time. I got into a pretty nice startup and my boss was understanding and let me learn on the job. So far one of the biggest challenges was not going crazy among the people around me always talking low level shit. Now they're my friends and I actually enjoy being around them more than around regular people.

The thing about C++ is that nobody knows how to fucking use it even if they know the language. The more they know the more dangerous code they produce that will be a nightmare to work with. Prepare yourself for seeing an incoherent mix of abstraction layers in code and learning a ton of shit about memory, compilation, linking, adding libraries, cmake, CLI tools and all that. God help you if you're gonna work on Windows.

Pic related: probably yfw every day in your first 4 months.
>>
File: 13256656732.jpg (38KB, 1280x720px) Image search: [Google]
13256656732.jpg
38KB, 1280x720px
>>60471379
>c++ on windows
>having to work with msvs
>>
>>60461214
c with libraries? Did you not even use libc?
>>
>>60470259
Most of photoshop is not written in C++ tho.
>>
>>60469992
generally javascript, java, C# and some other stuff
>>
>>60467257
I've never bothered looking for a job though.
>>
>>60459691
>java

People who code in C++ like it was java need to be shot dead on sight.
>>
>>60473404
C++ is supposed to be written like java according to the people who are designing the specs, they make it more and more java like with each iteration
>>
>>60473871
No, they make a point of not over using inheritance or turning everything into classes.
>>
>>60459691
>declaring values in c++
>int i = 1;
>declaring values in Java
>Integer i = new Integer (1);

Don't encourage him to learn literally the most verbose language ever written.
>>
>>60459664
If you already know how to code in another language then you should be fine. Just pick up a reference manual and consult it any if you need to know how to do something specific.
Also, if anyone asks why you're slow just say that it is written in a way that you are not use too or if the documentation is crap blame that.
>>
File: 1494896866555.png (312KB, 389x386px) Image search: [Google]
1494896866555.png
312KB, 389x386px
You have to have a raging boner for OOP to use Java.
>>
>>60459664
>Anime
Hi.
Go to hell.
>>
>>60477334
xhe says while on an anime imageboard
>>
Is solo learn a good app to learn coding?
>>
>>60474636

>I don't know Java.
>>
File: 1488329005607.jpg (7KB, 268x188px) Image search: [Google]
1488329005607.jpg
7KB, 268x188px
>>60469403
>written by people who learned programming when computers were still reading punch cards.
That's my dad you prick
>>
Anybody know anyway I can read Principles and Practice using C++ Second Edition without paying 60 bucks (or any more really at all)? I consume everything in PDF's nowadays and don't even keep the files afterwards, I don't see the point in dropping significant money on this stuff.
>>
File: Nk7WJhQ_d.jpg (18KB, 270x320px) Image search: [Google]
Nk7WJhQ_d.jpg
18KB, 270x320px
>>60470437
>webdevs
>not using C#
>>
>>60478913
try the torrent on the /g/ wiki
>>
>>60459721
pajeet.
it's the ultimate shame
Thread posts: 137
Thread images: 28


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.