Beginners - October 2018 (Page 23)

No result in given interval
 
Hello! I created simple program which asks user to enter two whole numbers, afterwards my program p...
[2 replies] Last: #include <iostream> #include <cmath> using namespace std; void cube... (by lastchance)
Polar coordinate/Theta/Midpoint coordinate program
 
Hello, Im in a bit of pickle haha, hoping someone can help. Heres the scenario: A straight line...
[2 replies] Last: Hello wirelesskill, From the header file for the "length" I used the ... (by Handy Andy)
Help me to understand a sorted array program
 
Please help me to understand this code. Correct me if I am wrong, does SIZE - 1 mean the last elem...
[1 reply] : Well what it is really doing is preventing you from accessing the arra... (by jlb)
Need help checking if array equals another array
 
I can not seem to figure out how to check if the arrays are equal, the first half works but when I t...
[3 replies] Last: #include<iostream> #include <string> using namespace std; int main... (by Manga)
explain fragment of code
 
Can someone explain why the out out is 1035.840088 I figured it would be 1035.84 #include<st...
[1 reply] : When working with floating-point numbers you need to expect small erro... (by Peter87)
I want an answer..
 
If I ask you " Why taking C++ is better choice instead of Java? " what will be your answer? It is...
[4 replies] Last: Is the future of Java not good? Let me google that for you... https:/... (by Manga)
Copy Constructor help
 
Hi I'm writing a copy constructor for a queue class but for some reason this code makes both the fro...
[4 replies] Last: Try to comment out your defined copy constructor. Then see if you get ... (by Manga)
Array of Linked-lists?
 
Hi, so I'm working on a class project where the user can create up to 5 playlists by choosing songs ...
[3 replies] Last: Presumably your Music_Info* is a node in your linked list, right? H... (by Duthomhas)
by Blake7
Function identifier not found
 
I'm declaring the function before main and defining it after main(), but I'm still getting "printCus...
[3 replies] Last: So after closing out visual studio, reopening it and starting a new pr... (by Blake7)
Embedded C Help needed!
 
Hello everyone, I would like to ask a rather easy question about bitwise in embedded PIC microcontr...
[4 replies] Last: Well, I write the animation to the LED_Buffer and than i use Update... (by RytisBe)
Using a counter for recursion
 
Hello, so I've had this weird problem. I was making a list and i wanted to be able to add a node at ...
[1 reply] : I’m not sure I’ve understood your problem. Even if your program se... (by Enoizat)
I need advice to fix my code.
 
Hello, I need some assistance with my code. So with this question, I need to combine for loop and if...
[2 replies] Last: Thanks man for your help. (by CheesyForde1)
Array logic explanation, please help.
 
I am trying to get a complete understanding on the topic of arrays. Would anyone help to explain the...
[2 replies] Last: So does the assignment numbers = value; happen after each individual ... (by closed account iv5L3TCk)
accessing a dynamic 2d array
 
Hey guys, I have a question let's say I want access to the third pointer that examples the pointe...
[5 replies] Last: char* c = "123"; is equivalent to char c = "123"; Not quite. cons... (by keskiverto)
.
 
...
[2 replies] Last: So where did you implement those functions? (by jlb)
by AL88
Why is ostream not working?
 
Why is ostream not working?, I included string.h. #include <iostream> #include <string.h> ...
[4 replies] Last: Something like this: #include <iostream> #include <cstring> #include... (by JLBorges)
Basic integer multiplication
 
Hi there, Im having some trouble writing a basic program in C++ to multiply two integers, the proble...
[1 reply] : #include <iostream> #include <iomanip> int main () { const int a =... (by JLBorges)
strtok
 
hey, trying to remove puncuation from a c-string. I'm sure there are better ways but assignment want...
[1 reply] : If all you want to do is remove the "punctuation" there is really no n... (by jlb)
help me with my homework T T
 
i lost all my hope in solving it ..please help me ps: i can only use iostream , stdio.h and i thi...
[12 replies] Last: i adjusted it so i wont have problems with overflowing How? Are you ... (by jlb)
help please
 
can some one help with the addtoppings functions please. Its suppose to loop the what are the toppin...
[1 reply] : http://www.cplusplus.com/forum/beginner/243678/ Please do not duplicat... (by Enoizat)
October 2018 Pages: 1... 2122232425... 28
  Archived months: [sep2018] [nov2018]

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