by nvrmnd
Array of Objects in a class help
|
|
[15 replies] Last: oh i see.. there is cout statement inside showTitle and showAuthor ye... (by nvrmnd)
|
by Awareness
Question about Posix functions and Windows
|
|
[2 replies] Last: Thanks for your answer. I didn't understand posix functions exactly.D... (by Awareness)
|
by kkkl
cin.getline skipped
|
|
[7 replies] Last: yes,those codes just one part of the all . i have finished other parts... (by kkkl)
|
by Nyreb
Finding largest and smallest integer
|
|
[1 reply] : int x = (a ? b : c); int x; if(a) { x = b; } else { x = c; }... (by LB)
|
by Perry Turner
Symbols
|
|
[1 reply] : If you want to do something like this (or, more general, if the word "... (by LB)
|
by willynilly
Saving textfiles
|
|
[4 replies] Last: Duplicates: http://www.cplusplus.com/forum/beginner/109357/ http://www... (by LB)
|
by willynilly
Text into TextFiles
|
|
[1 reply] : Responded to this thread: http://www.cplusplus.com/forum/beginner/1093... (by LB)
|
by Rikimaru26
How to improve programming skills ?
|
|
[1 reply] : practice (by metulburr)
|
by Rikimaru26
Link Download
|
|
[2 replies] Last: ok, thank you so much. (by Rikimaru26)
|
by leo255
Need some clarification on Scoping in the Private Section of a Class
|
|
[7 replies] Last: Thanks for the help, guys! I apologize for the messy code - I will ma... (by leo255)
|
by foxyrow
Segfault error in simulation under ns2
|
|
[1 reply] : i think the problem coul be that rt_etx wasn't initialized? is it? (by foxyrow)
|
by willynilly
Strings, Textfiles and Arrays
|
|
[6 replies] Last: Very similar except that you need to know the maximum size of the file... (by Stewbond)
|
by willynilly
Strings and Swap
|
|
[3 replies] Last: I think this is probably one of the more basic find+replace things you... (by Stewbond)
|
by colognem
Controlling couts
|
|
[8 replies] Last: Hi, the code below should help make it clear how to delay the "End" Me... (by softwaretime)
|
by willynilly
SOS-Hello Anybody there(Strings)
|
|
[3 replies] Last: put string fileData,newFileData="",wordToFind ,wordToChange; ... (by closed account 28poGNh0)
|
by Adamoll
SDL Surfaces
|
|
[5 replies] Last: Thanks maeriden, it was necessary to add at the beginning ground=SDL... (by Adamoll)
|
by willynilly
String Swapping Using fstream
|
|
[3 replies] Last: Yes, I am. (by vlad from moscow)
|
by riechan
Copying string to a list node
|
|
[3 replies] Last: You will want to use char const *a for a c-style string parameter.... (by LB)
|
by Kapichu
Using GLEW with MinGW
|
|
[1 reply] : Okay I think I almost figured out how to use GLEW. I compiled glew.c a... (by Kapichu)
|
by Maxchen
need some hints for homework
|
|
[18 replies] Last: The program is now more "complete." (by Josue Molina)
|