Beginners - December 2009 (Page 12)

Best IDE software app.?
 
Please recommend the best free IDE in your opinion.
[17 replies] Last: Whatever did happen to Zaita? (by DrChill)
by Faysal
is this possible in c++ ?
 
The data which is entered by the user into some variable... Cant that be mailed to some email addres...
[1 reply] : Yes your answer waits you here: http://lmgtfy.com/?q=c%2B%2B+email+li... (by DrChill)
just shoot me now
 
ok people im a new to c++ and i cant even executed.a file. well i dont know how i have the c++ no...
[6 replies] Last: hey thanks for all the replys they helped me alot :) (by XxXBRUCEXxX)
Curious about while(true){}
 
I'm curious about using a while statement with a true condition. What is the advantage of using a...
[13 replies] Last: Thanks for your responses I appreciate it. My old tutor said to me... (by CamelCasing)
by JMHCRW
C++ Timer?
 
SO i'm in my first c++ class, and I'm working on a project to develop a very small game. So far, ...
[3 replies] Last: Thank you. I'm going to play around with these ideas and post what I c... (by JMHCRW)
Hello everybody
 
I am new here and in progremming . I need to do A project in C++ for my computer sciencs in colleg...
[19 replies] Last: How about a children's math based program that asks 5 questions, a ran... (by gcampton)
Uninstall Borland c++ 3.0
 
Hi! how can I uninstall Borland c++ 3.0? I need help please. Thanks.
[3 replies] Last: Wasn't 3.0 a DOS app? I don't think it has a specific uninstall method... (by helios)
Beginner cout question
 
In response to an exercise that asked for a program to print "HELLO" in big block letters where each...
[2 replies] Last: Thanks! Exactly what I was looking for. (by cbritta)
by xitan
A sample program or two...
 
EDIT: Original post was removed. ================== Thanks tummychow, the only real thing i do n...
[1 reply] : Uh, yeah, we can't *give* you that program. We can tell you some of th... (by tummychow)
How to...
 
The forum about how to do C++ programs. Anyone can ask and anyone can respond. State you problem a...
[3 replies] Last: windows (by molenator10)
cootie game
 
I worked on my code and it looks at the moment like this: /*using namespace std; int rollDic...
[7 replies] Last: can u tell me whats wrong with my random() it only producing 1 and not... (by milli2000)
[Confused] Euler's Method C++
 
so this is the problem, solve using Euler's Method: A ball at 1200K is allowed to cool down i...
[1 reply] : 1. Your step size of 240 is awful huge for Euler integration, which co... (by jRaskell)
Array question (+=)
 
// arrays example #include <iostream> using namespace std; int array = {2, 4, 6, 8, 10}; in...
[3 replies] Last: Thanks. This makes sense now. (by ashley19)
save file using fstream
 
im trying to make a save and load function for my text rpg. here what i have. the fstream is fairly...
[4 replies] Last: i almost got it working but now I'm getting one last error. and by the... (by shadowvillian)
errors implementing my own iterator and container
 
Hi, I have some strange errors when trying to compile my own iterator and container. this is ...
[1 reply] : ArtikelIterator head() const { return m_head; } //ERROR ArtikelI... (by jsmith)
Refer To Specific Element in a List
 
Hello, I have the following code which at one point used a Vector and not a List position new...
[2 replies] Last: std::list doesn't have subscripting operator, it works with iterators.... (by Bazzy)
Dev-C++ 4.9.9.2
 
Is Dev-C++ 4.9.9.2 a good IDE for C++? I used this software for C, but I want to know if its good f...
[2 replies] Last: Dev-C++ is REALLY bad. see http://www.cplusplus.com/forum/articles/72... (by Bazzy)
Kill me now
 
Im a complete beginner to C++. When I try to run this code on DEV-C++ 4.9.9.2 I get my AVG antiviru...
[6 replies] Last: Avira Anti-Vir is nice too, one of the best free ones: www.free-av.com (by BNineFounder)
by Soko
Sorting Strings alphabetically (1,2)
 
Hello! I am working on a project for class, and one of the things we need to do is sort based off o...
[24 replies] Last: Ok I solved that error by instead of declaring and passing to my funct... (by Soko)
question about copy constructor
 
copy the sample from somewhere. Assuming inside another class A, with method calcB(B b); w...
[2 replies] Last: thanks. missed one piece. (by chrisben)
December 2009 Pages: 1... 1011121314... 23
  Archived months: [nov2009] [jan2010]

This is an archived page. To post a new message, go to the current page.