by codecaine1
Object Oriented - Correct Design/Layout - Questions
|
|
[7 replies] Last: Thank you dutch_cap for that comment. (by againtry)
|
How to simulate a Particle Motion 1D Acelerated Movement?? |
|
[1 reply] : const double acceleration = 1; // m/s^2 const double timestep = 1e-3... (by helios)
|
by vaderboi
How do I change a root after a double rotation?
|
|
[2 replies] Last: Thank you so much! Making k2->right and k3->left point to nullptr fixe... (by vaderboi)
|
by Alsya11
Struct
|
|
[4 replies] Last: 1. Use code tags when you post code. 2. Use -Wall (or equivalent) whe... (by salem c)
|
by jebek9
remove 0 from linked list
|
|
[3 replies] Last: reconnect the pointers around the items. your delete should maybe be b... (by jonnin)
|
by volang
Stop at the last char in array
|
|
[10 replies] Last: Thanks buddy (by volang)
|
by akash16
C++ best way to launch another process?
|
|
[2 replies] Last: Thank you coder777 for the reply. Don't want to use the boost lib. I... (by akash16)
|
by peter687
Draw a Diagonal Lines in the image
|
|
[1 reply] : How are you updating the image? Are you changing individual pixel valu... (by Repeater)
|
by Ric
Librarian's Assistant Program Help
|
|
[6 replies] Last: What kind of help do you need? (by coder777)
|
by leojai123
to calculate addition more than 30 digits
|
|
[2 replies] Last: Store/convert the numbers as two separate integer arrays (<vector>'s o... (by againtry)
|
by zhangxxw1
Assignment-Stream&Vector
|
|
[1 reply] : Create two strings, filename plain and filename binary. string fil... (by Repeater)
|
by captainrock
HW Assignment
|
|
[16 replies] Last: Did you mean this, @jonnin? similar. I was saying only one bigger lo... (by jonnin)
|
by W1743625
Im Stuck
|
|
[2 replies] Last: int enterRecords(Customer person) { char again; fstream records("r... (by W1743625)
|
by mildlyamused
How do i loop through a c++ map<string, vector<string>> until i reach a certain string vector value?
|
|
[9 replies] Last: I think the professor is running them all on the same compiler (by mildlyamused)
|
Please help with Errors in Program create 10 integer randomly then print average and standard deviation |
|
[4 replies] Last: Thank you, It works well with my rand() : void fillArray(int array , i... (by dienbaquang2002)
|
by Davoda1
constant length string from random length string
|
|
[7 replies] Last: Feel free to ask, if still something ins unclear to you. (by nuderobmonkey)
|
by Alsya11
More addition
|
|
[4 replies] Last: thanks! (by Alsya11)
|
by xunsus
trying to make a pokemon like in c++
|
|
[6 replies] Last: So i changed up my code a bit hope it's a little cleaner now,managed t... (by xunsus)
|
by auzar
defined function
|
|
[2 replies] Last: ^^ the program is likely a nonsense program to help you understand var... (by jonnin)
|
undefined reference/unresolved external symbol error |
|
[8 replies] Last: can u tell me what is the difference between both of them ? There i... (by againtry)
|