by Fl4v10
If statement, float comparison ERROR
|
|
[1 reply] : Even if it prints that the values are equal, it still enter in the st... (by cire)
|
by sarah01
countdown and pattern
|
|
[4 replies] Last: The post I linked to shows how to use SetConsoleCursorPosition in or... (by Chervil)
|
by EdWar82
Counting even Linked List
|
|
[1 reply] : removeEven makes no effort to keep the structure of the list in tact... (by cire)
|
by jekaterina
Pass by reference
|
|
[1 reply] : I would suggest that you first fix all your compiler warnings and erro... (by jlb)
|
by santib77
Simple random number generator with Gaussian probability distribution
|
|
[2 replies] Last: Thanks! (by santib77)
|
by btunde08
Why is my character array affected by unrelated code above it?
|
|
[13 replies] Last: Thanks a lot, you guys. I appreciate the help. (by btunde08)
|
by uhuru
Need Help with Homework
|
|
[1 reply] : First of all you need the slope of the two points. With this slope you... (by coder777)
|
by m4rkybob
Finding the largest of an unknown amount of numbers
|
|
[1 reply] : ignore the comments on GreatestInput() forgot they were there (by m4rkybob)
|
by jekaterina
How can I make a function works for both array and vector parameter
|
|
[2 replies] Last: void sort(int i ,vector<string> &li, string names , int name_count... (by Thomas1965)
|
by asam22
Segmentation Fault DEBUG Help
|
|
[1 reply] : Due to line 57 (note: = instead of ==) counter will always be 0. You... (by coder777)
|
bug fixing |
|
[1 reply] : Well, first you try to identify the module where the error occurs from... (by coder777)
|
by verbrendos
c++ calculating deer population for consecutive 10 years
|
|
[5 replies] Last: Oh...that just made me realize I'm an idiot. Thank you so much for you... (by verbrendos)
|
How do I declare this? |
|
[1 reply] : Library.cpp:88: error: ‘PatronIDMatch’ was not declared in this s... (by TheIdeasMan)
|
by aimoham408
Validating whether input is an integer
|
|
[10 replies] Last: This is where you need to read up on streams etc in more detail to tra... (by closed account 48T7M4Gy)
|
by vikillav
Reading a certain number of digits
|
|
[1 reply] : Probably the easiest way would be to use a string for the user input, ... (by jlb)
|
Defining function error |
|
[1 reply] : Look at your errors starting from the top: Book.cpp:20: error: protot... (by jlb)
|
by Billyin4C
calling a function
|
|
[1 reply] : #include <iostream> double overtime( double hours, double rate ) ; ... (by JLBorges)
|
Manipulating arrays help |
|
[1 reply] : Looks like you need to implement the functions prototyped in your head... (by jlb)
|
by skywalking
forum vs community vs message board
|
|
[4 replies] Last: yes i have googled and i keep finding website codes for message boards... (by skywalking)
|
C++ |
|
[1 reply] : So have you written any code yourself? Because people aren't going to ... (by YFGHNG)
|