Text Color in C |
|
[3 replies] Last: thanks guys, i will see it and try implement. Daniel Gomes (by danielcsgomes)
|
by serhannn
Searching for keywords in multiple text files
|
|
[1 reply] : IMO. Take a different design technique. Load the keywords into a v... (by Zaita)
|
by Malachi
Program window wont show up when I add a function.
|
|
[8 replies] Last: No worries man, glad we could help ya find the problem. Even if it was... (by Zaita)
|
by tition
working quickly with strings: need char*
|
|
[2 replies] Last: Thanks a lot! Worked out perfectly :) (by tition)
|
by sgpierro
solution of tridiagonal matrix
|
|
[3 replies] Last: If Warnis is right you'll need to add return 0; to the end of main() a... (by Malachi)
|
by Cronus616
Problem with Point Selection?
|
|
[2 replies] Last: The distance between two points is the square root of (x1-x2) 2 + (y1... (by Warnis)
|
by Gib
Turtle vs Hare
|
|
[7 replies] Last: oh ok i appreciate the help. i just thought u missed that part (by Gib)
|
use of conditional operator |
|
[5 replies] Last: You can use an int to hold the result, but make sure you convert from ... (by Zaita)
|
by pisca
Basic precision
|
|
[1 reply] : It's not...a is still 1.5555, even though you are telling cout to only... (by firedraco)
|
by Shinji Ikari
Trouble with first array tutorial
|
|
[2 replies] Last: ok so: int example [squared of]={squiggle}; gotcha, thanks... (by Shinji Ikari)
|
by Shinji Ikari
Classes and array tutorials
|
|
[3 replies] Last: I have a zip file of about 20+ C++ books that I uploaded. If you want ... (by wachtn)
|
by Harlequin
void main()
|
|
[9 replies] Last: ahh ok now I understand..... tnx a lot guys.... (by mackocruz)
|
by II15X
Not sure where to start with program
|
|
[3 replies] Last: http://en.wikipedia.org/wiki/Curses_(programming_library) (by helios)
|
by JHarrah
Drunk Walker Arrays
|
|
[7 replies] Last: Ok, Some thing's to point out for you. Line 12: char drunk ; You n... (by Zaita)
|
by II15X
Question about C++ "Menus"
|
|
[7 replies] Last: The switch statement has been explained by yourself. I pre-emptively a... (by Zaita)
|
by kittykat
Ahh! can somebody save me!
|
|
[8 replies] Last: Sorry, but thanks so much helios, duNcan and zatia i figured it out an... (by kittykat)
|
by shangzung
Procedure too slow
|
|
[2 replies] Last: Thanks! TTCworldCoord is of type double . Are the strtok methods much... (by shangzung)
|
by mscashmore
Access to class variables
|
|
[9 replies] Last: thanks for everyones help (by mscashmore)
|
by Shinji Ikari
Using if/else to control program flow?
|
|
[5 replies] Last: Thanks for your help! Here is the finished first draft: // Calcul... (by Shinji Ikari)
|
by flasun
Program that will display user info
|
|
[2 replies] Last: I'm using Redhat Linux (by flasun)
|