by lxz199696
Does any can help me with my program?
|
|
[2 replies] Last: thanks (by lxz199696)
|
by noymiller
C++ Array
|
|
[3 replies] Last: Thanks kemort. It works now. :) (by noymiller)
|
by moosyman
Function must have integral or unscoped enum type?
|
|
[2 replies] Last: It's worth mentioning that the carat ^ is binary exclusive-OR, not e... (by mbozzi)
|
by ofiryak1994
Printing a Square
|
|
[2 replies] Last: #include<iostream> using namespace std; int main() { char s = ' '... (by tibrado)
|
by nu123
stray 240 in program error
|
|
[1 reply] : I found my problem, I had to stick all my code tight to the left for i... (by nu123)
|
by jycpp
Pointer array
|
|
[2 replies] Last: #include <iostream> #include <string> using namespace std; // Protot... (by jycpp)
|
by MisterTams
Help with 2 small issues I'm having in a store program!
|
|
[1 reply] : MisterTams, I recommend using a 'char response' not s... (by tibrado)
|
by Anastasisth0
Help Programm!!!
|
|
[1 reply] : Hi i found this in a site and i did it in C++..But it doesnt work for... (by Nanako)
|
Beginner code completed question? |
|
[2 replies] Last: Hello elanor, In line 48 you can use a combination of std::setfill('... (by Handy Andy)
|
by moosyman
My function only returns the value of 0...
|
|
[1 reply] : Change all you variables to float. Long only deal with whole numbers. (by tibrado)
|
by sigurros
There's an unwanted changed line between two variables
|
|
[2 replies] Last: The course code will be like 123-123-123, and the course name is 'math... (by sigurros)
|
by patrick58d
int function return int and print to screen?
|
|
[5 replies] Last: > When I cout my int function, it seems to re-run thats integers f... (by ne555)
|
by pork95
C++ Matrix, can Popeye get to Olive
|
|
[5 replies] Last: like this? Yes. what should i do now to make it print yes? Line 3... (by AbstractionAnon)
|
Error: expected 'while' before numeric constant. |
|
[4 replies] Last: I would suggest removing the {} at lines 7 and 9. Although the braces... (by AbstractionAnon)
|
How do I make an itinerary file in C++? |
|
[3 replies] Last: Line 14: You still have two unused globals (port1, ports2). Globals ... (by AbstractionAnon)
|
by cdrobak
Not sure how to read my data
|
|
[1 reply] : To some extent, how you would read the data depends on what its meanin... (by Chervil)
|
URGENT~ Draw undirected path graph on Window Form Application C# |
|
[no replies]
|
by Maartin
N-ary tree - mirror
|
|
[7 replies] Last: Bump! (by Maartin)
|
by Nakruf
creating folders using windows.h
|
|
[1 reply] : bump (by Nakruf)
|
by markusfurst
Ceasar cipher
|
|
[5 replies] Last: You have the code to rotate a character an arbitrary amount of times. ... (by integralfx)
|