by shazlin
error on a simple program
|
|
[6 replies] Last: Ty guys Long time didn't touch to c++, always working on java and al... (by shazlin)
|
by iCPP
Anyone can solve this problem? (1,2)
|
|
[29 replies] Last: The modification to accept negatives is trivial: #include "stdio.h" ... (by rocketboy9000)
|
by eNergizer
Unresolved Externals problem
|
|
[2 replies] Last: explicit template instantiation http://www.cplusplus.com/forum/article... (by ne555)
|
by sloper
input validation
|
|
[1 reply] : Avoid char arrays for stream input at all costs. Use only std::string... (by PanGalactic)
|
by Alex cpp
Starting graphic games (1,2)
|
|
[21 replies] Last: Alex cpp said: ...while you guys are kinda arguing I've read... (by ultifinitus)
|
by WetCode
Veribals in class wont output the value it is suposed too.
|
|
[4 replies] Last: I thot i did understand scope. if i got int main(){ And make Verib... (by WetCode)
|
by Kieth89
Not sure why this won't work
|
|
[2 replies] Last: oh. Yeah, that might make a difference. thanks. *walks away feeling o... (by Kieth89)
|
by billyb29
Quest
|
|
[17 replies] Last: Thanks guys... one last question , it's about the static functions ...... (by billyb29)
|
by laghari
How to make a map in c++ through link list?
|
|
[1 reply] : I don't know if anyone can answer this question, I personally say it's... (by hanst99)
|
by soCoPth
Time Zones
|
|
[3 replies] Last: Thanks a lot for both your help. I made those changes and a few other ... (by soCoPth)
|
by amar039
Reading text file (having integers) into an array in C++
|
|
[no replies]
|
by Sophie1982
Compare lines in the same text file
|
|
[5 replies] Last: Great!!! Thanks!!! (by Sophie1982)
|
by xander333
Why doesn't this execute?
|
|
[1 reply] : Question: Why do you do this: for(int i = 3; lastPrime < 100; i+=... (by hanst99)
|
by kash kow ken
where to find functions for int/double etc
|
|
[4 replies] Last: Disch, is int arrays practically the same as regular ints? (by kash kow ken)
|
by parmidner
int86();
|
|
[2 replies] Last: Thanks . That was useful information. Kind Regards, Parminder (by parmidner)
|
by cdoubleplus
calculate population growth
|
|
[no replies]
|
Multiple Namespaces. |
|
[3 replies] Last: Thanks coder777. (by closed account zb0S216C)
|
by gilit2
GUI and forms
|
|
[1 reply] : I'd recommend wxwidgets.: http://www.wxwidgets.org/ It's free even f... (by coder777)
|
by Ihtisham
Best C++ book
|
|
[5 replies] Last: The book: C++ Coding Standards: 101 Rules, Guidelines, and Best Prac... (by andrezc)
|
by Metallon
Has std::vector been changed...
|
|
[2 replies] Last: That syntax won't work in ISO C++ 2003 but it will work on C++0x ( whi... (by Bazzy)
|