by Dmtg93
Need help with a grade processor assignment using arrays.. (1,2,3,4)
|
|
[78 replies] Last: Time to show us all your code. I'm surprised int scores {0} worked th... (by closed account 48T7M4Gy)
|
by stav
problems with __declspec(dllexport)
|
|
[6 replies] Last: that's 4 times the same reply (by goldenchicken)
|
by masterinex
how to push filestream into a char pointer
|
|
[4 replies] Last: Here is it in gool old plain C99 /* Simple prog to read words from a... (by Thomas1965)
|
by r 4 raja
Can any one solve this qns.
|
|
[5 replies] Last: Mr. Jonnin Thanks for your response. 1/2= 1* 2 power -1 = 0.1 how ... (by r 4 raja)
|
by Thomas1965
It is possible to craft Mobile app in C plus plus programming Language.
|
|
[no replies]
|
by ahswong
can't understand why cout << someInt << endl; returns 65
|
|
[2 replies] Last: Just a quick note, please make your title give a clear description of ... (by goldenchicken)
|
by mrsh
least aquare method
|
|
[2 replies] Last: Set: squared error, S = Σ(y+ax+bx 2 ) 2 Set the partial derivatives... (by lastchance)
|
by MoreUmph
Storing strings/integers to be used in a different class from seperate file.
|
|
[7 replies] Last: Okay so I've done some work, having a hard time understanding but gett... (by MoreUmph)
|
by bluefrog
packaged function object runtime exception
|
|
[5 replies] Last: thanks, I was linking as follows: g++ -g -Wall -o "%e" "%f" -L /usr/... (by bluefrog)
|
by ahswong
not sure why the cout returns 65.
|
|
[2 replies] Last: got it! thanks for explanation! (by ahswong)
|
by Happilicious
Ofstream problems
|
|
[8 replies] Last: Hello Misenna, I think i didn't explain my question clearly, sorry. M... (by Happilicious)
|
by sapi3ntia
Need help with my mock exam
|
|
[8 replies] Last: > I would be nice if the order can be solved, but it is possible that... (by sapi3ntia)
|
by Stauricus
change all objects that contain a certain value
|
|
[7 replies] Last: Here is a third version: #include <iostream> #include <vector> #incl... (by JLBorges)
|
by King Of CPP
#pragma & #pragma once usage
|
|
[3 replies] Last: Hello King Of CPP, You may find this line useful. I use it quite ofte... (by Handy Andy)
|
by austin004
Please tell what will be displayed
|
|
[1 reply] : Please do not double-post. Other thread: http://www.cplusplus.com/foru... (by keskiverto)
|
by Stauricus
remove common elements from two vectors
|
|
[6 replies] Last: oh, i got it. thanks for the answer :) (by Stauricus)
|
by H00G0
'stoi()' was not declared in this scope.
|
|
[14 replies] Last: Thanks gunnerfunner. (by Thomas1965)
|
by zxcvbn
Questions about the serial programming of 28335
|
|
[no replies]
|
by seungyeon
dynamic allocation problem
|
|
[2 replies] Last: delete structObj; with std::unique_ptr<> or std::shared_ptr<> such ... (by gunnerfunner)
|
by bluefrog
shared future with single promise
|
|
[3 replies] Last: thanks. the discussion by Howward on the link you provided makes sens... (by bluefrog)
|