by brosephius
Roman to decimal code
|
|
[2 replies] Last: So far I've only made it to the roman to decimal conversion. I suppos... (by brosephius)
|
by pacman169
Color components +mask
|
|
[2 replies] Last: 0x7BEF = 0111101111101111 0XF800 = 1111100000000000 (lightGray & redM... (by pacman169)
|
by Adambacktiar
iostream error when compiling
|
|
[7 replies] Last: fatal error iostream no such file or directory? It appears you have ... (by tipaye)
|
by Lieberten
Add value in cin question
|
|
[1 reply] : int sum = 5 ; int input ; cin >> input ; sum += input ; ... (by cire)
|
by pearlyman
multi-dimensional vectors
|
|
[3 replies] Last: another method, without stringstream #include <iostream> #include <fs... (by anup30)
|
by CNerd2121
Can I convert a string to a char?
|
|
[5 replies] Last: [quote=CNerd2121]The point of the first function is to get a single ch... (by Zhuge)
|
by dagurr
Calendar Project (easy fix)
|
|
[2 replies] Last: Thanks for your help I spent hours and now I can understand where I we... (by dagurr)
|
by Torm04
Read number of characters from file excluding spaces
|
|
[1 reply] : You call your function, but then you ignore its return value and dupli... (by LB)
|
by kiri
Look over this assignment for errors and help point them out
|
|
[3 replies] Last: Oh, you edited your post while I was typing mine. A lot of line number... (by LB)
|
by cplusrookie
hw question plz help! (challenging)
|
|
[no replies]
|
by daernac
Need help! (HOMEWORK)
|
|
[9 replies] Last: Wow...thank you so much. I'll keep you updated! (by daernac)
|
by CNerd2121
Class Compile Error
|
|
[3 replies] Last: Review the syntax for defining a class. Parenthesis are not involved. (by LB)
|
wrong use of const type? |
|
[1 reply] : Although that code works, it works in a horrible way, and I don't know... (by LB)
|
by StupidLag
for loop not working
|
|
[1 reply] : You wanna do it like this - if (playerFile.is_open()) { } And... (by TarikNeaj)
|
Multiple file program help |
|
[2 replies] Last: Shameless self bump, really stuck on this. Also i believe that for cho... (by YungScrublord)
|
by Adambacktiar
selected a' random problem
|
|
[4 replies] Last: i want to make random number and try to call the number with input the... (by Adambacktiar)
|
by kiri
is this right? visual studio says so....
|
|
[3 replies] Last: I don't understand what you mean. Is your problem solved? Is your ques... (by LB)
|
by JOSEluis2796
delete in a doubly linked list
|
|
[1 reply] : > delete in a doubly linked list but alternates elements , ie , the fi... (by ne555)
|
by kiri
Loop until
|
|
[1 reply] : int n; while((std::cout << "Please enter a non-negative number: ") &&... (by LB)
|
C++ Help |
|
[3 replies] Last: Have you tried the cpp tutorial. What are you using You cannot jus... (by chouhaizi)
|