by hans4354
Jacobi Iterative Method Issue
|
|
[4 replies] Last: Better than defining the double abs(double ABS) function would be to... (by doug4)
|
by vanessa93
how to change from for loop to while loop
|
|
[1 reply] : #include <iostream> using namespace std; int main() { int length =... (by tipaye)
|
by nikgun1984
Intersection of Rectanges
|
|
[11 replies] Last: I understand your logics, dhayden. But in my case it is a little diffe... (by nikgun1984)
|
by NexusOnee
Program using trees or stacks or lists
|
|
[1 reply] : This is not a homework site. http://www.cplusplus.com/forum/beginner/... (by Thomas1965)
|
by Andrewcen16
loop will not break
|
|
[1 reply] : What you have shown us here won't compile. What loop are you expecting... (by Moschops)
|
delete plz |
|
[no replies]
|
Templates and Function Pointers |
|
[1 reply] : You do not have a function pointer. You have a pointer-to-member-funct... (by LB)
|
by SlothUchiha
What is a c++ api
|
|
[3 replies] Last: How about using SDL 2.0 graphic library. This site has some good tutor... (by KMagic)
|
by Ermanrr
A problem about matrix
|
|
[1 reply] : #include <iostream> int main(){ int m = { {0,1,2}, {3,4,5}, ... (by ne555)
|
by topnik1
Task - algorithm problem
|
|
[4 replies] Last: I think that you didn't understand the problem, I know how to explore ... (by topnik1)
|
by kaledandres
HELP PLEASE!!!!!
|
|
[1 reply] : This is not a homework site. We won't do your homework for you. Howeve... (by AbstractionAnon)
|
Just started linked lists. Need help: |
|
[1 reply] : #include <iostream> #include <conio.h> using namespace std; struct ... (by topnik1)
|
by dkaip
shutdown Mint OS
|
|
[2 replies] Last: Ok but how a program can shutdown without root privileges? For example... (by dkaip)
|
Help! Every time I compile it tells me "A function definition is nor allowed here before '{'" |
|
[2 replies] Last: Thank you, i'll check it out. :) .. I'm new to C++ so it's not really ... (by cpluspluschick)
|
by f0xie
Need help with char arrays
|
|
[2 replies] Last: Thanks, works now :)) i appreciate it was such an easy solution haha (by f0xie)
|
by technologist
stuck on function pointer
|
|
[3 replies] Last: int(*char_ptr)(int a); char_ptr = pass_char; Notice how int(*char_... (by Ready4Droid)
|
by jlbrown314
Beginning C++ Student That Needs Help With A Median Function Programing Challenge :-(
|
|
[6 replies] Last: Thank you very much for a proper code. Now I'm just trying to figure o... (by jlbrown314)
|
by PocketTNT
Sound library and tutorials?
|
|
[no replies]
|
by pabs8
including boost directory path to compiler and linker library path
|
|
[4 replies] Last: Thanks for your kind answer. I'll give this a try again. (by pabs8)
|
Removing multiple elements and keeping order |
|
[2 replies] Last: Thank you, I am working on writing the new function now. I believe I s... (by The117Vendetta)
|