by RiRoxX
std::lenght_error - How to fix/get around?
|
|
[6 replies] Last: Hi! Thanks for the extra comments. I Have corrected the mistakes in t... (by RiRoxX)
|
by KJ thefirst
How to submit code?
|
|
[3 replies] Last: Just knowing how many lines of code you have isn't quite enough inform... (by Moschops)
|
by Definite
Help With C++ Assignment
|
|
[5 replies] Last: Hello, sorry for the late reply. What parts are you stuck on? I would ... (by McNo)
|
by etrusks
Allocator rebind problems
|
|
[2 replies] Last: Ohh, thank you man very much :) Much appreciated! (by etrusks)
|
by Dkmariolink
Menu Program Help?
|
|
[4 replies] Last: Hi, Realise that the compiler compiles the statements in the order th... (by TheIdeasMan)
|
by joshuatz
Assign a value in array
|
|
[1 reply] : // Assign -1 to the last 3 elements for (int i = 3; i < 6; i++) { ... (by Thomas1965)
|
by Eli1
"expected ';' before string constant error"
|
|
[5 replies] Last: Since i is an integer, adding 0.05 to it will leave it unchanged. (a... (by Chervil)
|
by csnook
Friend Function operator overload+
|
|
[4 replies] Last: Implement String1 & String1::operator+= ( const String1 & ) . Then yo... (by keskiverto)
|
by Idiotal
Please help with moving char across screen.
|
|
[2 replies] Last: The problem is that the while loop keeps on looping like I keep on cl... (by Chervil)
|
by m0shka
Return array from function
|
|
[1 reply] : Within the function createarray , you create an array. When the funct... (by Moschops)
|
by rennersda
I have a problem with strings
|
|
[3 replies] Last: #include <stdio.h> is C. The C++ equivalent is #include <cstdio> ... (by Moschops)
|
by bluefrog
understanding recursion
|
|
[no replies]
|
by Sparrow17
Arrays
|
|
[1 reply] : You could create a class product_info like you did with customer_info ... (by Thomas1965)
|
by Idiotal
Help with Dungeon Crawl problem.
|
|
[1 reply] : What is the question / problem ? (by Thomas1965)
|
by rajhansk
want to make GUI for my programs in code blocks
|
|
[2 replies] Last: I'm a big GTK+ fan. The C++ bindings for GTK+ is called gtkmm and is d... (by kind9)
|
by Bopaki
Loosing one node in my program
|
|
[no replies]
|
by Harutyun
Invalid conversion from int (*) to int. How to fix?
|
|
[1 reply] : To call a function you need the round brackets. Passer = ifReturnPerf... (by Thomas1965)
|
by SSteven
A function that takes an int arg and returns a pointer to an int[5] array
|
|
[7 replies] Last: Yes, you are quite right. Actually, I had forgotten to initialize the ... (by SSteven)
|
by csnook
Help with overload=(char*) member function
|
|
[no replies]
|
by iamharshit
why this doesnot work
|
|
[1 reply] : Not sure what's not working but here is the code that I put in main.cp... (by Fariseagle)
|