UNIX/Linux Programming - June 2017

Linux show asterisks on password input
 
I used example 1 here: http://www.cplusplus.com/articles/E6vU7k9E/ I'm only partially understanding what's going on. I'm not getting any errors so I don't know...
[1 reply] : Calling main() recursively? Not cool, you need to fix this. You're re... (by kbw)
Dual booting Linux distro on a Macbook Air- for programming purposes
 
I have bought a Macbook Air recently, version 7,2. for Programming and linux based work i think it would be better to dual boot linux alongside macOS in my ma...
[4 replies] Last: So what do you mean by Linux programming? That could be Unix shell sc... (by keskiverto)
by kellyM
CERN ROOT on mac osx
 
i am new to cern root and i use a mac osx 10.12 version. on downloading root, some of th etutorials are for mac/cocoa and i do not know how to run it asides fro...
[no replies]
by fuf
Which libs to put?
 
Good day. I'm trying to learn programming by myself, today it's a hobby. I decided to stop on Linux, Bash, C ++, Scheme, and not to use IDE now. I go here with...
[4 replies] Last: Good day. All was thus: copy/paste "g++ -std=c++11 -Wall -Wextra -peda... (by fuf)
url
 
I want to open a browser and then get its url address in a string. how can i do this?
[2 replies] Last: alexBB that seems ... unhelpful bad, this is OS and probably browser ... (by jpenney)
Help Buffer Overflow Attack
 
Hey, for an assignment in my class I am supposed to write a C program that Implements a buffer overflow attack on the program below, isThisGood.c, by exploiting...
[1 reply] : http://www.cplusplus.com/forum/beginner/148111/ --- spoilers ahead --... (by ne555)
How do i prevent long output from being messed up in codeblocks linux
 
I was making this C++ programe to see multiplication table and after compiling in codeblocks(linux) the output in xterm was messed up it took me a long time to ...
[1 reply] : send to a file, there you may scroll as much as you want. $ ./a.out >... (by ne555)
C++ - external header file in a class
 
A DAC (Data acquisition Card)came with its high level functions. One of them is DigitalIO() and its header file if ljacklm.h if I use #include "ljacklm.h" an...
[1 reply] : http://www.cplusplus.com/forum/general/113904/#msg622055 (by ne555)
Setting up wxSQLit3, aotoconf, autoreconf responses
 
I'm trying to setup a specific version of wxSQLite3, ver 3.5.3. The instructions suggest using autoreconf to recreate the configure script. https://github.com/u...
[2 replies] Last: Thanks ne555, you were just in time(r). Installing automake solved it... (by Steve02)
by Sproza
Setting Up SQLite3 on Linux
 
Hello I have read almost whole internet about setting up SQLite3 but without effect! I am really frustrated at this point and I would really appreciate some ...
[14 replies] Last: SOLVED! THANK YOU VERY MUCH FOR PATIENCE AND USEFUL FEEDBACK! (by Sproza)
MSP430G2553 Interrupt Handler Error
 
Hey guys, I am currently trying to program an msp430(http://www.componentschip.com/details/Texas-Instruments/MSP430G2553IN20.html) and need to use Timer A0. B...
[no replies]
Can anyone tell me why my SFML program isnt working?
 
main.cpp #include "Game.hpp" #include <SFML/Graphics.hpp> #include "Game.cpp" int main() { Game pac; return EXIT_SUCCESS; } Gam...
[1 reply] : int main() { Game pac; return EXIT_SUCCESS; } So you create an ... (by Moschops)
  Archived months: [may2017] [jul2017]

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