by jpauly1
1st time using Class, getting garbage output & crashing
|
|
[8 replies] Last: PS Ignore the comment on line 28. You can change the value to say 2 s... (by closed account 48T7M4Gy)
|
by TBrezzy14
How do I take values from text file and input into a 2D array? c++
|
|
[1 reply] : This isn't a homework site. If you make an attempt and show us where ... (by closed account 48T7M4Gy)
|
by ismah17
Find Minimum/maximum value using reference parameters
|
|
[2 replies] Last: Also, instead of a chain of if-statements, you can simplify your code:... (by mbozzi)
|
Need help with format |
|
[1 reply] : You could use the std::setw. Now it affects only the team names. Edit... (by keskiverto)
|
by stonedviper
Why does my program crash? (1,2)
|
|
[27 replies] Last: It still gives errors. but I will use your code as an example for a re... (by stonedviper)
|
by donda97
Return statement in function
|
|
[3 replies] Last: Or use a stringstream instead of cout inside the function. Then at the... (by Chervil)
|
Reversing a char* |
|
[8 replies] Last: thank you so much! :) (by hibiscusleaves2544)
|
by NoobAtC
Is there a standalone program that I can test C++ on?
|
|
[5 replies] Last: Ok, thanks again for your patience with a noob such as I, I think you ... (by NoobAtC)
|
Can I change the way functions work? |
|
[6 replies] Last: Pure functions are appropriate if all you want to do is math. The pr... (by mbozzi)
|
by teeper
Printing Out Arrays In Structs
|
|
[11 replies] Last: First snippet: Line 1: Why are you passing in shipment_size? You don... (by AbstractionAnon)
|
by uryenugurkem
typecasting
|
|
[1 reply] : is there something wrong on this code ? #include <iostream> usin... (by Enoizat)
|
by User55009
Making change homework problem
|
|
[6 replies] Last: We have not used istreamstring yet, but I think I understand how to co... (by User55009)
|
change a passed by value |
|
[19 replies] Last: > that const int* is different form int* const Read the declarations ... (by JLBorges)
|
by b1yku
plz help problem about multiply and divide
|
|
[2 replies] Last: It might be better to use a single loop, and input an operator as well... (by Chervil)
|
by Kuluoz
char array function call
|
|
[3 replies] Last: @thomas thaks for easy way to achive @cubbi thanks. you give good sug... (by Kuluoz)
|
by briscoeeee
Debugging Dynamically Allocated Array
|
|
[6 replies] Last: Thank you all so much!!! I finally got it working right! (by briscoeeee)
|
by killerdesi
Why does it print out garbage???
|
|
[5 replies] Last: Yes, thank you. I fixed the problem with your guys help. (by killerdesi)
|
by JasonMcG
SFML - Moving to defined point
|
|
[1 reply] : There's at least one bug: std::atan2() takes the y parameter first. ... (by mbozzi)
|
by MrMou6
Counting in function
|
|
[6 replies] Last: your code does not understand the 2 numbers belong together. 150 -60... (by jonnin)
|
by Jdawg32
Exception classes
|
|
[11 replies] Last: Lines 16 - 36 aren't part of any function. That's not legal C++. (by MikeyBoy)
|