by ahhhxtc
a string that you can remove charecters
|
|
[1 reply] : printf("The string is \"%s\" with %s.\n", s1, a); This should be pri... (by helios)
|
by DoomCarnage
Functions
|
|
[5 replies] Last: # include "menufunction.h.h" char MenuInput(char choice)//you should... (by eker676)
|
by hot dog
What Compiler should I download
|
|
[5 replies] Last: http://www.codeblocks.org/features Someone posted that one the othe... (by kempofighter)
|
by Gonzo 3 5 7
Getline()
|
|
[3 replies] Last: The question makes no sense. Edit the post, add tags, and ask a quest... (by kempofighter)
|
by Jiggles
need a function
|
|
[1 reply] : See http://www.cplusplus.com/forum/articles/6046/ You can tweak the c... (by helios)
|
by Gonzo 3 5 7
Create new file
|
|
[8 replies] Last: I'm not advanced in c++. I haven't even worked with it for a week yet ... (by Mashed Pwntato)
|
by fatllama
sudoku solver
|
|
[5 replies] Last: except that I'm not making a commercial program where nutjobs will inp... (by fatllama)
|
by masiht
difference between recursive and non recursive
|
|
[12 replies] Last: Thank you Buzzy and Duoas ! I got it now . (by masiht)
|
by mdgdoc
New student needs direction
|
|
[3 replies] Last: in you code that you posted you had the functions you wanted to call d... (by jaydr)
|
by sasha
hello....
|
|
[2 replies] Last: haha (by mcleano)
|
by rain
How to activate window, and send keys, and click mouse
|
|
[2 replies] Last: That's cool, I've searched the send key code in google and found this ... (by DragoonFighter)
|
by nugwagon
gamma function
|
|
[no replies]
|
by nugwagon
gamma function
|
|
[no replies]
|
by bighead
GUI creating button
|
|
[no replies]
|
by sasha
hi.....
|
|
[2 replies] Last: umm well to do that you would first have to input the items and give a... (by arcadiu)
|
by home56
Initializing an array
|
|
[5 replies] Last: Thankyou //End of topic// (by arcadiu)
|
by sasha
hello....
|
|
[1 reply] : Sorry but I cant understand what you mean. Do you mean you want to tes... (by arcadiu)
|
by SJK
RECURSION
|
|
[1 reply] : queue and stack are part of the STL http://www.cplusplus.com/referenc... (by Bazzy)
|
by Dval
toupper syntax
|
|
[5 replies] Last: the char type isn't capable of representing as many numerals as an in... (by Bazzy)
|
by kenneth196
How to properly use the strlen function?
|
|
[2 replies] Last: Notice: C-strings are character arrays, you are using C++ strings whic... (by Bazzy)
|