by highwayman
Ncurses.h function problems
|
|
[3 replies] Last: Thanks guys! That worked, I was just linking it wrong. @Duthomas y... (by highwayman)
|
While Statement Isn't Being Read Correctly |
|
[2 replies] Last: The issue is with your condition here for the loop: while (decision ... (by zapshe)
|
by dexter1224
What does the clone_prefix used for?
|
|
[2 replies] Last: Oh, ok lol, it is a variable.. It looked like a keyword to me at first... (by dexter1224)
|
by Ocine
Help with error codes in RSA code
|
|
[6 replies] Last: What are you linking with? A cursory search shows you need to link wit... (by Ganado)
|
by theghost
testing validity of ISBN
|
|
[7 replies] Last: In case it isn't clear: Duthomhas' code does not use std::string. It's... (by Ganado)
|
by aardalde
Morse Code Project Help
|
|
[9 replies] Last: A slightly obscure way is to define your whole morse conversion dictio... (by lastchance)
|
by Ocine
Extended Euclid Algorithm Help
|
|
[2 replies] Last: Thank you for looking at it. I had -176 at first, but I thought both n... (by Ocine)
|
by confundido
Help cleaning up a verbose loop (loop to remove additional white space from an array)
|
|
[6 replies] Last: It worked great. Thanks again. (by confundido)
|
by advancedip
Linked List question, pointer comparasion.
|
|
[1 reply] : they are compared as if integers, usually of the machine's word size, ... (by jonnin)
|
by Davidoff
i can't change the text colour!
|
|
[6 replies] Last: I suppose if I had ever posted my own library anywhere it could be cla... (by Duthomhas)
|
by cblack618
4 digit lottery random generator
|
|
[4 replies] Last: I havent got anywhere yet. Don't know where to start Learn how to ge... (by deleted account xyzzy)
|
by hbcpp
Pass function Pointers as argument
|
|
[3 replies] Last: I just want to say that I got it working I edited this line in functi... (by hbcpp)
|
by CodeNovice01
FUN with FUNCTIONS
|
|
[7 replies] Last: Solved the program.. I added while(!inf.eof()) {functions} (by CodeNovice01)
|
String functions - How do they work? |
|
[6 replies] Last: the State Board of Education refuses to change the Computer Science s... (by dhayden)
|
by lost110
Simple binary tree insertion
|
|
[8 replies] Last: Thanks, everyone! So I'll stay on Bst! (by lost110)
|
by DdavidDLT
Reading a .txt file into Vector
|
|
[13 replies] Last: [quote=ganado]You could also find/make a C++ library that could call "... (by lastchance)
|
by Bopaki
Program bombs out before printing the list
|
|
[14 replies] Last: Does that mean that you've finally taken the advice you've been given ... (by MikeyBoy)
|
by Orion98
Drawing a Circle with Class in C++
|
|
[1 reply] : Read line 173 out-loud to yourself: for(int j = 0; j <= 40; i++) And... (by Ganado)
|
by jjordan33
reading ppm into vector
|
|
[10 replies] Last: I changed it. I really appreciate the help y'all. Especially since y'... (by jjordan33)
|
Am I using "default" correctly in switch statements? |
|
[6 replies] Last: Thanks Ganado! I copied and pasted the code into a new project file an... (by raisetheroof00)
|