by xxgixxx
help with login system
|
|
[no replies]
|
by canx
iso forbids comparison between pointer and function
|
|
[2 replies] Last: Awesome, Thank you so much! (by canx)
|
by canoluk2003
Sum of fractions
|
|
[1 reply] : Works fine for me with GNU GCC compiler and codeblocks. (by Funkist)
|
Program Completed, How To Run It? |
|
[13 replies] Last: After that , in you project folder there should be a bin folder , with... (by Funkist)
|
by guglaak
Running into a small problem trying to validate user input
|
|
[4 replies] Last: employee.hours; is an integer which means it can't correctly hold the ... (by Yanson)
|
by BoomWrx
Help with Transcendental Function Implementation Problem!! Code is written just need more input
|
|
[2 replies] Last: Anyone? (by BoomWrx)
|
by kdg926
Tic tac toe game issues
|
|
[no replies]
|
by Torm04
Coin toss C++
|
|
[2 replies] Last: This helped out a lot thank you so much. -Torm04 (by Torm04)
|
by goldyn
String keeps returning 0 for letters found
|
|
[2 replies] Last: wow, duh. Thanks. Sometimes you just need another persons eyes to tell... (by goldyn)
|
by hanahyasser
Calling a struct from a struct
|
|
[1 reply] : If I change some of that: struct Date{ int Year; int Month; int D... (by keskiverto)
|
by bmm130
How to pass a char array in a function(s)?
|
|
[3 replies] Last: @anup30: That is a terrible example. The array c is a local automatic... (by keskiverto)
|
by skippy3
error LNK2005: Structure already defined
|
|
[3 replies] Last: Thank both of you, I've never heard of gaurds before. Also nice c... (by skippy3)
|
by seriphim
Pointing issue.
|
|
[2 replies] Last: I fixed the problem. // Enters the getInput function getInput(&arr... (by seriphim)
|
by AARRGGHHH
1st Classes Program, Can't Call Function
|
|
[11 replies] Last: Okay, thanks again for your help! (by AARRGGHHH)
|
by Codeat123
Error Statement
|
|
[2 replies] Last: I got an error statement here How do you get that error? Is it a com... (by keskiverto)
|
by banksters
Trouble with assigning dominoes to players for a game
|
|
[4 replies] Last: And it worked! Thank you so much. And about the random part, the prof... (by banksters)
|
by gmac
computing the square root
|
|
[9 replies] Last: i worked on your first code #include <iostream> using namespace std; ... (by anup30)
|
by dunnDolphin
comparing two strings
|
|
[2 replies] Last: Why all the logic in your "compare" function. Your using C++ strings w... (by jlb)
|
by kdg926
Zip code program help
|
|
[4 replies] Last: #include <iostream> #include <string> int char_to_int( char c ) // c... (by JLBorges)
|
ifstream not working!!! |
|
[2 replies] Last: Let's start by looking at this snippet: // ifstream infile; cout ... (by jlb)
|