by Tam93
Some help with a program.
|
|
[no replies]
|
by hoanglong105
code error in window form app but n't in console app
|
|
[5 replies] Last: The screen shot says, these are linking errors ? These should be fixed... (by writetonsharma)
|
by MM45MM
Help
|
|
[4 replies] Last: Here is what I have so far, but I need to tweak it so there is an inpu... (by MM45MM)
|
by CppCoder101
If I already know C++, should I learn C?
|
|
[4 replies] Last: The C++ environment has a bit of baggage to support some of those wond... (by kbw)
|
by Joe412
file opening/checking file
|
|
[3 replies] Last: reply made to other thread (by SamuelAdams)
|
by Heartly R
Finding duplicate in 2D Vector string
|
|
[1 reply] : If you want to avoid having duplicate entries in your STL container, t... (by ajh32)
|
by hiok
vector::data
|
|
[8 replies] Last: If vector::data is just for null terminated strings, then how would y... (by MikeyBoy)
|
by Abhilash
accessing variables from another project
|
|
[6 replies] Last: I want to access the variables and pointers like intraPredAngle, absAn... (by Abhilash)
|
by mary2
Need help with this pls!!!!!!!!!!!
|
|
[2 replies] Last: I would make a vector so that I can add profs. Read in every line, ... (by ARMinius)
|
by BasV
openMP nowait with 2 for loops
|
|
[no replies]
|
by nobodyza
i/o streams
|
|
[no replies]
|
XML Parser + Data binding |
|
[4 replies] Last: There's also gSoap: http://www.cs.fsu.edu/~engelen/soap.html I use th... (by Lodger)
|
by aquilina
failed string subscript out range
|
|
[14 replies] Last: Hmm. The operator>>() is overloaded to support string class strings. ... (by todricos)
|
by nunks
Extract txt to vector
|
|
[1 reply] : #include <algorithm> #include <fstream> #include <iostream> #include ... (by Catfish3)
|
Reading only certain values from text file |
|
[no replies]
|
by Gulopey
Getting a char from a string
|
|
[2 replies] Last: Thanks I hadn't realized that it was a kyword. (by Gulopey)
|
by Reclaimer78
Help with caesar cipher
|
|
[3 replies] Last: yeah, I had exactly the same issue when I programmed a simple XOR-Encr... (by ARMinius)
|
by crimsonzero2
Reading info from a file
|
|
[8 replies] Last: dsff (by JustinCane)
|
by michael9999
CAN ANYONE EXPLAIN ME!!
|
|
[4 replies] Last: You will need two variables "front" (old "top") and "back". For "front... (by MiiNiPaa)
|
by crimsonzero2
Printing from a vector of structs
|
|
[2 replies] Last: If you do not want to bother how many elements are contained in the ve... (by vlad from moscow)
|