by dero
Reading a specific range in a file
|
|
[no replies]
|
by mmai
Palindrome words
|
|
[2 replies] Last: A) what's up with your naming style? B) why are you including <string>... (by closed account Dy7SLyTq)
|
by Sharan123
using fstream
|
|
[13 replies] Last: and how can i return the whole array instead of single character i did... (by Sharan123)
|
by Stormboy
Project Euler p#14
|
|
[2 replies] Last: Ah thanks it worked ^_^. (by Stormboy)
|
by klay2
text based graphics wont work
|
|
[17 replies] Last: I have done this before but it's not working now so I did at one point... (by klay2)
|
by harharhar
output scanf's input to function
|
|
[1 reply] : That won't be possible because scanf takes in input and puts it in the... (by Stormboy)
|
by geniusberry
pass arguments to constructor from pointer object
|
|
[2 replies] Last: thank you very much! (by geniusberry)
|
by mmai
where is the mistake..?
|
|
[11 replies] Last: Thank you so much for your help :)) (by mmai)
|
by Sharan123
difference between write and using insertion operator
|
|
[9 replies] Last: Did you try something like this: #include <iostream> #include <fstrea... (by Chervil)
|
by mario0001
Calling functions from class (E2294)
|
|
[2 replies] Last: I can't create new object without this parentheses because I used my o... (by mario0001)
|
by jeffreyz
RE: C++ Tic Tac Toe
|
|
[3 replies] Last: yes, both of your codes make sense, but i am unsure why my code does n... (by jeffreyz)
|
by vilbjorg
sin cos calculations, high precision library
|
|
[6 replies] Last: thank you all very for the fast answers. I first of all need c++ to pr... (by vilbjorg)
|
by Ichmagkekse
I keep getting this errror message: error: expected unqualified-id before 'switch'
|
|
[6 replies] Last: Thank you so much, now does it work! It was the second code i tried t... (by Ichmagkekse)
|
by fahmankhan75
Airplane Seating Program
|
|
[1 reply] : Line 71 - display_program not defined. Line 74 - airplane_seats not ... (by AbstractionAnon)
|
by fahmankhan75
Switch Structure Error-do while
|
|
[3 replies] Last: I got it solved guys! forgot to set my flag=false inside my do while l... (by fahmankhan75)
|
by abhishekm71
Confusion with this site's tutorial on "explicit" typecasting
|
|
[3 replies] Last: mistake of forum ? (by tudonghoadanang)
|
by hympert
Need help with loop
|
|
[6 replies] Last: Thank you so much for your clear illustration CaptainBlastXD and Chris... (by hympert)
|
by Steelers6162
I need your help! Do While
|
|
[4 replies] Last: A char contains one letter, and one letter only. There are also two di... (by TwilightSpectre)
|
by Nikko YL
Enumerated type variable
|
|
[3 replies] Last: Enums are meant to be integral constants. If you just want a useful co... (by IceThatJaw)
|
by tawsif95
3n+1 problem
|
|
[1 reply] : calc is an int function. When you call calc recursively, what happens... (by AbstractionAnon)
|