by StefanoKS
[ask]How to read a text file to c++
|
|
[2 replies] Last: Thanks man, that's really help. (by StefanoKS)
|
by ciklez
Please solve my problem [Linked List]
|
|
[4 replies] Last: are you just starting to work with linked lists? if you're comfortable... (by shocklightning)
|
by hazarada
Function returns wrong value
|
|
[6 replies] Last: Rule of three: if you need a destructor, a copy constructor or an assi... (by ne555)
|
by umfan110
not declared in this scope
|
|
[5 replies] Last: thanks for the lead yeah im reading alot of reviews on the books he re... (by umfan110)
|
by metal7
Error in this code?
|
|
[2 replies] Last: int main() { short * pPtr; pPtr= new short;//1 *pPtr... (by patchesOhulihan)
|
by hopesfall
Binary tree recursive functions
|
|
[1 reply] : heres a recursive function that gets the size of the tree, but it woul... (by GFreak45)
|
by Tsweeney
merge sort
|
|
[5 replies] Last: #include "stdafx.h" #include<iostream> #include<list> #include<cstdlib... (by Tsweeney)
|
by maxicute012
Can someone help me out with this please?
|
|
[1 reply] : Do you have any idea what the problem is? (by Zhuge)
|
by Veltas
Appropriate null-pointer convention
|
|
[4 replies] Last: Thanks both for replying! (by Veltas)
|
by kryssie
Pretty Please Help :(
|
|
[7 replies] Last: For pausing after execution, I usually just do this: // I always rem... (by Ben Bowen)
|
stacks and queues help please!! |
|
[3 replies] Last: string text; int i = 0; stack<char> mystack; cout << "Write th... (by Ortonas)
|
by DeepBlack
vector<vector<string>> inside map
|
|
[11 replies] Last: Yes, I see that it works! Thanks for the code, I need to figure out wh... (by DeepBlack)
|
by cbrew
Sorting an Array
|
|
[4 replies] Last: Hi! I'm not sure of the source of your algorithms, but a good one is W... (by liquidfuzz)
|
by Nethead
Reading from a text file, skipping chars
|
|
[1 reply] : Try reading each line of input as a string and then attempt the conver... (by PanGalactic)
|
by coercedman66
Using void* and class* (1,2)
|
|
[26 replies] Last: Hey sorry I didn't want to start a war ( it's true my last post can be... (by aquaz)
|
by crumbhead
Passing Arrays to Functions
|
|
[11 replies] Last: intNumbersArray is really a bad name. int main (int intNumbersArray... (by closed account S6k9GNh0)
|
by Exiled
A cross platform similar alternative to Winsock2
|
|
[7 replies] Last: Winsock2 is not cross-platform. There are subtle differences but WinAP... (by closed account S6k9GNh0)
|
by code builder
NEED HELP WITH THIS PART OF CODE
|
|
[6 replies] Last: I would like to differ char **argv; // argv = pointer(pointer(char)... (by Danishx83)
|
makefile: symbol(s) not found for architecture |
|
[no replies]
|
Use C++ & wxwidgets for GUI or Use Java |
|
[2 replies] Last: Use Qt, the easiest GUI creator ever conceived (with C++). www.qt-pro... (by TheDestroyer)
|