User profile: iosgaming700

User info
User name:iosgaming700
History
Joined:
Number of posts:34
Latest posts:

Using sscanf in c ++
yes i have to use sscanf in c++ for this assignment

Using sscanf in c ++
Hello i need help using sscanf to parse commands entered by the user. The function sscanf() can b...

Error: Expression Must have a pointer type
fixed.. THANKS

Error: Expression Must have a pointer type
how would I fix it?

Error: Expression Must have a pointer type
title character.cpp [code]bool Character::addItem(Item *item) { if(item->m_iType == BATTLE_ITEM) ...