Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

C/C++ Help | Forum profile

Forum profile page for C/C++ Help on http://www.devarticles.com. This report page is the aggregated overview from a single forum: C/C++ Help, located on the Message Board at http://www.devarticles.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "C/C++ Help" on the Message Board at http://www.devarticles.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies - C/C++ Help (site profile, domain info devarticles.com)
Title: C/C++ Help
Url: http://forums.devarticles.com/c-c-help-52/
Users activity: 15 post per thread
Forum activity: 35 active threads during last week
 

Posting activity on C/C++ Help:

  Week Month 3 Months
Threads: 35 87 347
Post: 52 126 532
 

C/C++ Help Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
MaHuJa
17
user's latest post:
[General] Use array here?
Published (2009-12-04 09:21:00)
pieflip
5
user's latest post:
Help with pointer please!
Published (2009-12-01 17:15:00)
nvm, got er working thanks
freebrownies
3
user's latest post:
[Classes] Help diagnosing...
Published (2009-11-30 23:08:00)
Got it. After reading your reply and fixing the program, I definitely understand this subject better. Thanks a lot!
Sherina
3
user's latest post:
[Homework] Help with a function
Published (2009-12-04 21:47:00)
GuzHel
2
user's latest post:
Scramble number order
Published (2009-12-01 15:20:00)
Great! thank you for your help! I'll try to write a program for this...this is new for me, bbut thank you for the help!
jpet32
2
user's latest post:
[General] Time, acceleration,...
Published (2009-12-01 14:29:00)
i need to write a program that uses time and acceleration data to produce the related velocity and position data in a data file. derivatives and integrals are obviously needed, as well as while loops and if statements. if anyone could help direct me in the right direction that would be greatly appreciated.
spazamatic2
2
user's latest post:
Using structures. VERY lost!!
Published (2009-11-28 13:39:00)
Thank you very much! I will give that a try. My professor is very set in his ways on how to do things so it is killing me to not do it my own way. I'm also not a computer science major so this course is killing me as well.
tom1990
2
user's latest post:
C++, error C2064
Published (2009-12-02 12:10:00)
TheUmer
2
user's latest post:
Recursion code for generating...
Published (2009-12-04 12:05:00)
usamainadv
1
user's latest post:
Lowest drop help (im such an idiot)
Published (2009-11-30 12:40:00)
Hi,My name is Allan.I'm excited to be part of this large and growing forum of great people and thankyou all for making me feel welcome. I just joined today.My special interests or skills are:- HTML- SEO- Web design- Internet businessI am happy to help others that need it and offer advice where possible
 

Latest active threads on C/C++ Help::

Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies
Started 5 days, 13 hours ago (2009-12-04 04:03:00)  by AlkappyRapsok
Thread:  Show this thread (3 posts)   Thread info: Sell fresh stuff cvv,banklogins US,UK,FR,CA,ITALY... Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Sell fresh stuff cvv,banklogins US,UK,FR,CA,ITALY... :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies
Started 5 days, 10 hours ago (2009-12-04 06:33:00)  by dude_89
Thread:  Show this thread (4 posts)   Thread info: Recursion code for generating Gray Code in C Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: chachu idher bhi try :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies
Started 5 days, 7 hours ago (2009-12-04 09:21:00)  by MaHuJa
Thread:  Show this thread (2 posts)   Thread info: [General] Use array here? Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [General] Use array here? :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies
Started 6 days, 10 hours ago (2009-12-03 06:16:00)  by MaHuJa
Thread:  Show this thread (2 posts)   Thread info: Very new, in drastic need of nested for loop help Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Very new, in drastic need of nested for loop help :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies
Started 1 week ago (2009-12-02 09:06:00)  by MaHuJa
Thread:  Show this thread (3 posts)   Thread info: C++, error C2064 Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: C++, error C2064 :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
Dev Articles Forums - Programming Help and Tutorials for all developmenttechnologies
Started 1 week, 1 day ago (2009-11-30 22:17:00)  by MaHuJa
The only reason I see for using a pointer, is if you intend to use a buffer to store all the factorials found. The rest of this section is written with that in mind. The error is extremely obvious - to any slightly trained eye. long *result; // Points where? *result = 1; // Writes to arbitrary, uncontrolled location. The best that can happen is a crash. A good ...
Thread:  Show this thread (6 posts)   Thread info: Help with pointer please! Size: 2,556 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help with pointer please! :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
 

