by x5aint
Array and Fuctions to Calculate Average and Grade Point....
|
|
[9 replies] Last: got everything working! thanks for helping a newbie lol.... (by x5aint)
|
by kingvickson
standard input(cin>>)
|
|
[4 replies] Last: yea i figured it was for homework purposes, my fault for creating secu... (by btripp)
|
by cannsyl
passing arguments with template class
|
|
[18 replies] Last: No, charHold is a char int main(int argc, char *argv ) { sequ... (by cannsyl)
|
by zmarcoz
str/char 101 question
|
|
[3 replies] Last: http://www.gidnetwork.com/b-56.html (by Duthomhas)
|
by nigel
Poker probability
|
|
[1 reply] : Yes, your deal algorithm allows you to deal out the same card twice (o... (by jsmith)
|
by jemiah06
Function does not work!
|
|
[2 replies] Last: Line 28: cout <<" " << count << " " << carrying_value << "\t" " ... (by Bazzy)
|
by ashley19
Factorial Table
|
|
[1 reply] : int main() { cout << inputNum << "'s factorial is: "; fo... (by mcleano)
|
Some bitwise stuff |
|
[1 reply] : A &= ~B; (by Abramus)
|
by mcb413
arrays and void functions
|
|
[2 replies] Last: Oh, wow. This is a new one. He posed the same thread twice, but the se... (by helios)
|
by Archaea
Allegro & MSVC7
|
|
[6 replies] Last: It's not such a good idea to copy libs and stuff into the VC++ install... (by helios)
|
by ashley19
Infinite Loop =/ I only want it to run 5 times.
|
|
[7 replies] Last: *Smacks head* Thanks wachtn. I wasn't aware that I could just stick... (by ashley19)
|
by wachtn
Get line x from a file
|
|
[4 replies] Last: Thank Duoas. Your code is much better than mine. I had looked at the r... (by wachtn)
|
by zubaidi hack
find rectangle overlap
|
|
[5 replies] Last: thanks a lot guys and you screw sorry I was having many work to do w... (by zubaidi hack)
|
by r3n311
wxWidget or WinApi?
|
|
[1 reply] : wxWidgets can be used for cross-platform programs (Linux, MacOS X, etc... (by PanGalactic)
|
by Beaner
Ignoring %
|
|
[3 replies] Last: Like Duoas said, instead of directly cin >> 'ing the integer, get it t... (by bluezor)
|
by aibrahimm1
Finding a linear root using a loop
|
|
[1 reply] : As far as I can tell, that loop looks correct. But just a couple thing... (by helios)
|
by Archaea
[class constructor] function foo to make _job job#.name where # is foo parameter
|
|
[8 replies] Last: Ah, thank you. Old code: _job(string szName, string szTitle, int ... (by Archaea)
|
by tiptip
Prime Number ASAP Please
|
|
[2 replies] Last: That's quite easy. I would help, but you don't seem to have any code.... (by mcleano)
|
by ashley19
Print a line with * depending on integer from user
|
|
[4 replies] Last: Either or. Personally I would do the while loop option so you don't en... (by mcleano)
|
by tiptip
Go-To loop ASAP please
|
|
[1 reply] : Using goto for a loop is bad, using it for an infinite loop is stupi... (by Bazzy)
|