Counting characters, then output total |
|
[3 replies] Last: Here are the instructions, verbatim: Write a program to read a file ca... (by C Minus Minus)
|
by dubleD
Xcode (c++) into terminal
|
|
[5 replies] Last: yeah, I can't look at the code right now but if I remember correctly i... (by dubleD)
|
RETURN SUCCESS VS RETURN 0 |
|
[17 replies] Last: Or than return not success; xP return ERROR_SUCCESS; ... ¿what?... (by ne555)
|
by PoddyCo
Interrupting XP load sequence
|
|
[2 replies] Last: Basically, yes. But... I only want the console application. The only... (by PoddyCo)
|
by jello92
Splitting a String.
|
|
[2 replies] Last: stringstreams are handy for extracting numerics out of strings: #inc... (by Texan40)
|
by Amil Patel
Set & Get methods
|
|
[1 reply] : Your example is invalid because it will not be compiled. Nevertheless... (by vlad from moscow)
|
Absolute value function? |
|
[7 replies] Last: My congratulations! I think C Plus Plus and C Minus Minus will give C ... (by vlad from moscow)
|
by dfitterman
C++ endl
|
|
[1 reply] : I think that it may be because you output something as cout << "Some ... (by vlad from moscow)
|
by stefkoff
Help about my error
|
|
[9 replies] Last: OMG!!! i fixed my code!! :) While i update my last project i forgot t... (by stefkoff)
|
Practice Problem Help |
|
[1 reply] : you did not state the problem clearly (by Script Coder)
|
by Blessman11
pure virtual function query
|
|
[3 replies] Last: +1 @ vlad. virtual functions cannot be static. A virtual function ... (by Disch)
|
size_type VS size_t VS int |
|
[5 replies] Last: the size_type is a declaration inside the class template queue<T>. You... (by vlad from moscow)
|
by hitholdir
input manipulation
|
|
[2 replies] Last: hey fg109 thanks for the code, it worked, but I decided to forgo the v... (by hitholdir)
|
by Lehthanis
replacing a character in a string but doing it inline?
|
|
[10 replies] Last: Write the following way XPLMFindDataRef(("sim/weather/cloud_type["+st... (by vlad from moscow)
|
by Sarah93
problem
|
|
[2 replies] Last: Also you can substitute these statements if (Abfrage == 'A') { co... (by vlad from moscow)
|
by tatai
shorting data in C++
|
|
[13 replies] Last: Oh, you mean SORT! Not short! Ok, let me explain you. Create a string.... (by S G H)
|
by beakie
Charles petzoid for linux/mac
|
|
[3 replies] Last: For Mac (Objective-C): http://www.bignerdranch.com/books (by closed account z05DSL3A)
|
by Need4Sleep
When to use std::string in the place of a cstring
|
|
[4 replies] Last: http://www.cplusplus.com/forum/beginner/20856/ ^ Would cstring only be... (by strongdrink)
|
by OSSGeek
using fstream
|
|
[1 reply] : http://www.cplusplus.com/reference/iostream/ifstream/ifstream/ (by shadow123)
|
Problem with Doubly Linked List |
|
[8 replies] Last: Found the culprit. Corrected Code: #include<iostream> using namesp... (by anubhavjain346)
|