Decryption code (1,2) |
|
[38 replies] Last: Alright. I may just drop this project for now seeing as its way to dif... (by tehrealbinglebob)
|
by Kieth89
Pointer to structure member access
|
|
[4 replies] Last: i didnt know that. or rather, i never thought about what was happening... (by acorn)
|
by vls610
Getline string
|
|
[1 reply] : You can't use getline() with char arrays. Use an std::string instead. ... (by Zhuge)
|
by fvez
Reading information from a text file
|
|
[7 replies] Last: #include <fstream> #include <iostream> #include <iomanip> #include... (by fvez)
|
Trouble with my first program |
|
[4 replies] Last: Ill postpone my program then, for when I'm a bit more advanced, thanks... (by closed account 98U9GNh0)
|
by molma100
Inventory Setup
|
|
[8 replies] Last: class Player{ private: inventory meaningful_name; }; (by ne555)
|
by JayCee
Qt and me??
|
|
[15 replies] Last: Qt is great for developing cross-platform GUI apps. My main beef with... (by jsmith)
|
by rsymons
Interactive prompt like IDLE
|
|
[2 replies] Last: Ok that's what I wanted to know. Thanks (by rsymons)
|
by angeleyda
illegal pointer use. what should i do?
|
|
[5 replies] Last: [co de] "Your code goes here" [/cob de] Line 49: count <<" "<<li... (by ne555)
|
by Davitosan
Aggregate has incomplete data type?
|
|
[2 replies] Last: Thanks, it works now :D But I thought that the point of header file... (by Davitosan)
|
by dhume878
Failing to set arrize size with var
|
|
[2 replies] Last: Okay, thanks a lot moorecm. (by dhume878)
|
Calling The Constructor |
|
[2 replies] Last: OK. Thanks for the reply, Disch. (by closed account zb0S216C)
|
by cytmtn
strtok
|
|
[2 replies] Last: Got it, thanks! (by cytmtn)
|
by beaver55
calculation
|
|
[7 replies] Last: Thank you (by beaver55)
|
by seanconnery
Having trouble with doubly linked list
|
|
[no replies]
|
Should I Allocate This On The Heap? |
|
[4 replies] Last: OK. Thanks, hamsterman. (by closed account zb0S216C)
|
by sigint ninja
First program a disaster...
|
|
[10 replies] Last: LIFE TO THE ANTITHESIS OF THE NON-PURVEYORS OF THE SYSTEM!! it h... (by ultifinitus)
|
by twentfiveu
getting a strange output in the console
|
|
[11 replies] Last: thanks. (by twentfiveu)
|
by camou562
Composition question
|
|
[2 replies] Last: Thanks Moschops. I have seen your posts around the beginner forum and ... (by camou562)
|
use objects in class |
|
[3 replies] Last: thx :) (by theimmortalbg)
|