by speedbird272
Credit Card Verification Program
|
|
[2 replies] Last: When I enter a credit card number, the program runs but it just keeps ... (by speedbird272)
|
by pilotnate
stdio.h: no such file or directory
|
|
[3 replies] Last: it worked by reinstalling it thanks!! Glad i could use VS in its pla... (by pilotnate)
|
by areenlaz
lowest common multiple
|
|
[7 replies] Last: There is a method for finding the lcm of numbers which makes use of pr... (by Smac89)
|
by d1ff1cul1010
linked list issue
|
|
[2 replies] Last: Thanks for the prompt reply. You were right haha. I realized after I i... (by d1ff1cul1010)
|
by pel1993
Buffer overflow
|
|
[6 replies] Last: @ne555 That's a great post. I might try and start hacking my own prog... (by megatron 0)
|
by frankied
program help!!
|
|
[4 replies] Last: int fish = 0; int* fishPointer = &fish; cout << *fis... (by closed account 3R5fjE8b)
|
by doc17
bool argument
|
|
[2 replies] Last: You know what I totally scrambled alot of the description and the code... (by doc17)
|
by Blue22
Repetition help (1,2)
|
|
[22 replies] Last: Congrats :) Glad you got it working. (by wildblue)
|
by goldyn
string help
|
|
[3 replies] Last: If you make the input a string instead of a character array, you can u... (by wildblue)
|
by Scizor
Uppercase char to lowercase char issues
|
|
[1 reply] : putchar prints out the lower case character but it doesn't save the va... (by wildblue)
|
by swivel
Help with program.
|
|
[4 replies] Last: Thanks MiinIPaa! I tried using vector and it worked!!! Your explanat... (by swivel)
|
by titan93
Issue with functions not returning values
|
|
[2 replies] Last: Thanks a ton, that fixed the issue. (by titan93)
|
by MrBond90
Need help with if statements inside a function
|
|
[2 replies] Last: Thanks for the reply, I actually changed it to have a = 'p' before the... (by MrBond90)
|
by titan93
Help with error invalid operands
|
|
[2 replies] Last: Well I feel pretty foolish for missing that, thank you for the help. (by titan93)
|
by vcaropr1
Can't reopen a file with different words
|
|
[5 replies] Last: Hmmm you would have to do some tedious work setting the filestream poi... (by megatron 0)
|
by megatron 0
A fun project for myself - The Skyrim Alchemy System
|
|
[3 replies] Last: If you want to copy Skyrim alchemy system, these links might help you:... (by MiiNiPaa)
|
New programmer -- need help with boolean expressions |
|
[2 replies] Last: Looks like you're using ands when you should be using ors. (by mutexe)
|
by mtbrooks1993
strstr error
|
|
[4 replies] Last: The read function reads in a word then a word that it wants to sub it ... (by mtbrooks1993)
|
by duvster614
Recursive Function to determine the #of even digits in an integer
|
|
[2 replies] Last: What about now with this code. #include <iostream> using namespace std... (by duvster614)
|
by tefa2014
output empty
|
|
[3 replies] Last: No, thank you anyway. You give it a try. (by jlb)
|