Hot threads for last week on C/C++ Help::

C/C++ Help
Started 1 week, 1 day ago (2009-11-30 22:17:00)  by MaHuJa
The only reason I see for using a pointer, is if you intend to use a buffer to store all the factorials found. The rest of this section is written with that in mind. The error is extremely obvious - to any slightly trained eye. long *result; // Points where? *result = 1; // Writes to arbitrary, uncontrolled location. The best that can happen is a crash. A good ...
Thread:  Show this thread (6 posts)   Thread info: Help with pointer please! Size: 2,556 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help with pointer please! :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
C/C++ Help
Started 5 days, 10 hours ago (2009-12-04 06:33:00)  by dude_89
Thread:  Show this thread (4 posts)   Thread info: Recursion code for generating Gray Code in C Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: chachu idher bhi try :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
C/C++ Help
Started 1 week, 2 days ago (2009-11-30 05:03:00)  by MaHuJa
Argh... I intended to add a new reply to my old one, but ended up editing it instead, so it made little sense. Stand by.
Thread:  Show this thread (6 posts)   Thread info: [Classes] Help diagnosing linked-list-related segfault Size: 176 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [Classes] Help diagnosing linked-list-related segfault :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
C/C++ Help
RE: C++, error C2064 - 3 new posts
Started 1 week ago (2009-12-02 09:06:00)  by MaHuJa
Thread:  Show this thread (3 posts)   Thread info: C++, error C2064 Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: C++, error C2064 :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
C/C++ Help
Started 5 days, 13 hours ago (2009-12-04 04:03:00)  by AlkappyRapsok
Thread:  Show this thread (3 posts)   Thread info: Sell fresh stuff cvv,banklogins US,UK,FR,CA,ITALY... Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Sell fresh stuff cvv,banklogins US,UK,FR,CA,ITALY... :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
C/C++ Help
Started 1 week, 4 days ago (2009-11-27 21:07:00)  by MaHuJa
When your main() calls setvalue(5); that's totally unrelated to the code you wrote above it. You need to create a classname object to run it on. Btw, dev-cpp uses an ancient compiler that you really shouldn't be using, at least as a beginner.
Thread:  Show this thread (4 posts)   Thread info: Runtime failure on function call. Size: 333 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Runtime failure on function call. :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
C/C++ Help
Started 5 days, 7 hours ago (2009-12-04 09:21:00)  by MaHuJa
Thread:  Show this thread (2 posts)   Thread info: [General] Use array here? Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [General] Use array here? :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
C/C++ Help
Started 6 days, 10 hours ago (2009-12-03 06:16:00)  by MaHuJa
Thread:  Show this thread (2 posts)   Thread info: Very new, in drastic need of nested for loop help Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Very new, in drastic need of nested for loop help :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
C/C++ Help
Started 1 week, 1 day ago (2009-12-01 14:29:00)  by jpet32
Thread:  Show this thread (2 posts)   Thread info: [General] Time, acceleration, velocity programs with data files Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "General - Time, acceleration, velocity programs with data files :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."
C/C++ Help
Started 3 weeks, 6 days ago (2009-11-12 12:30:00)  by MaHuJa
See http://www.cppreference.com/wiki/st.../random_shuf fle For example, if you have them in a vector<int> v; then the line random_shuffle(v.begin(),v.end()); will do that.
Thread:  Show this thread (4 posts)   Thread info: Scramble number order Size: 381 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Scramble number order :: C/C++ Help :: Dev Articles Forums - Programming Help and Tutoria..."