UNIX/Linux Programming - September 2019

Programming on C++ in linux
 
Is there any IDE which works exactly like vs on Windows so I could do the exam in the same way I practised in linux? None. There are IDEs other than Visual S...
[8 replies] Last: I can't understand why anyone would care enough to bother. Not havin... (by George P)
How do I manage multiple version on GIT
 
I want to upload some code to github. That I can do this with (Let’s call this version 1.0): echo "# oz" >> README.md git init git add . git commit -...
[4 replies] Last: Thank you this is what I was looking for! (by jenniferruurs)
Making my first makefile
 
Hi, I'm trying to create a makefile, but I have some confusion. Here is my makefile… CXX = g++ DEBUG = -g TARGET = ?????? CFLAGS = -c -Wall $(DEBUG) al...
[6 replies] Last: GNU Make has a whole bunch of defaults. You can see them with make -... (by kbw)
by colt
Program cannot open file in another distro
 
Hello. I decided to try to run a program that I did in another Linux distro. It runs, but at a certain point it prints a warning message that I putted there: ...
[5 replies] Last: > That seems to require Linux/Unix specific headers so I can check for... (by salem c)
  Archived months: [aug2019] [oct2019]

This is an archived page. To post a new message, go to the current page.