by PRR
Compare char to hex value
|
|
[2 replies] Last: I think you get the hexvalue notation in C++ wrong. Yes, you put 0x in... (by magnificence7)
|
by pause
problems with getline function
|
|
[2 replies] Last: Ok, thak you very much. I've corrected it. By the way, is there a wa... (by pause)
|
by Maltadav
Problem creating simple function
|
|
[10 replies] Last: Ok then. (by m4ster r0shi)
|
by General
Can write a simple program with function with pointers for me?
|
|
[4 replies] Last: Thanks for all !! sorry for the late reply I got A- !! :$ Oh my god... (by General)
|
by Mike200
Problems with the string class
|
|
[4 replies] Last: Is the declaration days creating an array of 7 strings , such that i... (by m4ster r0shi)
|
by sendjy
undefined reference
|
|
[16 replies] Last: to filipe: thanks, i thinking i'm getting the idea now. to Disch: t... (by sendjy)
|
by svexo
a C# Question :O
|
|
[3 replies] Last: i dont know if this is useful but i think that you have error on line ... (by dynamic cast)
|
by felixdacat
Backline?
|
|
[8 replies] Last: Windows http://www.cplusplus.com/forum/beginner/4234/#msg18563 Lin... (by Duthomhas)
|
by musicman
Conversion to String - C++ Forms App
|
|
[5 replies] Last: Does this go in the button code or somewhere in the source code files,... (by musicman)
|
by Archa4
Getline word by word
|
|
[5 replies] Last: I waited 3 days for some one to write this 10 minutes after your ... (by Galik)
|
by Kazamman
Starting out GUI
|
|
[2 replies] Last: K thanks alot man. (by Kazamman)
|
by paulin
Can anyone check for me....
|
|
[3 replies] Last: Hello, I think it's better: #include<iostream> using namespace s... (by Vitali)
|
by kalel
I don't know where to start
|
|
[3 replies] Last: Just some tips - The program probably shouldn't close when the user... (by bluezor)
|
by shadowuy
Passing array as parameter problem
|
|
[4 replies] Last: oh god!! i found it XD thx body i love you too... anyway the mistake w... (by shadowuy)
|
A Sudoku Killer |
|
[9 replies] Last: Alas! I figured it out! It's also easier to read (but please let me kn... (by Defending Man)
|
by cafeguy
App to copy urls from Google search results..possible?
|
|
[1 reply] : Hello, You should use sockets. If you use OS Windows, then I can he... (by Vitali)
|
by gregv21
If Comparison
|
|
[1 reply] : To check if a character is a number, you can: if( *pCurrentChar ... (by jsmith)
|
by gcardonav
Reading and writing into a file
|
|
[3 replies] Last: ifstream inFile; ofstream outFile; inFile.open("fileNameHere"); d... (by sgtjoebear)
|
by pythip
reading from file
|
|
[1 reply] : Open an input file: #include <iostream> std::ifstream ifs("my... (by Galik)
|
how i can use pointers, constant and operators? |
|
[8 replies] Last: Write a function that swaps two integers using pointers. Then modify i... (by m4ster r0shi)
|