by abc1
displaying first character in every line
|
|
[2 replies] Last: read the file character by character and check them by '\n' ( if(ch=... (by Bixx)
|
by imakaia
How to print doubles entires without +06e etc.
|
|
[7 replies] Last: Its the fixed. double a=10000000000000; cout.precision(2); cout << ... (by imakaia)
|
by Integrater
Error: function overloading
|
|
[3 replies] Last: Thanks, damn typos in my book :( (by Integrater)
|
by HumbleNoob
C_String buffer overflow: array boundaries with cout
|
|
[3 replies] Last: Many thanks to both of you for having answered so quickly! Things ar... (by HumbleNoob)
|
by TheFool
Getting $0 for tax in a program
|
|
[4 replies] Last: The real reason is the 'ROOMCOST' is an integer. If ROOMCOST < 100 and... (by coder777)
|
by Tallrick
Using "cout <<" when pointing to a class' string member
|
|
[4 replies] Last: Thank you very much! You've been most helpful! (by Tallrick)
|
by joshhazel
Overloading the >> operator
|
|
[3 replies] Last: Post your actual files then (by guestgulkan)
|
Using static_cast and setw() |
|
[1 reply] : I bet you declared both DISTANCE1 and point1time as integers. Integer ... (by hamsterman)
|
by JCharles
Herons Formula Help!!
|
|
[16 replies] Last: could you look at this topic and tell me what I am doing wrong. it is ... (by JCharles)
|
by TheFool
Getting "Undeclared Identifier" for something I declared
|
|
[9 replies] Last: Yeah, I was originally planning to remove the ROOM1, ROOM2, etc. value... (by TheFool)
|
by torrengu
is there any restriction of data type in struct???
|
|
[3 replies] Last: vector is in the std namespace. Try std::vector<Image> m_Images;... (by Alrededor)
|
by joshhazel
Recursive Binary Tree Find Largest Subtree
|
|
[2 replies] Last: for each sub tree call get sum find which has the greatest sum g... (by LB)
|
Pong, mltiplayer |
|
[8 replies] Last: well on youtube I got alot of help from TheNewBoston and as a plus he ... (by alucard33592)
|
by Mr Baron
Monthly Payment Calc
|
|
[5 replies] Last: ok it worked is nothing like the original thought, here is the code m... (by Mr Baron)
|
by hopesfall
Why is my array not being passed correctly?
|
|
[8 replies] Last: Figured it out....It was my compiler (Visual stuio 2010) that wasn't d... (by hopesfall)
|
by hopesfall
Reading white space?
|
|
[2 replies] Last: getline(cin, userInput) (by kapo)
|
by Invidious
Can't seem to sort this Array
|
|
[1 reply] : I'm not going to change what your are doing, just suggest what you mig... (by histrungalot)
|
by nana2011
Need Help to fix the errors.
|
|
[6 replies] Last: These are code tags: [co de] (by Zhuge)
|
by hopesfall
Getting values from comma separated string?
|
|
[1 reply] : You could use string::find() to find the first comma, then substr() to... (by Zhuge)
|
by markkirby
unabel to resolve identifyer myfile
|
|
[5 replies] Last: On the line you try to call .open() myfile no longer exists. Your code... (by Zhuge)
|