Hello,
Could somebody clarify this point:
- HTTP protocol was originally created to be able to surf the net using, for ex, laptop
- WAP protocol was then created to "adapt" the HTPP protocol to...
Type: Posts; User: julppoupou; Keyword(s):
Hello,
Could somebody clarify this point:
- HTTP protocol was originally created to be able to surf the net using, for ex, laptop
- WAP protocol was then created to "adapt" the HTPP protocol to...
Hello,
When creating a Dial Up connection ( Phone + PC) via BT,USB or IR, windows gives us the speed connection. But how can i know if the speed given if the DTE or DCE speed ( meaning if the...
Hello,
I am trying to create some HS/CSD Dial Up connection.
To be able to get the required speed, i use some AT commands that i enter in "Control Panel=>...
Hello,
I'd like to have some precisions about the exact terminology i should use.
Can i speak of HSCSD Data call in 3G?
HSCS Data is an extension of GSM CS Data.
There is no multiple time slot...
Hi,
Here is the situation:
Class CA: public CBase
{
//...
};
Class CB: public CActive, public CA
{
Hello,
It seems that it is not possible to pop a TCleanupItem but i don't know why.
Following code is not allowed:
---
Cx *self = new (ELeave) Cx(y, z);
TCleanupItem test( CloseObject,...
Hello,
According to the SDK, the paramater of the function CleanupStack::PushL(parameter) can be of 3 types:
TAny*
CBase*
TCleanupItem
So what happens if i push in the stack an object...
Hello,
I have been using Code Warrior for a while and there is one thing that i can't do ( compare to VC++).
When i am in a cpp file and that this cpp file is using some member variables, i'd...
Hi,
I'd like to know what is exactly the purpose of the granularity of an array.
Because i can hardly see the real goal of this number.
Thank you,
BR,
Poupou
Hello,
I'd like to have some information about CleanupStack::Pop and CleanupStack::PopAndDestroy.
Why in the NewL it never uses CleanupStack::PopAndDestroy and just CleanupStack::Pop?
Don't we...
Hello,
I'd like to know what is the purpose of this function:
CActiveScheduler::Start();
Thank you,
Poupou
Hi,
I am actually working with CArrayPtrFlat and i would like to know the difference between these 2 processes:
I first delete all the elements of my array and after deleting them, i always...
Hi,
I have created a CArrayPtrFlat which length is 4.
In the index 0, 1,3 i have put an object but not in the index 2.
So when i want to delete this array, for the index 0 and 1 it works but...
Hi,
I have created a CArrayPtrFlat which length is 4.
In the index 0, 1,3 i have put an object but not in the index 2.
So when i want to delete this array, for the index 0 and 1 it works but...
Hi,
I have created a CArrayPtrFlat which length is 4.
In the index 0, 1,3 i have put an object but not in the index 2.
So when i want to delete this array, for the index 0 and 1 it works but...
Hi,
I have some problems with this "InsertL" method.
After creating my array, i'd like to insert some objects at some specific indexes.
But if i don't use a "AppendL" before, my "InsertL"...
Hi,
I have some problems with this "InsertL" method.
After creating my array, i'd like to insert some objects at some specific indexes.
But if i don't use a "AppendL" before, my "InsertL"...