by Lio
Cast int to char
|
|
[1 reply] : For a something as simple as an integer to character cast don't use "c... (by Computergeek01)
|
by altafhpatel
Function Output Help
|
|
[2 replies] Last: Once I ripped out that system("pause") and replaced main() with int... (by Moschops)
|
by MatthewRock
What should I learn now?
|
|
[4 replies] Last: Go with PDCurses or Ncurses. It may look intimidating, but developing... (by roberts)
|
by BJzero
I got a error with Microsoft Visual C++
|
|
[7 replies] Last: Yes. I upgraded to 2010 not so long ago and I don't think I had to "re... (by Gaminic)
|
by Gaminic
Locking parts of an array.
|
|
[no replies]
|
by gitaristas
read from file to array
|
|
[1 reply] : Easiest way would be to make a vector of grades, rather than an arr... (by Gaminic)
|
by cppuser
Accessing LPTSTR pointer string characters
|
|
[2 replies] Last: Thanks for that, hamsterman. I've printed out the pages for the two li... (by cppuser)
|
by yhangel
do-while loop that make me sick
|
|
[4 replies] Last: thanks (by xeeps)
|
can't find why my case, break, and default became illegal |
|
[7 replies] Last: thanks peter, but there is another problem, the compiler said that my ... (by silverblade12)
|
by Terry Lim
Print out diagonal
|
|
[1 reply] : Well, I will print an asterisk. #include <stdio.h> int main( vo... (by vlad from moscow)
|
by yhangel
vector multiplication
|
|
[7 replies] Last: what does vector 4 do exactly? http://bipolarsymptomsinmen.eipaha.com... (by jonny1borneo)
|
by whatadai
What to use as an error value?
|
|
[3 replies] Last: > he wants use to use reference parameters so the function has a void ... (by JLBorges)
|
by Lio
Move constructor problem
|
|
[5 replies] Last: You should get that reference to local var temp returned(enabled by d... (by guestgulkan)
|
by mattnelsn
Using cin in a simple number game
|
|
[1 reply] : See http://cplusplus.com/articles/4z18T05o/ Though the simplest thing... (by hamsterman)
|
by patrobless
help! adding in increments.
|
|
[3 replies] Last: You worded it just fine. Again, does it make sense that at age=100, in... (by hamsterman)
|
by magadavixt
need help with problem... (dont know how to explain..)
|
|
[4 replies] Last: main 's return type in c++ is required to be int . If the code in ... (by cire)
|
by mania
finding strings in dat file
|
|
[8 replies] Last: Hi Mr/Mrs/Miss JLBorges , Thanks ... (by mania)
|
by magadavixt
for statement problem
|
|
[4 replies] Last: :OO i think i get it! i hope.. :c sorry! but, the loop would be for ... (by magadavixt)
|
by mrshah
For loops and and carrying variables
|
|
[no replies]
|