by hitmanben2
Static Functions
|
|
[5 replies] Last: Thanks guys I get it now. (by hitmanben2)
|
by firix
iterator class for list and vector
|
|
[no replies]
|
by matthewfs
Loading text into memory
|
|
[11 replies] Last: im trying to fix the problem but nothing is working. Do you have idea... (by moorecm)
|
by tonnot
Declare an array at .h and create at .cpp
|
|
[5 replies] Last: Yes, you cannot dynamically allocate an array of objects and call any ... (by jsmith)
|
by tonnot
How to pass 'numbers' (int, float...) to a single variable into a function ?
|
|
[2 replies] Last: At that point you don't even need templates. Just make non-templated ... (by jsmith)
|
by Monitox
Need code for a subset problem
|
|
[1 reply] : I need code that parses coredump files and outputs the values of all t... (by jsmith)
|
by Dannk
equation
|
|
[1 reply] : Again? See this: http://www.cplusplus.com/forum/beginner/36468/ The... (by filipe)
|
by alanthreonus
Extracting information from a text file
|
|
[9 replies] Last: the ; goes in your txt file like so: ;some header information here ... (by danaigo)
|
by jokerfwb
Issue with funtions
|
|
[2 replies] Last: Wow. I can't believe that. It was very late at night but wow. Thank yo... (by jokerfwb)
|
by mrpapples
Linker
|
|
[8 replies] Last: Just about; the term "library" tends to commonly be applied to the hea... (by Moschops)
|
by dynamiclc
How to read all files and all subfolders (including their files)
|
|
[3 replies] Last: But I still don't know how to search files in those subfolders. Now... (by dynamiclc)
|
by jmv1993204
what is "cout<<cout<<"
|
|
[1 reply] : You did not get &x , you got &cout. (sort of) That's because ostream ... (by hamsterman)
|
by Coupee36
convert minutes to hours and minutes?
|
|
[8 replies] Last: If you want something more to think about: Personally, I would make... (by sadavied)
|
by ctrlz
Not compiling, errors
|
|
[10 replies] Last: What is the purpose of the code on lines 79, 86, and 95 in last posted... (by sadavied)
|
by rekson
How to output a polynomial in c++?
|
|
[1 reply] : You can't have superscripts in console. You'll have to go with 3x^2. (by hamsterman)
|
by rekson
Beginner's question on Arrays
|
|
[1 reply] : Can I write an array variable as "int a ", as in an array with no spe... (by Disch)
|
by Shaddow
Math not computing correctly
|
|
[6 replies] Last: Which of these is wrong? I don't get it, what -6.25? 39.0625 1.5625... (by rocketboy9000)
|
by lichul
Microcontroller
|
|
[3 replies] Last: thank u so much for the answer... if i wanna buy a microcontroller fo... (by lichul)
|
by evertangel
Can anyone tell me how to improve this program?
|
|
[2 replies] Last: Make it actually give me a snack and/ or a beverage. (by Danny Toledo)
|
by cainen172
21 dice game
|
|
[11 replies] Last: Remove lines 37 to 48 for now. line 25 and 32 are outputting the valu... (by Zaita)
|