by domweng
How to edit SQL statement with user input
|
|
[4 replies] Last: https://xkcd.com/327/ (by mbozzi)
|
by satsat111
Boolean Evaluation
|
|
[13 replies] Last: Oop! Yes, I misread your code. Dumb ORs and XORs and lotsoflettersXo... (by Duthomhas)
|
by domweng
Weird things being printed when printing from database
|
|
[2 replies] Last: Thanks so much, never would of thought it was that simple :) (by domweng)
|
by CodeChaser
tuples, hardest to get used to so far (1,2)
|
|
[25 replies] Last: Tuples are useful if you want to process different structs in a generi... (by kbw)
|
by jonnin
Help please
|
|
[6 replies] Last: I am a teacher (though not a cool university-level one for CS). I’d... (by Duthomhas)
|
by Pen72
Distance in graph
|
|
[9 replies] Last: but do you understand both the code and the underlying algorithm (by seeplus)
|
by SSDEEZ
binary heap of user classes
|
|
[12 replies] Last: a single class would be much easier Not really. Not in this case. Y... (by keskiverto)
|
by Jesseross81
Help Please
|
|
[5 replies] Last: Slightly simplified version of the posted code: #include <iostream>... (by seeplus)
|
by whitegentle1
Create a program that converts the PRICE CODE to PRICE VALUE.
|
|
[10 replies] Last: Here's some lessons on using Visual Studio to make transitioning easie... (by deleted account xyzzy)
|
by Augepauge
returning numbers place in array instead of the number
|
|
[3 replies] Last: Loop through your array, to find the wanted value. When found the loop... (by deleted account xyzzy)
|
by lucas26
Text.txt file seperation into 2 seperate text.txt files with chars involved
|
|
[12 replies] Last: Why do you need the initial character in each input line? I suspect ... (by deleted account xyzzy)
|
by lucas26
Kinda stuck on this one.
|
|
[2 replies] Last: This has already been asked and answered here http://www.cplusplus.com... (by seeplus)
|
by Nick72c
Help with Sending an Object of Class A to a Method of Class B?
|
|
[10 replies] Last: A good read: https://herbsutter.com/2013/08/19/gotw-7a-solution-minimi... (by keskiverto)
|
by keskiverto
[getter method doesn't work]
|
|
[no replies]
|
by seeplus
Rectangle logo from words
|
|
[8 replies] Last: Hmmmmm, someone gave the "gimme" muppet the boot. So sad..... He was... (by deleted account xyzzy)
|
by Augepauge
Need help with C++ task
|
|
[1 reply] : if you translated it right, reference does not mean c++ reference, but... (by jonnin)
|
by adam00
Don't know where im doin the problem.
|
|
[4 replies] Last: #include <iostream> #include <string> using namespace std; int main ... (by lastchance)
|
by jNc
random gen issues
|
|
[1 reply] : Please show ExamineOne.h. (by AbstractionAnon)
|
by Geckoo
Draw a line
|
|
[6 replies] Last: Hello everyone. Sorry for the delay. I had read your explanations cons... (by Geckoo)
|
by lostdog
const char * is incompat with type char *
|
|
[4 replies] Last: Oh, that was an example ? Heh, I have no idea how it compiled — not... (by Duthomhas)
|