by dilver
cout with math
|
|
[11 replies] Last: which Z are you talking about ?!! do you see any Z in my little piece... (by keskiverto)
|
by Momothegreat
Trying to find Palindrome in a Bool Function Using Strings
|
|
[14 replies] Last: Good. Some notes: 1. getline(cin,words); while (cin) { // code g... (by keskiverto)
|
by csstudent123
Is it ok to ask quickest way to move to EOF?
|
|
[3 replies] Last: It depends. If you wish to make the file larger , then you simply se... (by Duthomhas)
|
I don't understand Multithreading Sort |
|
[4 replies] Last: For each sort, stick with a logarithmic algorithm. That is, both merge... (by Duthomhas)
|
by pacman169
program help
|
|
[2 replies] Last: #include <iostream> void f() { for ( i = 0; i< lim-1 && (c =... (by pacman169)
|
by tokillmob
PointsOnShape and PointsInShape formula need some tweak
|
|
[1 reply] : bump (by tokillmob)
|
by Shyckh
student data base
|
|
[1 reply] : Well, are you wanting to write a program, or use existing software? I... (by koothkeeper)
|
by djimb
Conversion binary to text and copy some lines (any help??)
|
|
[1 reply] : First of all, please wrap your code in the code tags. Secondly, you a... (by koothkeeper)
|
by kmiller3401
Importing from .txt into arrays
|
|
[3 replies] Last: Can you post the text file? You probably just input the data similarl... (by dhayden)
|
by beginner20
Ordered linked list
|
|
[3 replies] Last: There are lots of sites, for example: http://www.programming-technique... (by mutexe)
|
by carbonjoker
converting between classes
|
|
[6 replies] Last: I believe I do have control as to what byte gets sent first as i have ... (by carbonjoker)
|
by Forgisell
Error resource can not found in ASP.NET MVC
|
|
[1 reply] : http://forums.asp.net/1146.aspx (by mutexe)
|
by Ozzy69
What advantage of use vectors in relation the deques?
|
|
[1 reply] : Read this: http://www.cplusplus.com/reference/deque/deque/?kw=deque ... (by coder777)
|
by liquidspark
double linked list
|
|
[1 reply] : On line 104: first is a local variable (that shadows the respective ... (by coder777)
|
by kmiller3401
Reading different data types from a text file and storing into a 2d array.
|
|
[1 reply] : I think you need to put the whole thing in a while loop. So while(infi... (by Momothegreat)
|
by plusstudent
How Do I Declare Variable?
|
|
[2 replies] Last: Unbelievable it worked! Thanks Dark Goomba (by plusstudent)
|
by negabandit86
String occurances?
|
|
[1 reply] : See http://www.cplusplus.com/reference/cstring/strstr/ If it returns N... (by ats15)
|
by dilver
BigIntegerLibrary.hh
|
|
[2 replies] Last: Have you read the README file? The following worked on Linux: g++ ma... (by norm b)
|
by tkdkid617
File Check and Remove program
|
|
[2 replies] Last: The more I think about it the more you're right...oh well...it took up... (by tkdkid617)
|
by Jetman
Issue with map array
|
|
[6 replies] Last: You were right, i changed it to use 2 strings & it's working fine now.... (by Jetman)
|