by Pratzelwurm
Program Not Reading Function Declaration
|
|
[4 replies] Last: Thank you! (by Pratzelwurm)
|
how do you pass an array to main from a function? |
|
[5 replies] Last: Duplicate post: http://www.cplusplus.com/forum/beginner/208201/ (by integralfx)
|
Average and median giving ridiculous answers |
|
[4 replies] Last: Duplicate post: http://www.cplusplus.com/forum/beginner/208196/ (by integralfx)
|
by ExSanity
Process name from ID?
|
|
[1 reply] : To get the PID from a HWND use GetWindowThreadProcessId. https://msdn.... (by integralfx)
|
by tom pallen
latest compiler version
|
|
[no replies]
|
by DirtyBlasion
Linking lib
|
|
[1 reply] : You can dynamically link libraries if they are DLLs. The mechanism fo... (by AbstractionAnon)
|
by Robsome97
getline error: function not found
|
|
[1 reply] : Two problems with your code: 1) With this form of getline, getline e... (by AbstractionAnon)
|
by laley31
change an element of an object
|
|
[2 replies] Last: Thank you for the response. There are some parts of your code I'm not ... (by laley31)
|
by sbabadag
I get error whats wrong?
|
|
[2 replies] Last: Please post the full text of the "unresolved external" message. PLEAS... (by AbstractionAnon)
|
by melinda345
finding product
|
|
[3 replies] Last: i can't use double it should be just int and it doesn't accept 0 beca... (by melinda345)
|
Installing SDL2 image |
|
[2 replies] Last: Yes I have: -lmingw32 -lSDL2main -lSDL2 but I'm not sure how to upd... (by closed account N8RzwA7f)
|
by zachdr1
calculate area of a circle not working (FIXED)
|
|
[1 reply] : Since you never change the value of flag , you could replace line 17 ... (by dhayden)
|
by melinda345
divisors count
|
|
[10 replies] Last: (dhayden)Are you sure you typed it in right? yes i'm sure for (in... (by melinda345)
|
by mohabd73
learing prime numbers with loop/recursion
|
|
[6 replies] Last: ...why don't you post your code... before asking for help (by Flaze07)
|
by rantiv
Game simulation
|
|
[1 reply] : Is your question still open? You could: 1) semplify your code by: a) o... (by Enoizat)
|
by gunam12
reading a file with name + phone number
|
|
[3 replies] Last: This is a pretty popular assignment did you try searching?- http://www... (by megatron 0)
|
Functions |
|
[3 replies] Last: Pay attention to the details: // this is a declaration: int is_even (... (by keskiverto)
|
by xx123
inputs and loop
|
|
[5 replies] Last: You're mixing unformatted input ( getline(cin, theVehicle); ) with for... (by integralfx)
|
by adi94
char pointer vs int pointers
|
|
[2 replies] Last: Very nice, i understand the problem. Thank you very much @Peter87. (by adi94)
|
Initializing arrays in constructors |
|
[4 replies] Last: Thanks for pointing out, fixed it. (by Golden Lizard)
|