
please wait
by Uk Marine
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 ... |
Oct 30, 2017 at 9:50am
[2 replies] Last: Thank you so much :) (by Uk Marine)
|
by Duthomhas
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/... |
Oct 29, 2017 at 5:48am
[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? |
Oct 26, 2017 at 5:29pm
[4 replies] Last: To put your website online your need a hosting provider and and FTP pr... (by Thomas1965)
|
by Chevy86
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. |
Oct 25, 2017 at 10:48am
[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 |
Oct 22, 2017 at 8:50pm
[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... |
Oct 22, 2017 at 8:13pm
[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 :) |
Oct 21, 2017 at 10:57pm
[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... |
Oct 19, 2017 at 5:32pm
[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? |
Oct 19, 2017 at 5:10pm
[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? |
Oct 19, 2017 at 1:57pm
[4 replies] Last: i mean something like i press the compress button and it gets compress... (by closed account 1vf9z8AR)
|
by Duthomhas
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... |
Oct 18, 2017 at 5:07am
[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: |
Oct 16, 2017 at 7:22am
[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... |
Oct 15, 2017 at 4:23pm
[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 ... |
Oct 14, 2017 at 4:13pm
[1 reply] : is_copy_constructible: libc++: https://llvm.org/viewvc/llvm-project/l... (by JLBorges)
|
by trumpler
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... |
Oct 14, 2017 at 9:43am
[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... |
Oct 12, 2017 at 4:32pm
[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... |
Oct 11, 2017 at 8:16am
[5 replies] Last: I didn't think about that, that's an excellent point! (by DTM256)
|
by Shreddar
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... |
Oct 9, 2017 at 10:35am
[2 replies] Last: A simple text search showed me that Sales_item::isbn() is defined on... (by MikeyBoy)
|
by Duthomhas
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... |
Oct 9, 2017 at 5:51am
[20 replies] Last: There, README.md is fixed on GitHub. I won’t be doing an alias, sin... (by Duthomhas)
|
by Thomas1965
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... |
Oct 7, 2017 at 4:46pm
[3 replies] Last: All the while more and more legacy plug-ins are getting "tossed under ... (by closed account E0p9LyTq)
|