by jax666999
probably a simple error
|
|
[5 replies] Last: I found where the problem occurs line 29 and line 34 cv::imshow ("Ima... (by jax666999)
|
by Donanza
C++ gaming CV
|
|
[1 reply] : Sorry, can you be clearer on what it is you're actually looking for? ... (by MikeyBoy)
|
by xsesx
Average and Percentage Issues
|
|
[3 replies] Last: That does seem to allow it to compile. Yes, but it is really doing ... (by MikeyBoy)
|
by LB
Taking address of operator functions
|
|
[2 replies] Last: Actually operator+ is one of the operators that may be declared in the... (by LB)
|
by tatsu0616
attraction between objects
|
|
[6 replies] Last: i changed the xvel and yvel variables to floats as well, the particles... (by tatsu0616)
|
by zoori
array
|
|
[15 replies] Last: This is not your original question, please create a separate topic for... (by LB)
|
by dekeenfrance
ofstream in calling function
|
|
[2 replies] Last: Thanks! :) (by dekeenfrance)
|
by Nobun
Operator Overloading in a correct way. How?
|
|
[19 replies] Last: Another link to information. The overloading conventions are specific... (by kempofighter)
|
by martianxx
Custom Linked List Sort Method
|
|
[2 replies] Last: I wrote this code a few weeks ago. Looks like I am ahead of myself. Th... (by martianxx)
|
by Anthony973
How to verify if a string equals a certain word
|
|
[3 replies] Last: Thank you both! This helps a lot. (by Anthony973)
|
by vincegata
A pointer to an array: int* p=arr; vs. int (*p2)[10] = &arr; ?
|
|
[9 replies] Last: Neither of those explains whether the pointer to the array can be incr... (by LB)
|
by adrem7
Debugging Seg Fault (GMP lib)
|
|
[13 replies] Last: For completion, the issue was that the random number generator needs t... (by adrem7)
|
by nobodyza
Access private member variable
|
|
[3 replies] Last: #include <iostream> #include <string> struct Voter { Voter(std::... (by LB)
|
by xsesx
Structs and Incrementing Ouput
|
|
[3 replies] Last: Gotcha thank you guys! (by xsesx)
|
by SilentNoise
Binary Search Tree Delete
|
|
[2 replies] Last: Please enclose your code in code tags, to make it easier to read. (by MikeyBoy)
|
Programmers from Sheffield, England (preferably teen) |
|
[5 replies] Last: Well although still no replies of interest, I say thanks to @Framewor... (by TheBeardedQuack)
|
by nobodyza
Classes
|
|
[1 reply] : You'll need return types, just like in regular functions. The exceptio... (by Bourgond Aries)
|
by kohlh
strings as arguments in functions
|
|
[5 replies] Last: If you do this: char x = 'y' ; if ( x != ('y') || ('Y') ) ... (by cire)
|
by ramsavi
need help
|
|
[no replies]
|
by tharindu11
recursion problem
|
|
[7 replies] Last: Thank you so much! :) :) (by tharindu11)
|