by Kvothere
Problem with string input to a structure array
|
|
[4 replies] Last: Alternately, use std::vector or std::deque . This allows for the si... (by TwilightSpectre)
|
by mikey108
Printing each digit of an integer
|
|
[9 replies] Last: Thanks to everyone for replying, especially Yanson! I now understand w... (by mikey108)
|
by xiaokoong
Program is keep crashing
|
|
[2 replies] Last: thank you thank you you are a life savior. (by xiaokoong)
|
by jakekirat
Dont know how to extract the data from file using class constructors
|
|
[1 reply] : #include <string> #include <vector> #include <fstream> struct transa... (by JLBorges)
|
by gotsleep
Changing upper to lower case and vice versa for a string?
|
|
[5 replies] Last: Thank you very much giblit, I really appreciate your help so much (by gotsleep)
|
by astrospace2
word game /Project
|
|
[1 reply] : You asked for a start so: char board ; Now see how far you can get... (by admkrk)
|
by jlb23028
Read and Display any line from a text file using function printFile
|
|
[1 reply] : #include <iostream> #include <fstream> #include <string> // first li... (by JLBorges)
|
by Iworlock
I could use a helping hand
|
|
[2 replies] Last: Thanks I see my mistake (by Iworlock)
|
by Eruantiel
Best IDE and a good Book
|
|
[3 replies] Last: If it's some weird meta thing, then boost probably has it Whatever i... (by MatthewRock)
|
by iluv41
Input validation issue
|
|
[2 replies] Last: Thanks a lot! (by iluv41)
|
by Perry Turner
Vector Newbie...
|
|
[7 replies] Last: NT3, thank you so much. I kept seeing things like that, and when I wou... (by Perry Turner)
|
by waldront70
Passing Void?
|
|
[2 replies] Last: Thank you!! You have just saved me a world of trouble. It worked. I a... (by waldront70)
|
by babyBunny
Segmentation error, how to find out the cause
|
|
[5 replies] Last: Thanks! I'll try it next time. (by babyBunny)
|
by go4theknees
Need help with a nested if else statement
|
|
[3 replies] Last: And you don't need to indent after each if statement. You are not usin... (by heyyouyesyouiloveyou)
|
by araldo8
How to do two things simultaneously
|
|
[1 reply] : Please put your code in cod tags so it is easier to read. You could us... (by Jamerack)
|
Associativity exercise |
|
[2 replies] Last: I don't get the question either, but here's my guess. finalgrade = (... (by Bourgond Aries)
|
logical and relational operators |
|
[8 replies] Last: Oh wow I was. I just tried it the way this thread is about and it work... (by AceDawg45)
|
by Nabinkiit
Problem with program execution
|
|
[4 replies] Last: http://sharetext.org/ Post here (by closed account EwCjE3v7)
|
by jb1200
Minimum number
|
|
[1 reply] : 1. What is the purpose of && (num !=1) ? 2. What is the initial valu... (by keskiverto)
|
Exercise problem |
|
[5 replies] Last: Thanks guys (by closed account EwCjE3v7)
|