by stat1c
output window will not stay open
|
|
[3 replies] Last: You need to put this code at the end of main. //Wait for a characte... (by Thomas1965)
|
by Wu zhen hai
smart pointer incomplete type
|
|
[1 reply] : The (shared) control block of a std::shared_ptr<> object holds the d... (by JLBorges)
|
by Wu zhen hai
smart pointer incomplete type
|
|
[no replies]
|
by Anon99
Reading from csv file
|
|
[16 replies] Last: #include <iostream> #include <string> #include <cctype> #include <vec... (by JLBorges)
|
by Anon99
Unique words
|
|
[8 replies] Last: for (name_iter = nameHolder.begin(); name_iter != nameHolder.end()... (by Anon99)
|
by newuser12
Index filter
|
|
[18 replies] Last: Marcus,Mbozzi and Keskiverto you guys have been incredibly helpful. Th... (by newuser12)
|
by burn2y
Printing Arrays
|
|
[1 reply] : For a beginner your code looks good and works well. To format the outp... (by Thomas1965)
|
by blanm
Audio Sampling in C++
|
|
[15 replies] Last: I actually had better luck using ffmpeg :) ffmpeg -re -i assets/440hz... (by mbozzi)
|
c++ set insert in descending order ? |
|
[2 replies] Last: thank you (by mohamedeltair)
|
by DragonOsman
PPP2 Chapter 6 Exercise 3 Help Needed
|
|
[no replies]
|
by Marcus Aseth
Best Exception handling practice
|
|
[2 replies] Last: Thanks Cubbi :) (by Marcus Aseth)
|
Random number coin toss |
|
[9 replies] Last: well i have exams for two consecutive days so i will be posting the co... (by mabasitbhatti)
|
by edge6768
Comma Delimited Variable Declarations
|
|
[9 replies] Last: That's a good one: struct node { node* x = new node(); }; The s... (by Cubbi)
|
Please! Calculate direction of a ball shooted |
|
[6 replies] Last: Solved with proportions: a = enemy.x-player.x; b = enemy.y-player.y; v... (by Manuel Di Criscito)
|
by Inayah
Diabetes Detection Program source code needed
|
|
[1 reply] : int main() { return 0; } There you go! (by edge6768)
|
by DragonOsman
PPP2 Chapter 6 Section 6.3.1 Expression Calculator
|
|
[4 replies] Last: I put in those cin.ignore() calls because it clears out the input buf... (by cire)
|
by leoleoleo
Using many functions
|
|
[2 replies] Last: An init() / setup() method is useful in cases where the work that wo... (by mbozzi)
|
by Abdullah0001
force close all files while code is running
|
|
[5 replies] Last: well there isn't any way to close pcap file after reading it. Again,... (by mbozzi)
|
by DragonOsman
Print first n Fibonacci Numbers (1,2)
|
|
[23 replies] Last: Yeah, you're right, there's no difference. I took the test out and it... (by DragonOsman)
|
by FerreroPizza
Need help!
|
|
[12 replies] Last: Line 13: input really doesn;t belong as a member of your Data structu... (by AbstractionAnon)
|