by dereksc
opencv,small yet weird problem or bug
|
|
[no replies]
|
prime number generator |
|
[4 replies] Last: now i got the bool function to work properly, and i think it's getting... (by closed account 98qGz8AR)
|
by writer
DLL to draw lines
|
|
[no replies]
|
by brogamerz
n00b question
|
|
[no replies]
|
This project is out of date Error |
|
[1 reply] : that's not an error - you can click YES what is happening is, under t... (by kfmfe04)
|
by zz77z
how to put in element of array in order
|
|
[9 replies] Last: id reccomend a bubble sort for just 100 integers. it works like so: ... (by ascii)
|
by student1
Help with function Overloading
|
|
[9 replies] Last: I have now changed my code. Is this correct now. class point1DClass... (by student1)
|
by mark103
error C2446: '==' : no conversion from 'int' to 'System::String ^'
|
|
[1 reply] : As the error says, str is a managed pointer to a System::String (IIRC)... (by Zhuge)
|
by TheForced
Help with horners
|
|
[no replies]
|
by orkie
Advice on new project
|
|
[4 replies] Last: Read the article and decided to indeed change to code blocks, didn't r... (by orkie)
|
by msem92
C++ program to detect palindrome words
|
|
[no replies]
|
by student1
Need help with my code
|
|
[1 reply] : You already have a thread for this, so stick to that one http://www.c... (by hamsterman)
|
by alex0113
UVA Online Judge 3n+1 problem
|
|
[10 replies] Last: Your swap does not work. However it seems that your program use std::s... (by ne555)
|
Help with listing out number of times a word appears |
|
[2 replies] Last: - Line 15 looks suspicious - do you want = or == - is wordcount ever... (by cloudymadness)
|
What kind of order should I go with to learn C++? |
|
[6 replies] Last: Ah okay, thanks guys! (by ItsTheFruitsYeah)
|
by ty98
C++ help
|
|
[no replies]
|
by ian l
Copying a specific char from one array to another
|
|
[3 replies] Last: gj, Lynx876 I would make a few small mods, though 1. Line 8: change ... (by kfmfe04)
|
by bbcc
constant variables
|
|
[2 replies] Last: Line 8, I am pretty sure that says "double" and not "const double". Li... (by LB)
|
by Thuraya
break & continue !! Help
|
|
[2 replies] Last: aha, thanks :> (by Thuraya)
|
by abrumit
File Rename Program
|
|
[2 replies] Last: Excellent Zhuge. That did it, thank you. Aaron (by abrumit)
|