by ibbi
Checkers
|
|
[3 replies] Last: Thanks alot, that minor thing got me a headache. (by ibbi)
|
by monrelle
Practice
|
|
[7 replies] Last: monrelle you can just put first the question of getting favorite class... (by jam47)
|
Stuck on the if statements |
|
[3 replies] Last: @jlb I apologize I should have clarified, this weeks lecture and all t... (by SiliconPatriot)
|
by etrusks
template member functions
|
|
[6 replies] Last: Thanks man :) (by etrusks)
|
by t0xthps1
In dire need of assistance making a simple calculator.
|
|
[3 replies] Last: Your instructions say nothing about prompting the user for the operati... (by AbstractionAnon)
|
by Thelps
Help troubleshoot some code
|
|
[1 reply] : Those error messages give line numbers, so that should be a big help i... (by MikeyBoy)
|
by tyooo
Why won't it move to next line? (C) (I'm bad at programming haha)
|
|
[2 replies] Last: I can only use one printf ("\n") for each pattern (by tyooo)
|
by cskarche96
Can someone explain to me my teacher's code?
|
|
[2 replies] Last: Thank you for your help! (by cskarche96)
|
by flux21
Adding elements into a 2 dimensional vector using recursion
|
|
[2 replies] Last: By recursion, I mean making this into a function. I know the base case... (by flux21)
|
by Respect
Finding consonant and vowel number.
|
|
[1 reply] : You are trying to access your array out of bounds in your loop. What y... (by jlb)
|
by Harutyun
Tic Tac Toe program not working properly.
|
|
[3 replies] Last: Wowwwww I can't believe I didn't notice that!! I wanted to set cReplay... (by Harutyun)
|
by TheLoneWolf
Using multiple files
|
|
[3 replies] Last: Why are you trying to use the global variable? The problem is that ma... (by jlb)
|
by swimchick987
Stop input when i a negative number is put int an array
|
|
[3 replies] Last: tanks for your help but what i need the program to do is take user inp... (by swimchick987)
|
Reading a file using delimeters |
|
[3 replies] Last: Is having containers as global throughout the program considered bad ... (by jlb)
|
by Respect
To find number of vowels.
|
|
[6 replies] Last: remember to use subscript because strings are objects like arrays #i... (by g3n0m3)
|
by alzetoun1
define a function
|
|
[17 replies] Last: Based on offline discussion as well as previous related questions, thi... (by Chervil)
|
by etrusks
std::iterator::reference and ::pointer
|
|
[1 reply] : Hey, this was very important question for me and I got an answer to it... (by etrusks)
|
by aerichsen
Number of characters
|
|
[1 reply] : It's because you set: char letter = '\0'; If you remove the initial... (by DeathLeap)
|
by m0bb1n
help in hangman game
|
|
[2 replies] Last: post the entire code of your program so tht others can help.For exampl... (by MaBunny)
|
by nuglyfe
Member inaccessibility error
|
|
[2 replies] Last: Thanks for your eyes! I stared and stared but somehow how didn't see i... (by nuglyfe)
|