by hello2u5
Pls help me with a code im new
|
|
[3 replies] Last: Also, don't use "\n", just use endl. cout << "You chose " << type ... (by AzraelUK)
|
by MikeDG792
Find largest and smallest number
|
|
[1 reply] : I'm going to spoil it for you: #include <iostream> #define EXIT -99... (by AzraelUK)
|
by Arkon
Print alternate characters
|
|
[3 replies] Last: A better and faster way to do it would be to use 'count += 2' instead ... (by AzraelUK)
|
by tomao
I don't get ios::ate
|
|
[4 replies] Last: i have the same problem but i have to use ios::ate because i want to a... (by hkdobrev)
|
by AustinPH
best way
|
|
[2 replies] Last: i get an internet explorer can not display page, it could just be some... (by AustinPH)
|
by amicitia
Need help with a program (absolute beginner)
|
|
[1 reply] : Maybe you forgot to cast to double 1/n try with this code: #inc... (by alex79roma)
|
by Jesse
Hello People!
|
|
[5 replies] Last: Hey Benson im a newby as you can tell by the "topic" but use the awsom... (by Jesse)
|
by jaymz
need immediate help pls?
|
|
[1 reply] : Hi Jaymz, There are a few basic problems with the code (although pr... (by muzhogg)
|
by tomao
Help with .txt file
|
|
[4 replies] Last: Why did it double post me, I certainly didn't mean to double post, sor... (by tomao)
|
by ShadowRayz
can't do file i/o if path is a variable
|
|
[1 reply] : The path variable needs to be a c style string, so instead of f.open(p... (by klttyus)
|
by amrcn
headers
|
|
[5 replies] Last: No real difference - they're both valid C++ source code filename exten... (by muzhogg)
|
by Bielski01
Hello, I'm New
|
|
[5 replies] Last: code blocks is great to you know... i've been using it for years now..... (by ried azmel)
|
by Molecular
Storing information in a simple c++ program
|
|
[3 replies] Last: Oh, and I should have mentioned... Once you get your data OUT of th... (by muzhogg)
|
by jherrico
system()
|
|
[2 replies] Last: that worked perfectly. i did some messing around with c-style str... (by jherrico)
|
by M 562
I'm getting this error SOLVED
|
|
[5 replies] Last: SOLVED then congrat ;) ok what was the error u were talking about t... (by kia)
|
by Reidwan
Hi people..Can any1 help me with this?
|
|
[10 replies] Last: yes kyleepparddtcom of course the condition should be in the () cause... (by kia)
|
by SyncViews
class
|
|
[1 reply] : try... cl_math * math; math = new cl_math ; (by martinlb)
|
by oask
New to C++
|
|
[3 replies] Last: Follow kia's and chimera's advice. Good stuff from both of them. Als... (by codezero)
|
by mbowen89
Getting Video Dimensions
|
|
[4 replies] Last: hi! could u explain me what is avi file and what is it use of ? thnx ... (by kia)
|
by ried azmel
iomanip?
|
|
[3 replies] Last: hi ! nice and new info i didnt know that left, right dont need the lib... (by kia)
|