Lounge - October 2017

Way to convert a CSV file into an XML document
 
Hi, I have written a parser in C++ few days ago that is capable of parsing a well-formed XML document and also output an excel (csv) file of the XML as well. I ...
[2 replies] Last: Thank you so much :) (by Uk Marine)
Five programming problems...
 
Discovered a fun blog post: Five programming problems every Software Engineer should be able to solve in less than 1 hour http://www.shiftedup.com/2015/...
[1 reply] : Problem 5 reminds me of that thread that popped up a few years ago of ... (by helios)
creating websites
 
Is it possible for me to create a website without using external sources such as wordpress ,etc?
[4 replies] Last: To put your website online your need a hosting provider and and FTP pr... (by Thomas1965)
Reference and optional parameters C+
 
why can't reference parameters be optional parameters in C+? I had an instructor ask this today and I'm having trouble even with research to locate an answer.
[3 replies] Last: void Func1(int a, int b, int c) { } void Func2(int a, int b, int ... (by SIK)
Become a Digital Mercenary Part 3: Asking Questions
 
Become a Digital Mercenary Part 3: Asking Questions https://www.youtube.com/watch?v=9JyH2TSO53U
[no replies]
developing photogenic memory (1,2)
 
I have noticed that the immense amount of studies that me and my friends have been doing is making us develop the ability to learn things really fast as in my c...
[21 replies] Last: Yes there is still a caste system in India much supported by the gove... (by mbozzi)
I tought you'd like to see this stackoverflow post...
 
https://stackoverflow.com/questions/1642028/what-is-the-operator-in-c?rq=1 Just a funny post I came across on stackoverflow. Enjoy :)
[1 reply] : Yes, ye old “goes to” operator. :O) (by Duthomhas)
by sixca
What should I start with? [help needed]
 
Hi everyone! I want to start learning C++ and don't know what to start with. I have some VERY limited programming knowledge, and I want to advance to the poi...
[11 replies] Last: > Everything that i study will go waste now???? Everything won't go w... (by JLBorges)
purpose of ->
 
why do i have to use -> in pointers instead of dot(.) Why have they created a different symbol?
[9 replies] Last: yes (by closed account 1vf9z8AR)
video compressor
 
you guys know how to reduce file size of videos for free such that i can even use it for commercial purposes?
[4 replies] Last: i mean something like i press the compress button and it gets compress... (by closed account 1vf9z8AR)
Anyone know a good thesaurus site?
 
I used to use dictionary.com and thesaurus.com, but the last year has seen them go from well-organized and fairly quick to megabloated.com, which negatively aff...
[1 reply] : google is best as it searches different sites to give you best results... (by closed account 1vf9z8AR)
Tree structure question
 
I need help solving this tree structure question:
[6 replies] Last: Perhaps a picture would help. See the picture at he bottom of this p... (by JLBorges)
Getting a job with a CS Minor
 
Hey All, I haven't really posted on this website in a while but I figured this would be a good section of the forums to post my question. I was curious if...
[6 replies] Last: I didn't spend a single day in college and have had a couple excellent... (by wizebin)
by hashb
one suggestion to cpluscplus.com
 
I am wondering if it is possible to give a link to the source code of gcc/clang for a header file? For example: If searching is_copy_constructible, it will ...
[1 reply] : is_copy_constructible: libc++: https://llvm.org/viewvc/llvm-project/l... (by JLBorges)
notepad++ problems
 
could someone explain to me what is going on here NPP_SAVE: new 1 cd** CreateProcess() failed with error code 2: The system cannot find the file specified...
[4 replies] Last: @queen13 please don't hijack someone else's thread with your own quest... (by Chervil)
Job advice
 
Hello, I am currently a computer science major in my senior year at my university. I really want some advice. So I still have no idea on what I want to do after...
[9 replies] Last: That's not true. There's people who are inherently bad at X and have t... (by helios)
by DTM256
Small Game Company Standard Job Descriptions
 
Hey guys, I've been working to restart my game coding company, but I know I'm no Eric Barone (sole creator of Stardew Valley), therefore I'm going to need sk...
[5 replies] Last: I didn't think about that, that's an excellent point! (by DTM256)
C++ Primer 1.5 Questions
 
So my question is I have my class which is the Sales_Item.h all set up and all. But the thing I am stuck on is that In the code #include <iostream> #inc...
[2 replies] Last: A simple text search showed me that Sales_item::isbn() is defined on... (by MikeyBoy)
CSPRNG for everyone! (or Do you hate std::random_device?) (1,2)
 
I just wrote a little library to get values from the OS CSPRNG, which is where you should be getting CS random numbers anyway, and what you should be using to s...
[20 replies] Last: There, README.md is fixed on GitHub. I won’t be doing an alias, sin... (by Duthomhas)
Firefox takes a Quantum leap forward with new developer edition
 
A new look, better dev tools, and up to twice the performance in key benchmarks. https://arstechnica.com/gadgets/2017/09/firefox-takes-a-quantum-leap-forward...
[3 replies] Last: All the while more and more legacy plug-ins are getting "tossed under ... (by closed account E0p9LyTq)
October 2017 Pages: 12
  Archived months: [sep2017] [nov2017]

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